@silexpert/core 1.0.95 → 1.0.97
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/es/api/resources/Commercial.d.ts +5 -1
- package/es/api/resources/Commercial.d.ts.map +1 -1
- package/es/api/resources/Commercial.js +3 -0
- package/es/api/resources/Commercial.js.map +1 -1
- package/es/types/Enum/Phone.d.ts +962 -2
- package/es/types/Enum/Phone.d.ts.map +1 -1
- package/es/types/Enum/Phone.js +966 -6
- package/es/types/Enum/Phone.js.map +1 -1
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts +3 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts.map +1 -1
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +7 -0
- package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -1
- package/es/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -1
- package/es/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
- package/es/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +2 -2
- package/es/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
- package/es/utils/prestation.d.ts.map +1 -1
- package/es/utils/prestation.js +1 -1
- package/es/utils/prestation.js.map +1 -1
- package/js/api/resources/Commercial.js +8 -0
- package/js/api/resources/Commercial.js.map +1 -1
- package/js/types/Enum/Phone.js +966 -6
- package/js/types/Enum/Phone.js.map +1 -1
- package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +9 -1
- package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -1
- package/js/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +3 -1
- package/js/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
- package/js/utils/prestation.js +1 -1
- package/js/utils/prestation.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Commercial.ts +4 -1
- package/ts/types/Enum/Phone.ts +966 -6
- package/ts/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.ts +6 -0
- package/ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts +2 -2
- package/ts/utils/prestation.ts +1 -1
package/es/types/Enum/Phone.js
CHANGED
|
@@ -7,32 +7,992 @@ export const PhonePrefix = {
|
|
|
7
7
|
GUADELOUPE: {
|
|
8
8
|
id: 2,
|
|
9
9
|
prefix: '+590',
|
|
10
|
-
text: '+590 (
|
|
10
|
+
text: '+590 (Gaudeloupe)',
|
|
11
11
|
},
|
|
12
|
-
|
|
12
|
+
GUYANA: {
|
|
13
13
|
id: 3,
|
|
14
14
|
prefix: '+594',
|
|
15
|
-
text: '+594 (
|
|
15
|
+
text: '+594 (Guyana)',
|
|
16
16
|
},
|
|
17
17
|
MARTINIQUE: {
|
|
18
18
|
id: 4,
|
|
19
19
|
prefix: '+596',
|
|
20
20
|
text: '+596 (Martinique)',
|
|
21
21
|
},
|
|
22
|
-
|
|
22
|
+
NEWCALEDONIA: {
|
|
23
23
|
id: 5,
|
|
24
24
|
prefix: '+687',
|
|
25
|
-
text: '+687 (Nouvelle-
|
|
25
|
+
text: '+687 (Nouvelle-calédonie)',
|
|
26
26
|
},
|
|
27
27
|
REUNION: {
|
|
28
28
|
id: 6,
|
|
29
29
|
prefix: '+262',
|
|
30
|
-
text: '+262 (La
|
|
30
|
+
text: '+262 (La réunion)',
|
|
31
31
|
},
|
|
32
32
|
GERMANY: {
|
|
33
33
|
id: 7,
|
|
34
34
|
prefix: '+49',
|
|
35
35
|
text: '+49 (Allemagne)',
|
|
36
36
|
},
|
|
37
|
+
LUXEMBOURG: {
|
|
38
|
+
id: 106,
|
|
39
|
+
prefix: '+352',
|
|
40
|
+
text: '+352 (Luxembourg)',
|
|
41
|
+
},
|
|
42
|
+
BELGIUM: {
|
|
43
|
+
id: 19,
|
|
44
|
+
prefix: '+32',
|
|
45
|
+
text: '+32 (Belgique)',
|
|
46
|
+
},
|
|
47
|
+
ITALY: {
|
|
48
|
+
id: 89,
|
|
49
|
+
prefix: '+39',
|
|
50
|
+
text: '+39 (Italie)',
|
|
51
|
+
},
|
|
52
|
+
SPAIN: {
|
|
53
|
+
id: 57,
|
|
54
|
+
prefix: '+34',
|
|
55
|
+
text: '+34 (Espagne)',
|
|
56
|
+
},
|
|
57
|
+
SWITZERLAND: {
|
|
58
|
+
id: 172,
|
|
59
|
+
prefix: '+41',
|
|
60
|
+
text: '+41 (Suisse)',
|
|
61
|
+
},
|
|
62
|
+
UNITEDKINGDOM: {
|
|
63
|
+
id: 188,
|
|
64
|
+
prefix: '+44',
|
|
65
|
+
text: '+44 (Royaume-Uni)',
|
|
66
|
+
},
|
|
67
|
+
NETHERLANDS: {
|
|
68
|
+
id: 130,
|
|
69
|
+
prefix: '+31',
|
|
70
|
+
text: '+31 (Pays-Bas)',
|
|
71
|
+
},
|
|
72
|
+
UKRAINE: {
|
|
73
|
+
id: 187,
|
|
74
|
+
prefix: '+380',
|
|
75
|
+
text: '+380 (Ukraine)',
|
|
76
|
+
},
|
|
77
|
+
GREECE: {
|
|
78
|
+
id: 69,
|
|
79
|
+
prefix: '+30',
|
|
80
|
+
text: '+30 (Grèce)',
|
|
81
|
+
},
|
|
82
|
+
POLAND: {
|
|
83
|
+
id: 145,
|
|
84
|
+
prefix: '+48',
|
|
85
|
+
text: '+48 (Pologne)',
|
|
86
|
+
},
|
|
87
|
+
AUSTRIA: {
|
|
88
|
+
id: 13,
|
|
89
|
+
prefix: '+43',
|
|
90
|
+
text: '+43 (Autriche)',
|
|
91
|
+
},
|
|
92
|
+
SWEDEN: {
|
|
93
|
+
id: 171,
|
|
94
|
+
prefix: '+46',
|
|
95
|
+
text: '+46 (Suède)',
|
|
96
|
+
},
|
|
97
|
+
NORWAY: {
|
|
98
|
+
id: 136,
|
|
99
|
+
prefix: '+47',
|
|
100
|
+
text: '+47 (Norvège)',
|
|
101
|
+
},
|
|
102
|
+
IRELAND: {
|
|
103
|
+
id: 86,
|
|
104
|
+
prefix: '+353',
|
|
105
|
+
text: '+353 (Irlande)',
|
|
106
|
+
},
|
|
107
|
+
DENMARK: {
|
|
108
|
+
id: 50,
|
|
109
|
+
prefix: '+45',
|
|
110
|
+
text: '+45 (Danemark)',
|
|
111
|
+
},
|
|
112
|
+
CROATIA: {
|
|
113
|
+
id: 48,
|
|
114
|
+
prefix: '+385',
|
|
115
|
+
text: '+385 (Croatie)',
|
|
116
|
+
},
|
|
117
|
+
ROMANIA: {
|
|
118
|
+
id: 148,
|
|
119
|
+
prefix: '+40',
|
|
120
|
+
text: '+40 (Roumanie)',
|
|
121
|
+
},
|
|
122
|
+
ICELAND: {
|
|
123
|
+
id: 87,
|
|
124
|
+
prefix: '+354',
|
|
125
|
+
text: '+354 (Islande)',
|
|
126
|
+
},
|
|
127
|
+
SERBIA: {
|
|
128
|
+
id: 159,
|
|
129
|
+
prefix: '+381',
|
|
130
|
+
text: '+381 (Serbie)',
|
|
131
|
+
},
|
|
132
|
+
FINLAND: {
|
|
133
|
+
id: 62,
|
|
134
|
+
prefix: '+358',
|
|
135
|
+
text: '+358 (Finlande)',
|
|
136
|
+
},
|
|
137
|
+
MALTA: {
|
|
138
|
+
id: 114,
|
|
139
|
+
prefix: '+356',
|
|
140
|
+
text: '+356 (Malte)',
|
|
141
|
+
},
|
|
142
|
+
BULGARIA: {
|
|
143
|
+
id: 30,
|
|
144
|
+
prefix: '+359',
|
|
145
|
+
text: '+359 (Bulgarie)',
|
|
146
|
+
},
|
|
147
|
+
HUNGARY: {
|
|
148
|
+
id: 81,
|
|
149
|
+
prefix: '+36',
|
|
150
|
+
text: '+36 (Hongrie)',
|
|
151
|
+
},
|
|
152
|
+
ALBANIA: {
|
|
153
|
+
id: 77,
|
|
154
|
+
prefix: '+355',
|
|
155
|
+
text: '+355 (Albanie)',
|
|
156
|
+
},
|
|
157
|
+
AFGHANISTAN: {
|
|
158
|
+
id: 63,
|
|
159
|
+
prefix: '+93',
|
|
160
|
+
text: '+93 (Afghanistan)',
|
|
161
|
+
},
|
|
162
|
+
SOUTHAFRICA: {
|
|
163
|
+
id: 198,
|
|
164
|
+
prefix: '+27',
|
|
165
|
+
text: '+27 (Afrique du Sud)',
|
|
166
|
+
},
|
|
167
|
+
ALGERIA: {
|
|
168
|
+
id: 199,
|
|
169
|
+
prefix: '+213',
|
|
170
|
+
text: '+213 (Algérie)',
|
|
171
|
+
},
|
|
172
|
+
ANDORRA: {
|
|
173
|
+
id: 201,
|
|
174
|
+
prefix: '+376',
|
|
175
|
+
text: '+376 (Andorre)',
|
|
176
|
+
},
|
|
177
|
+
ANGOLA: {
|
|
178
|
+
id: 200,
|
|
179
|
+
prefix: '+244',
|
|
180
|
+
text: '+244 (Angola)',
|
|
181
|
+
},
|
|
182
|
+
ANTIGUAETBARBUDA: {
|
|
183
|
+
id: 8,
|
|
184
|
+
prefix: '+1268',
|
|
185
|
+
text: '+1268 (Antigua-et-Barbuda)',
|
|
186
|
+
},
|
|
187
|
+
SAUDIARABIA: {
|
|
188
|
+
id: 9,
|
|
189
|
+
prefix: '+966',
|
|
190
|
+
text: '+966 (Arabie saoudite)',
|
|
191
|
+
},
|
|
192
|
+
ARGENTINA: {
|
|
193
|
+
id: 10,
|
|
194
|
+
prefix: '+54',
|
|
195
|
+
text: '+54 (Argentine)',
|
|
196
|
+
},
|
|
197
|
+
ARMENIA: {
|
|
198
|
+
id: 11,
|
|
199
|
+
prefix: '+374',
|
|
200
|
+
text: '+374 (Arménie)',
|
|
201
|
+
},
|
|
202
|
+
AUSTRALIA: {
|
|
203
|
+
id: 12,
|
|
204
|
+
prefix: '+61',
|
|
205
|
+
text: '+61 (Australie)',
|
|
206
|
+
},
|
|
207
|
+
AZERBAIJAN: {
|
|
208
|
+
id: 14,
|
|
209
|
+
prefix: '+994',
|
|
210
|
+
text: '+994 (Azerbaïdjan)',
|
|
211
|
+
},
|
|
212
|
+
BAHAMAS: {
|
|
213
|
+
id: 15,
|
|
214
|
+
prefix: '+1242',
|
|
215
|
+
text: '+1242 (Bahamas)',
|
|
216
|
+
},
|
|
217
|
+
BAHRAIN: {
|
|
218
|
+
id: 16,
|
|
219
|
+
prefix: '+973',
|
|
220
|
+
text: '+973 (Bahreïn)',
|
|
221
|
+
},
|
|
222
|
+
BANGLADESH: {
|
|
223
|
+
id: 17,
|
|
224
|
+
prefix: '+880',
|
|
225
|
+
text: '+880 (Bangladesh)',
|
|
226
|
+
},
|
|
227
|
+
BARBADOS: {
|
|
228
|
+
id: 18,
|
|
229
|
+
prefix: '+1246',
|
|
230
|
+
text: '+1246 (Barbade)',
|
|
231
|
+
},
|
|
232
|
+
BELIZE: {
|
|
233
|
+
id: 20,
|
|
234
|
+
prefix: '+501',
|
|
235
|
+
text: '+501 (Belize)',
|
|
236
|
+
},
|
|
237
|
+
BENIN: {
|
|
238
|
+
id: 21,
|
|
239
|
+
prefix: '+229',
|
|
240
|
+
text: '+229 (Bénin)',
|
|
241
|
+
},
|
|
242
|
+
BHUTAN: {
|
|
243
|
+
id: 22,
|
|
244
|
+
prefix: '+975',
|
|
245
|
+
text: '+975 (Bhoutan)',
|
|
246
|
+
},
|
|
247
|
+
BELARUS: {
|
|
248
|
+
id: 23,
|
|
249
|
+
prefix: '+375',
|
|
250
|
+
text: '+375 (Bélarus)',
|
|
251
|
+
},
|
|
252
|
+
BURMA: {
|
|
253
|
+
id: 24,
|
|
254
|
+
prefix: '+95',
|
|
255
|
+
text: '+95 (Birmanie)',
|
|
256
|
+
},
|
|
257
|
+
BOLIVIA: {
|
|
258
|
+
id: 25,
|
|
259
|
+
prefix: '+591',
|
|
260
|
+
text: '+591 (Bolivie)',
|
|
261
|
+
},
|
|
262
|
+
BOSNIAANDHERZEGOVINA: {
|
|
263
|
+
id: 26,
|
|
264
|
+
prefix: '+387',
|
|
265
|
+
text: '+387 (Bosnie-Herzégovine)',
|
|
266
|
+
},
|
|
267
|
+
BOTSWANA: {
|
|
268
|
+
id: 27,
|
|
269
|
+
prefix: '+267',
|
|
270
|
+
text: '+267 (Botswana)',
|
|
271
|
+
},
|
|
272
|
+
BRAZIL: {
|
|
273
|
+
id: 28,
|
|
274
|
+
prefix: '+55',
|
|
275
|
+
text: '+55 (Brésil)',
|
|
276
|
+
},
|
|
277
|
+
BRUNEIDARUSSALAM: {
|
|
278
|
+
id: 29,
|
|
279
|
+
prefix: '+673',
|
|
280
|
+
text: '+673 (Brunéi Darussalam)',
|
|
281
|
+
},
|
|
282
|
+
BURKINAFASO: {
|
|
283
|
+
id: 31,
|
|
284
|
+
prefix: '+226',
|
|
285
|
+
text: '+226 (Burkina Faso)',
|
|
286
|
+
},
|
|
287
|
+
BURUNDI: {
|
|
288
|
+
id: 32,
|
|
289
|
+
prefix: '+257',
|
|
290
|
+
text: '+257 (Burundi)',
|
|
291
|
+
},
|
|
292
|
+
CAMBODIA: {
|
|
293
|
+
id: 33,
|
|
294
|
+
prefix: '+855',
|
|
295
|
+
text: '+855 (Cambodge)',
|
|
296
|
+
},
|
|
297
|
+
CAMEROON: {
|
|
298
|
+
id: 34,
|
|
299
|
+
prefix: '+237',
|
|
300
|
+
text: '+237 (Cameroun)',
|
|
301
|
+
},
|
|
302
|
+
CANADA: {
|
|
303
|
+
id: 35,
|
|
304
|
+
prefix: '+1',
|
|
305
|
+
text: '+1 (Canada)',
|
|
306
|
+
},
|
|
307
|
+
CAPEVERDE: {
|
|
308
|
+
id: 36,
|
|
309
|
+
prefix: '+238',
|
|
310
|
+
text: '+238 (Cap-Vert)',
|
|
311
|
+
},
|
|
312
|
+
CHILE: {
|
|
313
|
+
id: 37,
|
|
314
|
+
prefix: '+56',
|
|
315
|
+
text: '+56 (Chili)',
|
|
316
|
+
},
|
|
317
|
+
CHINA: {
|
|
318
|
+
id: 38,
|
|
319
|
+
prefix: '+86',
|
|
320
|
+
text: '+86 (Chine)',
|
|
321
|
+
},
|
|
322
|
+
CYPRUS: {
|
|
323
|
+
id: 39,
|
|
324
|
+
prefix: '+357',
|
|
325
|
+
text: '+357 (Chypre)',
|
|
326
|
+
},
|
|
327
|
+
COLOMBIA: {
|
|
328
|
+
id: 40,
|
|
329
|
+
prefix: '+57',
|
|
330
|
+
text: '+57 (Colombie)',
|
|
331
|
+
},
|
|
332
|
+
COMOROS: {
|
|
333
|
+
id: 41,
|
|
334
|
+
prefix: '+269',
|
|
335
|
+
text: '+269 (Comores)',
|
|
336
|
+
},
|
|
337
|
+
CONGODEMOCRATICREPUBLICOF: {
|
|
338
|
+
id: 42,
|
|
339
|
+
prefix: '+243',
|
|
340
|
+
text: '+243 (République démocratique du Congo)',
|
|
341
|
+
},
|
|
342
|
+
CONGO: {
|
|
343
|
+
id: 43,
|
|
344
|
+
prefix: '+242',
|
|
345
|
+
text: '+242 (Congo)',
|
|
346
|
+
},
|
|
347
|
+
NORTHKOREA: {
|
|
348
|
+
id: 44,
|
|
349
|
+
prefix: '+850',
|
|
350
|
+
text: '+850 (Corée du Nord)',
|
|
351
|
+
},
|
|
352
|
+
SOUTHKOREA: {
|
|
353
|
+
id: 45,
|
|
354
|
+
prefix: '+82',
|
|
355
|
+
text: '+82 (Corée du Sud)',
|
|
356
|
+
},
|
|
357
|
+
COSTARICA: {
|
|
358
|
+
id: 46,
|
|
359
|
+
prefix: '+506',
|
|
360
|
+
text: '+506 (Costa Rica)',
|
|
361
|
+
},
|
|
362
|
+
CÔTEDIVOIRE: {
|
|
363
|
+
id: 47,
|
|
364
|
+
prefix: '+225',
|
|
365
|
+
text: '+225 (Côte d\'Ivoire)',
|
|
366
|
+
},
|
|
367
|
+
CUBA: {
|
|
368
|
+
id: 49,
|
|
369
|
+
prefix: '+53',
|
|
370
|
+
text: '+53 (Cuba)',
|
|
371
|
+
},
|
|
372
|
+
DJIBOUTI: {
|
|
373
|
+
id: 51,
|
|
374
|
+
prefix: '+253',
|
|
375
|
+
text: '+253 (Djibouti)',
|
|
376
|
+
},
|
|
377
|
+
DOMINICA: {
|
|
378
|
+
id: 52,
|
|
379
|
+
prefix: '+1-767',
|
|
380
|
+
text: '+1-767 (Dominique)',
|
|
381
|
+
},
|
|
382
|
+
EGYPT: {
|
|
383
|
+
id: 53,
|
|
384
|
+
prefix: '+20',
|
|
385
|
+
text: '+20 (Égypte)',
|
|
386
|
+
},
|
|
387
|
+
UNITEDARABEMIRATES: {
|
|
388
|
+
id: 54,
|
|
389
|
+
prefix: '+971',
|
|
390
|
+
text: '+971 (Émirats arabes unis)',
|
|
391
|
+
},
|
|
392
|
+
ECUADOR: {
|
|
393
|
+
id: 55,
|
|
394
|
+
prefix: '+593',
|
|
395
|
+
text: '+593 (Équateur)',
|
|
396
|
+
},
|
|
397
|
+
ERITREA: {
|
|
398
|
+
id: 56,
|
|
399
|
+
prefix: '+291',
|
|
400
|
+
text: '+291 (Érythrée)',
|
|
401
|
+
},
|
|
402
|
+
ESTONIA: {
|
|
403
|
+
id: 58,
|
|
404
|
+
prefix: '+372',
|
|
405
|
+
text: '+372 (Estonie)',
|
|
406
|
+
},
|
|
407
|
+
UNITEDSTATES: {
|
|
408
|
+
id: 59,
|
|
409
|
+
prefix: '+1',
|
|
410
|
+
text: '+1 (États-Unis)',
|
|
411
|
+
},
|
|
412
|
+
ETHIOPIA: {
|
|
413
|
+
id: 60,
|
|
414
|
+
prefix: '+251',
|
|
415
|
+
text: '+251 (Éthiopie)',
|
|
416
|
+
},
|
|
417
|
+
FIJI: {
|
|
418
|
+
id: 61,
|
|
419
|
+
prefix: '+679',
|
|
420
|
+
text: '+679 (Fidji)',
|
|
421
|
+
},
|
|
422
|
+
GABON: {
|
|
423
|
+
id: 64,
|
|
424
|
+
prefix: '+241',
|
|
425
|
+
text: '+241 (Gabon)',
|
|
426
|
+
},
|
|
427
|
+
GAMBIA: {
|
|
428
|
+
id: 65,
|
|
429
|
+
prefix: '+220',
|
|
430
|
+
text: '+220 (Gambie)',
|
|
431
|
+
},
|
|
432
|
+
GEORGIA: {
|
|
433
|
+
id: 66,
|
|
434
|
+
prefix: '+995',
|
|
435
|
+
text: '+995 (Géorgie)',
|
|
436
|
+
},
|
|
437
|
+
GHANA: {
|
|
438
|
+
id: 67,
|
|
439
|
+
prefix: '+233',
|
|
440
|
+
text: '+233 (Ghana)',
|
|
441
|
+
},
|
|
442
|
+
GIBRALTAR: {
|
|
443
|
+
id: 68,
|
|
444
|
+
prefix: '+350',
|
|
445
|
+
text: '+350 (Gibraltar)',
|
|
446
|
+
},
|
|
447
|
+
GRENADA: {
|
|
448
|
+
id: 70,
|
|
449
|
+
prefix: '+1-473',
|
|
450
|
+
text: '+1-473 (Grenade)',
|
|
451
|
+
},
|
|
452
|
+
GREENLAND: {
|
|
453
|
+
id: 71,
|
|
454
|
+
prefix: '+299',
|
|
455
|
+
text: '+299 (Groenland)',
|
|
456
|
+
},
|
|
457
|
+
GUAM: {
|
|
458
|
+
id: 72,
|
|
459
|
+
prefix: '+1-671',
|
|
460
|
+
text: '+1-671 (Guam)',
|
|
461
|
+
},
|
|
462
|
+
GUATEMALA: {
|
|
463
|
+
id: 73,
|
|
464
|
+
prefix: '+502',
|
|
465
|
+
text: '+502 (Guatemala)',
|
|
466
|
+
},
|
|
467
|
+
GUINEA: {
|
|
468
|
+
id: 74,
|
|
469
|
+
prefix: '+224',
|
|
470
|
+
text: '+224 (Guinée)',
|
|
471
|
+
},
|
|
472
|
+
GUINEABISSAU: {
|
|
473
|
+
id: 75,
|
|
474
|
+
prefix: '+245',
|
|
475
|
+
text: '+245 (Guinée-Bissau)',
|
|
476
|
+
},
|
|
477
|
+
EQUATORIALGUINEA: {
|
|
478
|
+
id: 76,
|
|
479
|
+
prefix: '+240',
|
|
480
|
+
text: '+240 (Guinée équatoriale)',
|
|
481
|
+
},
|
|
482
|
+
HAITI: {
|
|
483
|
+
id: 78,
|
|
484
|
+
prefix: '+509',
|
|
485
|
+
text: '+509 (Haïti)',
|
|
486
|
+
},
|
|
487
|
+
HONDURAS: {
|
|
488
|
+
id: 79,
|
|
489
|
+
prefix: '+504',
|
|
490
|
+
text: '+504 (Honduras)',
|
|
491
|
+
},
|
|
492
|
+
HONGKONG: {
|
|
493
|
+
id: 80,
|
|
494
|
+
prefix: '+852',
|
|
495
|
+
text: '+852 (Hong Kong)',
|
|
496
|
+
},
|
|
497
|
+
INDIA: {
|
|
498
|
+
id: 82,
|
|
499
|
+
prefix: '+91',
|
|
500
|
+
text: '+91 (Inde)',
|
|
501
|
+
},
|
|
502
|
+
INDONESIA: {
|
|
503
|
+
id: 83,
|
|
504
|
+
prefix: '+62',
|
|
505
|
+
text: '+62 (Indonésie)',
|
|
506
|
+
},
|
|
507
|
+
IRAQ: {
|
|
508
|
+
id: 84,
|
|
509
|
+
prefix: '+964',
|
|
510
|
+
text: '+964 (Irak)',
|
|
511
|
+
},
|
|
512
|
+
IRAN: {
|
|
513
|
+
id: 85,
|
|
514
|
+
prefix: '+98',
|
|
515
|
+
text: '+98 (Iran)',
|
|
516
|
+
},
|
|
517
|
+
ISRAEL: {
|
|
518
|
+
id: 88,
|
|
519
|
+
prefix: '+972',
|
|
520
|
+
text: '+972 (Israël)',
|
|
521
|
+
},
|
|
522
|
+
JAMAICA: {
|
|
523
|
+
id: 90,
|
|
524
|
+
prefix: '+1-876',
|
|
525
|
+
text: '+1-876 (Jamaïque)',
|
|
526
|
+
},
|
|
527
|
+
JAPAN: {
|
|
528
|
+
id: 91,
|
|
529
|
+
prefix: '+81',
|
|
530
|
+
text: '+81 (Japon)',
|
|
531
|
+
},
|
|
532
|
+
JORDAN: {
|
|
533
|
+
id: 92,
|
|
534
|
+
prefix: '+962',
|
|
535
|
+
text: '+962 (Jordanie)',
|
|
536
|
+
},
|
|
537
|
+
KAZAKHSTAN: {
|
|
538
|
+
id: 93,
|
|
539
|
+
prefix: '+7',
|
|
540
|
+
text: '+7 (Kazakhstan)',
|
|
541
|
+
},
|
|
542
|
+
KENYA: {
|
|
543
|
+
id: 94,
|
|
544
|
+
prefix: '+254',
|
|
545
|
+
text: '+254 (Kenya)',
|
|
546
|
+
},
|
|
547
|
+
KYRGYZSTAN: {
|
|
548
|
+
id: 95,
|
|
549
|
+
prefix: '+996',
|
|
550
|
+
text: '+996 (Kirghizistan)',
|
|
551
|
+
},
|
|
552
|
+
KIRIBATI: {
|
|
553
|
+
id: 96,
|
|
554
|
+
prefix: '+686',
|
|
555
|
+
text: '+686 (Kiribati)',
|
|
556
|
+
},
|
|
557
|
+
KUWAIT: {
|
|
558
|
+
id: 97,
|
|
559
|
+
prefix: '+965',
|
|
560
|
+
text: '+965 (Koweït)',
|
|
561
|
+
},
|
|
562
|
+
LAOS: {
|
|
563
|
+
id: 98,
|
|
564
|
+
prefix: '+856',
|
|
565
|
+
text: '+856 (Laos)',
|
|
566
|
+
},
|
|
567
|
+
LESOTHO: {
|
|
568
|
+
id: 99,
|
|
569
|
+
prefix: '+266',
|
|
570
|
+
text: '+266 (Lesotho)',
|
|
571
|
+
},
|
|
572
|
+
LATVIA: {
|
|
573
|
+
id: 100,
|
|
574
|
+
prefix: '+371',
|
|
575
|
+
text: '+371 (Lettonie)',
|
|
576
|
+
},
|
|
577
|
+
LEBANON: {
|
|
578
|
+
id: 101,
|
|
579
|
+
prefix: '+961',
|
|
580
|
+
text: '+961 (Liban)',
|
|
581
|
+
},
|
|
582
|
+
LIBERIA: {
|
|
583
|
+
id: 102,
|
|
584
|
+
prefix: '+231',
|
|
585
|
+
text: '+231 (Libéria)',
|
|
586
|
+
},
|
|
587
|
+
LIBYA: {
|
|
588
|
+
id: 103,
|
|
589
|
+
prefix: '+218',
|
|
590
|
+
text: '+218 (Libye)',
|
|
591
|
+
},
|
|
592
|
+
LIECHTENSTEIN: {
|
|
593
|
+
id: 104,
|
|
594
|
+
prefix: '+423',
|
|
595
|
+
text: '+423 (Liechtenstein)',
|
|
596
|
+
},
|
|
597
|
+
LITHUANIA: {
|
|
598
|
+
id: 105,
|
|
599
|
+
prefix: '+370',
|
|
600
|
+
text: '+370 (Lituanie)',
|
|
601
|
+
},
|
|
602
|
+
MACAU: {
|
|
603
|
+
id: 107,
|
|
604
|
+
prefix: '+853',
|
|
605
|
+
text: '+853 (Macao)',
|
|
606
|
+
},
|
|
607
|
+
MACEDONIA: {
|
|
608
|
+
id: 108,
|
|
609
|
+
prefix: '+389',
|
|
610
|
+
text: '+389 (Macédoine)',
|
|
611
|
+
},
|
|
612
|
+
MADAGASCAR: {
|
|
613
|
+
id: 109,
|
|
614
|
+
prefix: '+261',
|
|
615
|
+
text: '+261 (Madagascar)',
|
|
616
|
+
},
|
|
617
|
+
MALAYSIA: {
|
|
618
|
+
id: 110,
|
|
619
|
+
prefix: '+60',
|
|
620
|
+
text: '+60 (Malaisie)',
|
|
621
|
+
},
|
|
622
|
+
MALAWI: {
|
|
623
|
+
id: 111,
|
|
624
|
+
prefix: '+265',
|
|
625
|
+
text: '+265 (Malawi)',
|
|
626
|
+
},
|
|
627
|
+
MALDIVES: {
|
|
628
|
+
id: 112,
|
|
629
|
+
prefix: '+960',
|
|
630
|
+
text: '+960 (Maldives)',
|
|
631
|
+
},
|
|
632
|
+
MALI: {
|
|
633
|
+
id: 113,
|
|
634
|
+
prefix: '+223',
|
|
635
|
+
text: '+223 (Mali)',
|
|
636
|
+
},
|
|
637
|
+
MARSHALLISLANDS: {
|
|
638
|
+
id: 115,
|
|
639
|
+
prefix: '+692',
|
|
640
|
+
text: '+692 (Îles Marshall)',
|
|
641
|
+
},
|
|
642
|
+
MAURITANIA: {
|
|
643
|
+
id: 116,
|
|
644
|
+
prefix: '+222',
|
|
645
|
+
text: '+222 (Mauritanie)',
|
|
646
|
+
},
|
|
647
|
+
MAURITIUS: {
|
|
648
|
+
id: 117,
|
|
649
|
+
prefix: '+230',
|
|
650
|
+
text: '+230 (Maurice)',
|
|
651
|
+
},
|
|
652
|
+
MEXICO: {
|
|
653
|
+
id: 118,
|
|
654
|
+
prefix: '+52',
|
|
655
|
+
text: '+52 (Mexique)',
|
|
656
|
+
},
|
|
657
|
+
MICRONESIA: {
|
|
658
|
+
id: 119,
|
|
659
|
+
prefix: '+691',
|
|
660
|
+
text: '+691 (Micronésie)',
|
|
661
|
+
},
|
|
662
|
+
MOLDOVA: {
|
|
663
|
+
id: 120,
|
|
664
|
+
prefix: '+373',
|
|
665
|
+
text: '+373 (Moldavie)',
|
|
666
|
+
},
|
|
667
|
+
MONACO: {
|
|
668
|
+
id: 121,
|
|
669
|
+
prefix: '+377',
|
|
670
|
+
text: '+377 (Monaco)',
|
|
671
|
+
},
|
|
672
|
+
MONGOLIA: {
|
|
673
|
+
id: 122,
|
|
674
|
+
prefix: '+976',
|
|
675
|
+
text: '+976 (Mongolie)',
|
|
676
|
+
},
|
|
677
|
+
MONTENEGRO: {
|
|
678
|
+
id: 123,
|
|
679
|
+
prefix: '+382',
|
|
680
|
+
text: '+382 (Monténégro)',
|
|
681
|
+
},
|
|
682
|
+
MOROCCO: {
|
|
683
|
+
id: 124,
|
|
684
|
+
prefix: '+212',
|
|
685
|
+
text: '+212 (Maroc)',
|
|
686
|
+
},
|
|
687
|
+
MOZAMBIQUE: {
|
|
688
|
+
id: 125,
|
|
689
|
+
prefix: '+258',
|
|
690
|
+
text: '+258 (Mozambique)',
|
|
691
|
+
},
|
|
692
|
+
MYANMAR: {
|
|
693
|
+
id: 126,
|
|
694
|
+
prefix: '+95',
|
|
695
|
+
text: '+95 (Myanmar)',
|
|
696
|
+
},
|
|
697
|
+
NAMIBIA: {
|
|
698
|
+
id: 127,
|
|
699
|
+
prefix: '+264',
|
|
700
|
+
text: '+264 (Namibie)',
|
|
701
|
+
},
|
|
702
|
+
NAURU: {
|
|
703
|
+
id: 128,
|
|
704
|
+
prefix: '+674',
|
|
705
|
+
text: '+674 (Nauru)',
|
|
706
|
+
},
|
|
707
|
+
NEPAL: {
|
|
708
|
+
id: 129,
|
|
709
|
+
prefix: '+977',
|
|
710
|
+
text: '+977 (Népal)',
|
|
711
|
+
},
|
|
712
|
+
NEWZEALAND: {
|
|
713
|
+
id: 131,
|
|
714
|
+
prefix: '+64',
|
|
715
|
+
text: '+64 (Nouvelle-Zélande)',
|
|
716
|
+
},
|
|
717
|
+
NICARAGUA: {
|
|
718
|
+
id: 132,
|
|
719
|
+
prefix: '+505',
|
|
720
|
+
text: '+505 (Nicaragua)',
|
|
721
|
+
},
|
|
722
|
+
NIGER: {
|
|
723
|
+
id: 133,
|
|
724
|
+
prefix: '+227',
|
|
725
|
+
text: '+227 (Niger)',
|
|
726
|
+
},
|
|
727
|
+
NIGERIA: {
|
|
728
|
+
id: 134,
|
|
729
|
+
prefix: '+234',
|
|
730
|
+
text: '+234 (Nigéria)',
|
|
731
|
+
},
|
|
732
|
+
OMAN: {
|
|
733
|
+
id: 137,
|
|
734
|
+
prefix: '+968',
|
|
735
|
+
text: '+968 (Oman)',
|
|
736
|
+
},
|
|
737
|
+
PAKISTAN: {
|
|
738
|
+
id: 138,
|
|
739
|
+
prefix: '+92',
|
|
740
|
+
text: '+92 (Pakistan)',
|
|
741
|
+
},
|
|
742
|
+
PALAU: {
|
|
743
|
+
id: 139,
|
|
744
|
+
prefix: '+680',
|
|
745
|
+
text: '+680 (Palaos)',
|
|
746
|
+
},
|
|
747
|
+
PANAMA: {
|
|
748
|
+
id: 140,
|
|
749
|
+
prefix: '+507',
|
|
750
|
+
text: '+507 (Panama)',
|
|
751
|
+
},
|
|
752
|
+
PAPUANEWGUINEA: {
|
|
753
|
+
id: 141,
|
|
754
|
+
prefix: '+675',
|
|
755
|
+
text: '+675 (Papouasie-Nouvelle-Guinée)',
|
|
756
|
+
},
|
|
757
|
+
PARAGUAY: {
|
|
758
|
+
id: 142,
|
|
759
|
+
prefix: '+595',
|
|
760
|
+
text: '+595 (Paraguay)',
|
|
761
|
+
},
|
|
762
|
+
PERU: {
|
|
763
|
+
id: 143,
|
|
764
|
+
prefix: '+51',
|
|
765
|
+
text: '+51 (Pérou)',
|
|
766
|
+
},
|
|
767
|
+
PHILIPPINES: {
|
|
768
|
+
id: 144,
|
|
769
|
+
prefix: '+63',
|
|
770
|
+
text: '+63 (Philippines)',
|
|
771
|
+
},
|
|
772
|
+
PORTUGAL: {
|
|
773
|
+
id: 146,
|
|
774
|
+
prefix: '+351',
|
|
775
|
+
text: '+351 (Portugal)',
|
|
776
|
+
},
|
|
777
|
+
QATAR: {
|
|
778
|
+
id: 147,
|
|
779
|
+
prefix: '+974',
|
|
780
|
+
text: '+974 (Qatar)',
|
|
781
|
+
},
|
|
782
|
+
RUSSIA: {
|
|
783
|
+
id: 149,
|
|
784
|
+
prefix: '+7',
|
|
785
|
+
text: '+7 (Russie)',
|
|
786
|
+
},
|
|
787
|
+
RWANDA: {
|
|
788
|
+
id: 150,
|
|
789
|
+
prefix: '+250',
|
|
790
|
+
text: '+250 (Rwanda)',
|
|
791
|
+
},
|
|
792
|
+
SAINTKITTSANDNEVIS: {
|
|
793
|
+
id: 151,
|
|
794
|
+
prefix: '+1869',
|
|
795
|
+
text: '+1869 (Saint-Kitts-et-Nevis)',
|
|
796
|
+
},
|
|
797
|
+
SAINTLUCIA: {
|
|
798
|
+
id: 152,
|
|
799
|
+
prefix: '+1758',
|
|
800
|
+
text: '+1758 (Sainte-Lucie)',
|
|
801
|
+
},
|
|
802
|
+
SAINTVINCENTANDTHEGRENADINES: {
|
|
803
|
+
id: 153,
|
|
804
|
+
prefix: '+1784',
|
|
805
|
+
text: '+1784 (Saint-Vincent-et-les Grenadines)',
|
|
806
|
+
},
|
|
807
|
+
SAMOA: {
|
|
808
|
+
id: 154,
|
|
809
|
+
prefix: '+685',
|
|
810
|
+
text: '+685 (Samoa)',
|
|
811
|
+
},
|
|
812
|
+
SANMARINO: {
|
|
813
|
+
id: 155,
|
|
814
|
+
prefix: '+378',
|
|
815
|
+
text: '+378 (Saint-Marin)',
|
|
816
|
+
},
|
|
817
|
+
SAOTOMEANDPRINCIPE: {
|
|
818
|
+
id: 156,
|
|
819
|
+
prefix: '+239',
|
|
820
|
+
text: '+239 (Sao Tomé-et-Principe)',
|
|
821
|
+
},
|
|
822
|
+
SENEGAL: {
|
|
823
|
+
id: 158,
|
|
824
|
+
prefix: '+221',
|
|
825
|
+
text: '+221 (Sénégal)',
|
|
826
|
+
},
|
|
827
|
+
SEYCHELLES: {
|
|
828
|
+
id: 160,
|
|
829
|
+
prefix: '+248',
|
|
830
|
+
text: '+248 (Seychelles)',
|
|
831
|
+
},
|
|
832
|
+
SIERRALEONE: {
|
|
833
|
+
id: 161,
|
|
834
|
+
prefix: '+232',
|
|
835
|
+
text: '+232 (Sierra Leone)',
|
|
836
|
+
},
|
|
837
|
+
SINGAPORE: {
|
|
838
|
+
id: 162,
|
|
839
|
+
prefix: '+65',
|
|
840
|
+
text: '+65 (Singapour)',
|
|
841
|
+
},
|
|
842
|
+
SLOVAKIA: {
|
|
843
|
+
id: 163,
|
|
844
|
+
prefix: '+421',
|
|
845
|
+
text: '+421 (Slovaquie)',
|
|
846
|
+
},
|
|
847
|
+
SLOVENIA: {
|
|
848
|
+
id: 164,
|
|
849
|
+
prefix: '+386',
|
|
850
|
+
text: '+386 (Slovénie)',
|
|
851
|
+
},
|
|
852
|
+
SOLOMONISLANDS: {
|
|
853
|
+
id: 165,
|
|
854
|
+
prefix: '+677',
|
|
855
|
+
text: '+677 (Îles Salomon)',
|
|
856
|
+
},
|
|
857
|
+
SOMALIA: {
|
|
858
|
+
id: 166,
|
|
859
|
+
prefix: '+252',
|
|
860
|
+
text: '+252 (Somalie)',
|
|
861
|
+
},
|
|
862
|
+
SOUTHSDAN: {
|
|
863
|
+
id: 167,
|
|
864
|
+
prefix: '+211',
|
|
865
|
+
text: '+211 (Soudan du Sud)',
|
|
866
|
+
},
|
|
867
|
+
SRILANKA: {
|
|
868
|
+
id: 168,
|
|
869
|
+
prefix: '+94',
|
|
870
|
+
text: '+94 (Sri Lanka)',
|
|
871
|
+
},
|
|
872
|
+
SUDAN: {
|
|
873
|
+
id: 169,
|
|
874
|
+
prefix: '+249',
|
|
875
|
+
text: '+249 (Soudan)',
|
|
876
|
+
},
|
|
877
|
+
SURINAME: {
|
|
878
|
+
id: 170,
|
|
879
|
+
prefix: '+597',
|
|
880
|
+
text: '+597 (Suriname)',
|
|
881
|
+
},
|
|
882
|
+
SYRIA: {
|
|
883
|
+
id: 173,
|
|
884
|
+
prefix: '+963',
|
|
885
|
+
text: '+963 (Syrie)',
|
|
886
|
+
},
|
|
887
|
+
TAIWAN: {
|
|
888
|
+
id: 174,
|
|
889
|
+
prefix: '+886',
|
|
890
|
+
text: '+886 (Taïwan)',
|
|
891
|
+
},
|
|
892
|
+
TAJIKISTAN: {
|
|
893
|
+
id: 175,
|
|
894
|
+
prefix: '+992',
|
|
895
|
+
text: '+992 (Tadjikistan)',
|
|
896
|
+
},
|
|
897
|
+
TANZANIA: {
|
|
898
|
+
id: 176,
|
|
899
|
+
prefix: '+255',
|
|
900
|
+
text: '+255 (Tanzanie)',
|
|
901
|
+
},
|
|
902
|
+
THAILAND: {
|
|
903
|
+
id: 177,
|
|
904
|
+
prefix: '+66',
|
|
905
|
+
text: '+66 (Thaïlande)',
|
|
906
|
+
},
|
|
907
|
+
TIMORLESTE: {
|
|
908
|
+
id: 178,
|
|
909
|
+
prefix: '+670',
|
|
910
|
+
text: '+670 (Timor-Leste)',
|
|
911
|
+
},
|
|
912
|
+
TOGO: {
|
|
913
|
+
id: 179,
|
|
914
|
+
prefix: '+228',
|
|
915
|
+
text: '+228 (Togo)',
|
|
916
|
+
},
|
|
917
|
+
TONGA: {
|
|
918
|
+
id: 180,
|
|
919
|
+
prefix: '+676',
|
|
920
|
+
text: '+676 (Tonga)',
|
|
921
|
+
},
|
|
922
|
+
TRINIDADANDTOBAGO: {
|
|
923
|
+
id: 181,
|
|
924
|
+
prefix: '+1868',
|
|
925
|
+
text: '+1868 (Trinité-et-Tobago)',
|
|
926
|
+
},
|
|
927
|
+
TUNISIA: {
|
|
928
|
+
id: 182,
|
|
929
|
+
prefix: '+216',
|
|
930
|
+
text: '+216 (Tunisie)',
|
|
931
|
+
},
|
|
932
|
+
TURKEY: {
|
|
933
|
+
id: 183,
|
|
934
|
+
prefix: '+90',
|
|
935
|
+
text: '+90 (Turquie)',
|
|
936
|
+
},
|
|
937
|
+
TURKMENISTAN: {
|
|
938
|
+
id: 184,
|
|
939
|
+
prefix: '+993',
|
|
940
|
+
text: '+993 (Turkménistan)',
|
|
941
|
+
},
|
|
942
|
+
TUVALU: {
|
|
943
|
+
id: 185,
|
|
944
|
+
prefix: '+688',
|
|
945
|
+
text: '+688 (Tuvalu)',
|
|
946
|
+
},
|
|
947
|
+
UGANDA: {
|
|
948
|
+
id: 186,
|
|
949
|
+
prefix: '+256',
|
|
950
|
+
text: '+256 (Ouganda)',
|
|
951
|
+
},
|
|
952
|
+
UNITEDSTATESOFAMERICA: {
|
|
953
|
+
id: 189,
|
|
954
|
+
prefix: '+1',
|
|
955
|
+
text: '+1 (États-Unis d\'Amérique)',
|
|
956
|
+
},
|
|
957
|
+
URUGUAY: {
|
|
958
|
+
id: 190,
|
|
959
|
+
prefix: '+598',
|
|
960
|
+
text: '+598 (Uruguay)',
|
|
961
|
+
},
|
|
962
|
+
UZBEKISTAN: {
|
|
963
|
+
id: 191,
|
|
964
|
+
prefix: '+998',
|
|
965
|
+
text: '+998 (Ouzbékistan)',
|
|
966
|
+
},
|
|
967
|
+
VANUATU: {
|
|
968
|
+
id: 192,
|
|
969
|
+
prefix: '+678',
|
|
970
|
+
text: '+678 (Vanuatu)',
|
|
971
|
+
},
|
|
972
|
+
VENEZUELA: {
|
|
973
|
+
id: 193,
|
|
974
|
+
prefix: '+58',
|
|
975
|
+
text: '+58 (Venezuela)',
|
|
976
|
+
},
|
|
977
|
+
VIETNAM: {
|
|
978
|
+
id: 194,
|
|
979
|
+
prefix: '+84',
|
|
980
|
+
text: '+84 (Vietnam)',
|
|
981
|
+
},
|
|
982
|
+
YEMEN: {
|
|
983
|
+
id: 195,
|
|
984
|
+
prefix: '+967',
|
|
985
|
+
text: '+967 (Yémen)',
|
|
986
|
+
},
|
|
987
|
+
ZAMBIA: {
|
|
988
|
+
id: 196,
|
|
989
|
+
prefix: '+260',
|
|
990
|
+
text: '+260 (Zambie)',
|
|
991
|
+
},
|
|
992
|
+
ZIMBABWE: {
|
|
993
|
+
id: 197,
|
|
994
|
+
prefix: '+263',
|
|
995
|
+
text: '+263 (Zimbabwe)',
|
|
996
|
+
},
|
|
37
997
|
};
|
|
38
998
|
//# sourceMappingURL=Phone.js.map
|