@silexpert/core 1.1.103 → 1.1.105
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/Authenticate.d.ts +2 -0
- package/es/api/resources/Authenticate.d.ts.map +1 -1
- package/es/api/resources/Authenticate.js +14 -0
- package/es/api/resources/Authenticate.js.map +1 -1
- package/es/api/resources/BalanceSheet.d.ts +2 -1
- package/es/api/resources/BalanceSheet.d.ts.map +1 -1
- package/es/api/resources/BalanceSheet.js +3 -0
- package/es/api/resources/BalanceSheet.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts +2 -8
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheet.js +2 -9
- package/es/types/Enum/BalanceSheet.js.map +1 -1
- package/es/types/Enum/Country.d.ts +1 -0
- package/es/types/Enum/Country.d.ts.map +1 -1
- package/es/types/Enum/Country.js +242 -242
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/JobTitle.d.ts +2 -1
- package/es/types/Enum/JobTitle.d.ts.map +1 -1
- package/es/types/Enum/JobTitle.js +6 -0
- package/es/types/Enum/JobTitle.js.map +1 -1
- package/es/types/Enum/Supervision.d.ts +2 -1
- package/es/types/Enum/Supervision.d.ts.map +1 -1
- package/es/types/Enum/Supervision.js +7 -0
- package/es/types/Enum/Supervision.js.map +1 -1
- package/es/types/Form/FormAuthenticate.d.ts +2 -0
- package/es/types/Form/FormAuthenticate.d.ts.map +1 -1
- package/es/types/Form/FormAuthenticate.js +16 -1
- package/es/types/Form/FormAuthenticate.js.map +1 -1
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +4 -0
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +1 -0
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +3 -0
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -0
- package/es/types/Interface/api/balanceSheet/Query.d.ts +5 -0
- package/es/types/Interface/api/balanceSheet/Query.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/Query.js +25 -0
- package/es/types/Interface/api/balanceSheet/Query.js.map +1 -0
- package/es/types/Interface/api/balanceSheet/Read.d.ts +18 -0
- package/es/types/Interface/api/balanceSheet/Read.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/Read.js +2 -0
- package/es/types/Interface/api/balanceSheet/Read.js.map +1 -0
- package/es/types/Interface/api/log/CreateLog.d.ts +2 -0
- package/es/types/Interface/api/log/CreateLog.d.ts.map +1 -1
- package/es/types/Interface/api/log/CreateLog.js.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.d.ts +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/es/types/index.d.ts +3 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +3 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/brands.js +1 -1
- package/es/utils/brands.js.map +1 -1
- package/js/api/resources/Authenticate.js +34 -1
- package/js/api/resources/Authenticate.js.map +1 -1
- package/js/api/resources/BalanceSheet.js +5 -0
- package/js/api/resources/BalanceSheet.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +2 -8
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/Country.js +244 -2
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/JobTitle.js +5 -0
- package/js/types/Enum/JobTitle.js.map +1 -1
- package/js/types/Enum/Supervision.js +6 -0
- package/js/types/Enum/Supervision.js.map +1 -1
- package/js/types/Form/FormAuthenticate.js +3 -0
- package/js/types/Form/FormAuthenticate.js.map +1 -1
- package/js/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +8 -0
- package/js/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -0
- package/js/types/Interface/api/balanceSheet/Query.js +23 -0
- package/js/types/Interface/api/balanceSheet/Query.js.map +1 -0
- package/js/types/Interface/api/balanceSheet/Read.js +6 -0
- package/js/types/Interface/api/balanceSheet/Read.js.map +1 -0
- package/js/types/Interface/api/log/CreateLog.js.map +1 -1
- package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/js/types/index.js +81 -51
- package/js/types/index.js.map +1 -1
- package/js/utils/brands.js +1 -1
- package/js/utils/brands.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Authenticate.ts +4 -0
- package/ts/api/resources/BalanceSheet.ts +5 -1
- package/ts/types/Enum/BalanceSheet.ts +2 -9
- package/ts/types/Enum/Country.ts +243 -243
- package/ts/types/Enum/JobTitle.ts +6 -0
- package/ts/types/Enum/Supervision.ts +7 -0
- package/ts/types/Form/FormAuthenticate.ts +14 -1
- package/ts/types/Interface/api/authentification/ReadAuthenticateCollaborater.ts +3 -0
- package/ts/types/Interface/api/balanceSheet/Query.ts +16 -0
- package/ts/types/Interface/api/balanceSheet/Read.ts +18 -0
- package/ts/types/Interface/api/log/CreateLog.ts +3 -1
- package/ts/types/Interface/api/statistic/ExitRequest.ts +1 -1
- package/ts/types/index.ts +4 -0
- package/ts/utils/brands.ts +1 -1
package/js/types/Enum/Country.js
CHANGED
|
@@ -250,970 +250,1212 @@ var CountryId = exports.CountryId = undefined;
|
|
|
250
250
|
})(CountryId || (exports.CountryId = CountryId = {}));
|
|
251
251
|
const CountryList = exports.CountryList = [{
|
|
252
252
|
name: 'Afghanistan',
|
|
253
|
+
ISO3166_num: 4,
|
|
253
254
|
ISO3166: 'AF',
|
|
254
255
|
id: CountryId.AFGHANISTAN
|
|
255
256
|
}, {
|
|
256
257
|
name: 'Afrique du Sud',
|
|
258
|
+
ISO3166_num: 710,
|
|
257
259
|
ISO3166: 'ZA',
|
|
258
260
|
id: CountryId.AFRIQUE_DU_SUD
|
|
259
261
|
}, {
|
|
260
262
|
name: 'Albanie',
|
|
263
|
+
ISO3166_num: 8,
|
|
261
264
|
ISO3166: 'AL',
|
|
262
265
|
id: CountryId.ALBANIE
|
|
263
266
|
}, {
|
|
264
267
|
name: 'Algérie',
|
|
268
|
+
ISO3166_num: 12,
|
|
265
269
|
ISO3166: 'DZ',
|
|
266
270
|
id: CountryId.ALGERIE
|
|
267
271
|
}, {
|
|
268
272
|
name: 'Allemagne',
|
|
273
|
+
ISO3166_num: 276,
|
|
269
274
|
ISO3166: 'DE',
|
|
270
275
|
id: CountryId.ALLEMAGNE
|
|
271
276
|
}, {
|
|
272
277
|
name: 'Andorre',
|
|
278
|
+
ISO3166_num: 20,
|
|
273
279
|
ISO3166: 'AD',
|
|
274
280
|
id: CountryId.ANDORRE
|
|
275
281
|
}, {
|
|
276
282
|
name: 'Angola',
|
|
283
|
+
ISO3166_num: 24,
|
|
277
284
|
ISO3166: 'AO',
|
|
278
285
|
id: CountryId.ANGOLA
|
|
279
286
|
}, {
|
|
280
287
|
name: 'Anguilla',
|
|
288
|
+
ISO3166_num: 660,
|
|
281
289
|
ISO3166: 'AI',
|
|
282
290
|
id: CountryId.ANGUILLA
|
|
283
291
|
}, {
|
|
284
292
|
name: 'Antarctique',
|
|
293
|
+
ISO3166_num: 10,
|
|
285
294
|
ISO3166: 'AQ',
|
|
286
295
|
id: CountryId.ANTARCTIQUE
|
|
287
296
|
}, {
|
|
288
297
|
name: 'Antigua-et-Barbuda',
|
|
298
|
+
ISO3166_num: 28,
|
|
289
299
|
ISO3166: 'AG',
|
|
290
300
|
id: CountryId.ANTIGUA_ET_BARBUDA
|
|
291
301
|
}, {
|
|
292
302
|
name: 'Antilles Néerlandaises',
|
|
303
|
+
ISO3166_num: 528,
|
|
293
304
|
ISO3166: 'AN',
|
|
294
305
|
id: CountryId.ANTILLES_NEERLANDAISES
|
|
295
306
|
}, {
|
|
296
307
|
name: 'Arabie Saoudite',
|
|
308
|
+
ISO3166_num: 682,
|
|
297
309
|
ISO3166: 'SA',
|
|
298
310
|
id: CountryId.ARABIE_SAOUDITE
|
|
299
311
|
}, {
|
|
300
312
|
name: 'Argentine',
|
|
313
|
+
ISO3166_num: 32,
|
|
301
314
|
ISO3166: 'AR',
|
|
302
315
|
id: CountryId.ARGENTINE
|
|
303
316
|
}, {
|
|
304
317
|
name: 'Arménie',
|
|
318
|
+
ISO3166_num: 51,
|
|
305
319
|
ISO3166: 'AM',
|
|
306
320
|
id: CountryId.ARMENIE
|
|
307
321
|
}, {
|
|
308
322
|
name: 'Aruba',
|
|
323
|
+
ISO3166_num: 533,
|
|
309
324
|
ISO3166: 'AW',
|
|
310
325
|
id: CountryId.ARUBA
|
|
311
326
|
}, {
|
|
312
327
|
name: 'Australie',
|
|
328
|
+
ISO3166_num: 36,
|
|
313
329
|
ISO3166: 'AU',
|
|
314
330
|
id: CountryId.AUSTRALIE
|
|
315
331
|
}, {
|
|
316
332
|
name: 'Autriche',
|
|
333
|
+
ISO3166_num: 40,
|
|
317
334
|
ISO3166: 'AT',
|
|
318
335
|
id: CountryId.AUTRICHE
|
|
319
336
|
}, {
|
|
320
337
|
name: 'Azerbaïdjan',
|
|
338
|
+
ISO3166_num: 31,
|
|
321
339
|
ISO3166: 'AZ',
|
|
322
340
|
id: CountryId.AZERBAIDJAN
|
|
323
341
|
}, {
|
|
324
342
|
name: 'Bahamas',
|
|
343
|
+
ISO3166_num: 44,
|
|
325
344
|
ISO3166: 'BS',
|
|
326
345
|
id: CountryId.BAHAMAS
|
|
327
346
|
}, {
|
|
328
347
|
name: 'Bahreïn',
|
|
348
|
+
ISO3166_num: 48,
|
|
329
349
|
ISO3166: 'BH',
|
|
330
350
|
id: CountryId.BAHREIN
|
|
331
351
|
}, {
|
|
332
352
|
name: 'Bangladesh',
|
|
353
|
+
ISO3166_num: 50,
|
|
333
354
|
ISO3166: 'BD',
|
|
334
355
|
id: CountryId.BANGLADESH
|
|
335
356
|
}, {
|
|
336
357
|
name: 'Barbade',
|
|
358
|
+
ISO3166_num: 52,
|
|
337
359
|
ISO3166: 'BB',
|
|
338
360
|
id: CountryId.BARBADE
|
|
339
361
|
}, {
|
|
340
362
|
name: 'Bélarus',
|
|
363
|
+
ISO3166_num: 112,
|
|
341
364
|
ISO3166: 'BY',
|
|
342
365
|
id: CountryId.BELARUS
|
|
343
366
|
}, {
|
|
344
367
|
name: 'Belgique',
|
|
368
|
+
ISO3166_num: 56,
|
|
345
369
|
ISO3166: 'BE',
|
|
346
370
|
id: CountryId.BELGIQUE
|
|
347
371
|
}, {
|
|
348
372
|
name: 'Belize',
|
|
373
|
+
ISO3166_num: 84,
|
|
349
374
|
ISO3166: 'BZ',
|
|
350
375
|
id: CountryId.BELIZE
|
|
351
376
|
}, {
|
|
352
377
|
name: 'Bénin',
|
|
378
|
+
ISO3166_num: 204,
|
|
353
379
|
ISO3166: 'BJ',
|
|
354
380
|
id: CountryId.BENIN
|
|
355
381
|
}, {
|
|
356
382
|
name: 'Bermudes',
|
|
383
|
+
ISO3166_num: 60,
|
|
357
384
|
ISO3166: 'BM',
|
|
358
385
|
id: CountryId.BERMUDES
|
|
359
386
|
}, {
|
|
360
387
|
name: 'Bhoutan',
|
|
388
|
+
ISO3166_num: 64,
|
|
361
389
|
ISO3166: 'BT',
|
|
362
390
|
id: CountryId.BHOUTAN
|
|
363
391
|
}, {
|
|
364
392
|
name: 'Bolivie',
|
|
393
|
+
ISO3166_num: 68,
|
|
365
394
|
ISO3166: 'BO',
|
|
366
395
|
id: CountryId.BOLIVIE
|
|
367
396
|
}, {
|
|
368
397
|
name: 'Bosnie-Herzégovine',
|
|
398
|
+
ISO3166_num: 70,
|
|
369
399
|
ISO3166: 'BA',
|
|
370
400
|
id: CountryId.BOSNIE_HERZEGOVINE
|
|
371
401
|
}, {
|
|
372
402
|
name: 'Botswana',
|
|
403
|
+
ISO3166_num: 72,
|
|
373
404
|
ISO3166: 'BW',
|
|
374
405
|
id: CountryId.BOTSWANA
|
|
375
406
|
}, {
|
|
376
407
|
name: 'Brésil',
|
|
408
|
+
ISO3166_num: 76,
|
|
377
409
|
ISO3166: 'BR',
|
|
378
410
|
id: CountryId.BRESIL
|
|
379
411
|
}, {
|
|
380
412
|
name: 'Brunéi Darussalam',
|
|
413
|
+
ISO3166_num: 96,
|
|
381
414
|
ISO3166: 'BN',
|
|
382
415
|
id: CountryId.BRUNEI_DARUSSALAM
|
|
383
416
|
}, {
|
|
384
417
|
name: 'Bulgarie',
|
|
418
|
+
ISO3166_num: 100,
|
|
385
419
|
ISO3166: 'BG',
|
|
386
420
|
id: CountryId.BULGARIE
|
|
387
421
|
}, {
|
|
388
422
|
name: 'Burkina Faso',
|
|
423
|
+
ISO3166_num: 854,
|
|
389
424
|
ISO3166: 'BF',
|
|
390
425
|
id: CountryId.BURKINA_FASO
|
|
391
426
|
}, {
|
|
392
427
|
name: 'Burundi',
|
|
428
|
+
ISO3166_num: 108,
|
|
393
429
|
ISO3166: 'BI',
|
|
394
430
|
id: CountryId.BURUNDI
|
|
395
431
|
}, {
|
|
396
432
|
name: 'Cambodge',
|
|
433
|
+
ISO3166_num: 116,
|
|
397
434
|
ISO3166: 'KH',
|
|
398
435
|
id: CountryId.CAMBODGE
|
|
399
436
|
}, {
|
|
400
437
|
name: 'Cameroun',
|
|
438
|
+
ISO3166_num: 120,
|
|
401
439
|
ISO3166: 'CM',
|
|
402
440
|
id: CountryId.CAMEROUN
|
|
403
441
|
}, {
|
|
404
442
|
name: 'Canada',
|
|
443
|
+
ISO3166_num: 124,
|
|
405
444
|
ISO3166: 'CA',
|
|
406
445
|
id: CountryId.CANADA
|
|
407
446
|
}, {
|
|
408
447
|
name: 'Cap-vert',
|
|
448
|
+
ISO3166_num: 132,
|
|
409
449
|
ISO3166: 'CV',
|
|
410
450
|
id: CountryId.CAP_VERT
|
|
411
451
|
}, {
|
|
412
452
|
name: 'Chili',
|
|
453
|
+
ISO3166_num: 152,
|
|
413
454
|
ISO3166: 'CL',
|
|
414
455
|
id: CountryId.CHILI
|
|
415
456
|
}, {
|
|
416
457
|
name: 'Chine',
|
|
458
|
+
ISO3166_num: 156,
|
|
417
459
|
ISO3166: 'CN',
|
|
418
460
|
id: CountryId.CHINE
|
|
419
461
|
}, {
|
|
420
462
|
name: 'Chypre',
|
|
463
|
+
ISO3166_num: 196,
|
|
421
464
|
ISO3166: 'CY',
|
|
422
465
|
id: CountryId.CHYPRE
|
|
423
466
|
}, {
|
|
424
467
|
name: 'Colombie',
|
|
468
|
+
ISO3166_num: 170,
|
|
425
469
|
ISO3166: 'CO',
|
|
426
470
|
id: CountryId.COLOMBIE
|
|
427
471
|
}, {
|
|
428
472
|
name: 'Comores',
|
|
473
|
+
ISO3166_num: 174,
|
|
429
474
|
ISO3166: 'KM',
|
|
430
475
|
id: CountryId.COMORES
|
|
431
476
|
}, {
|
|
432
477
|
name: 'Costa Rica',
|
|
478
|
+
ISO3166_num: 188,
|
|
433
479
|
ISO3166: 'CR',
|
|
434
480
|
id: CountryId.COSTA_RICA
|
|
435
481
|
}, {
|
|
436
482
|
name: 'Côte d\'Ivoire',
|
|
483
|
+
ISO3166_num: 384,
|
|
437
484
|
ISO3166: 'CI',
|
|
438
485
|
id: CountryId.COTE_D_IVOIRE
|
|
439
486
|
}, {
|
|
440
487
|
name: 'Croatie',
|
|
488
|
+
ISO3166_num: 191,
|
|
441
489
|
ISO3166: 'HR',
|
|
442
490
|
id: CountryId.CROATIE
|
|
443
491
|
}, {
|
|
444
492
|
name: 'Cuba',
|
|
493
|
+
ISO3166_num: 192,
|
|
445
494
|
ISO3166: 'CU',
|
|
446
495
|
id: CountryId.CUBA
|
|
447
496
|
}, {
|
|
448
497
|
name: 'Danemark',
|
|
498
|
+
ISO3166_num: 208,
|
|
449
499
|
ISO3166: 'DK',
|
|
450
500
|
id: CountryId.DANEMARK
|
|
451
501
|
}, {
|
|
452
502
|
name: 'Djibouti',
|
|
503
|
+
ISO3166_num: 262,
|
|
453
504
|
ISO3166: 'DJ',
|
|
454
505
|
id: CountryId.DJIBOUTI
|
|
455
506
|
}, {
|
|
456
507
|
name: 'Dominique',
|
|
508
|
+
ISO3166_num: 212,
|
|
457
509
|
ISO3166: 'DM',
|
|
458
510
|
id: CountryId.DOMINIQUE
|
|
459
511
|
}, {
|
|
460
512
|
name: 'Égypte',
|
|
513
|
+
ISO3166_num: 818,
|
|
461
514
|
ISO3166: 'EG',
|
|
462
515
|
id: CountryId.EGYPTE
|
|
463
516
|
}, {
|
|
464
517
|
name: 'El Salvador',
|
|
518
|
+
ISO3166_num: 222,
|
|
465
519
|
ISO3166: 'SV',
|
|
466
520
|
id: CountryId.EL_SALVADOR
|
|
467
521
|
}, {
|
|
468
522
|
name: 'Émirats Arabes Unis',
|
|
523
|
+
ISO3166_num: 784,
|
|
469
524
|
ISO3166: 'AE',
|
|
470
525
|
id: CountryId.EMIRATS_ARABES_UNIS
|
|
471
526
|
}, {
|
|
472
527
|
name: 'Équateur',
|
|
528
|
+
ISO3166_num: 218,
|
|
473
529
|
ISO3166: 'EC',
|
|
474
530
|
id: CountryId.EQUATEUR
|
|
475
531
|
}, {
|
|
476
532
|
name: 'Érythrée',
|
|
533
|
+
ISO3166_num: 232,
|
|
477
534
|
ISO3166: 'ER',
|
|
478
535
|
id: CountryId.ERYTHREE
|
|
479
536
|
}, {
|
|
480
537
|
name: 'Espagne',
|
|
538
|
+
ISO3166_num: 724,
|
|
481
539
|
ISO3166: 'ES',
|
|
482
540
|
id: CountryId.ESPAGNE
|
|
483
541
|
}, {
|
|
484
542
|
name: 'Estonie',
|
|
543
|
+
ISO3166_num: 233,
|
|
485
544
|
ISO3166: 'EE',
|
|
486
545
|
id: CountryId.ESTONIE
|
|
487
546
|
}, {
|
|
488
547
|
name: 'États Fédérés de Micronésie',
|
|
548
|
+
ISO3166_num: 748,
|
|
489
549
|
ISO3166: 'FM',
|
|
490
550
|
id: CountryId.ETATS_FEDERES_DE_MICRONESIE
|
|
491
551
|
}, {
|
|
492
552
|
name: 'États-Unis',
|
|
553
|
+
ISO3166_num: 840,
|
|
493
554
|
ISO3166: 'US',
|
|
494
555
|
id: CountryId.ETATS_UNIS
|
|
495
556
|
}, {
|
|
496
557
|
name: 'Éthiopie',
|
|
558
|
+
ISO3166_num: 231,
|
|
497
559
|
ISO3166: 'ET',
|
|
498
560
|
id: CountryId.ETHIOPIE
|
|
499
561
|
}, {
|
|
500
562
|
name: 'Fédération de Russie',
|
|
563
|
+
ISO3166_num: 643,
|
|
501
564
|
ISO3166: 'RU',
|
|
502
565
|
id: CountryId.FEDERATION_DE_RUSSIE
|
|
503
566
|
}, {
|
|
504
567
|
name: 'Fidji',
|
|
568
|
+
ISO3166_num: 242,
|
|
505
569
|
ISO3166: 'FJ',
|
|
506
570
|
id: CountryId.FIDJI
|
|
507
571
|
}, {
|
|
508
572
|
name: 'Finlande',
|
|
573
|
+
ISO3166_num: 246,
|
|
509
574
|
ISO3166: 'FI',
|
|
510
575
|
id: CountryId.FINLANDE
|
|
511
576
|
}, {
|
|
512
577
|
name: 'France',
|
|
578
|
+
ISO3166_num: 250,
|
|
513
579
|
ISO3166: 'FR',
|
|
514
580
|
id: CountryId.FRANCE
|
|
515
581
|
}, {
|
|
516
582
|
name: 'Gabon',
|
|
583
|
+
ISO3166_num: 266,
|
|
517
584
|
ISO3166: 'GA',
|
|
518
585
|
id: CountryId.GABON
|
|
519
586
|
}, {
|
|
520
587
|
name: 'Gambie',
|
|
588
|
+
ISO3166_num: 270,
|
|
521
589
|
ISO3166: 'GM',
|
|
522
590
|
id: CountryId.GAMBIE
|
|
523
591
|
}, {
|
|
524
592
|
name: 'Géorgie',
|
|
593
|
+
ISO3166_num: 268,
|
|
525
594
|
ISO3166: 'GE',
|
|
526
595
|
id: CountryId.GEORGIE
|
|
527
596
|
}, {
|
|
528
597
|
name: 'Géorgie du Sud et les Îles Sandwich du Sud',
|
|
598
|
+
ISO3166_num: 239,
|
|
529
599
|
ISO3166: 'GS',
|
|
530
600
|
id: CountryId.GEORGIE_DU_SUD_ET_LES_ILES_SANDWICH_DU_SUD
|
|
531
601
|
}, {
|
|
532
602
|
name: 'Ghana',
|
|
603
|
+
ISO3166_num: 288,
|
|
533
604
|
ISO3166: 'GH',
|
|
534
605
|
id: CountryId.GHANA
|
|
535
606
|
}, {
|
|
536
607
|
name: 'Gibraltar',
|
|
608
|
+
ISO3166_num: 292,
|
|
537
609
|
ISO3166: 'GI',
|
|
538
610
|
id: CountryId.GIBRALTAR
|
|
539
611
|
}, {
|
|
540
612
|
name: 'Grèce',
|
|
613
|
+
ISO3166_num: 300,
|
|
541
614
|
ISO3166: 'GR',
|
|
542
615
|
id: CountryId.GRECE
|
|
543
616
|
}, {
|
|
544
617
|
name: 'Grenade',
|
|
618
|
+
ISO3166_num: 308,
|
|
545
619
|
ISO3166: 'GD',
|
|
546
620
|
id: CountryId.GRENADE
|
|
547
621
|
}, {
|
|
548
622
|
name: 'Groenland',
|
|
623
|
+
ISO3166_num: 304,
|
|
549
624
|
ISO3166: 'GL',
|
|
550
625
|
id: CountryId.GROENLAND
|
|
551
626
|
}, {
|
|
552
627
|
name: 'Guadeloupe',
|
|
628
|
+
ISO3166_num: 312,
|
|
553
629
|
ISO3166: 'GP',
|
|
554
630
|
id: CountryId.GUADELOUPE
|
|
555
631
|
}, {
|
|
556
632
|
name: 'Guam',
|
|
633
|
+
ISO3166_num: 316,
|
|
557
634
|
ISO3166: 'GU',
|
|
558
635
|
id: CountryId.GUAM
|
|
559
636
|
}, {
|
|
560
637
|
name: 'Guatemala',
|
|
638
|
+
ISO3166_num: 320,
|
|
561
639
|
ISO3166: 'GT',
|
|
562
640
|
id: CountryId.GUATEMALA
|
|
563
641
|
}, {
|
|
564
642
|
name: 'Guinée',
|
|
643
|
+
ISO3166_num: 324,
|
|
565
644
|
ISO3166: 'GN',
|
|
566
645
|
id: CountryId.GUINEE
|
|
567
646
|
}, {
|
|
568
647
|
name: 'Guinée Équatoriale',
|
|
648
|
+
ISO3166_num: 226,
|
|
569
649
|
ISO3166: 'GQ',
|
|
570
650
|
id: CountryId.GUINEE_EQUATORIALE
|
|
571
651
|
}, {
|
|
572
652
|
name: 'Guinée-Bissau',
|
|
653
|
+
ISO3166_num: 624,
|
|
573
654
|
ISO3166: 'GW',
|
|
574
655
|
id: CountryId.GUINEE_BISSAU
|
|
575
656
|
}, {
|
|
576
657
|
name: 'Guyana',
|
|
658
|
+
ISO3166_num: 328,
|
|
577
659
|
ISO3166: 'GY',
|
|
578
660
|
id: CountryId.GUYANA
|
|
579
661
|
}, {
|
|
580
662
|
name: 'Guyane Française',
|
|
663
|
+
ISO3166_num: 254,
|
|
581
664
|
ISO3166: 'GF',
|
|
582
665
|
id: CountryId.GUYANE_FRANCAISE
|
|
583
666
|
}, {
|
|
584
667
|
name: 'Haïti',
|
|
668
|
+
ISO3166_num: 332,
|
|
585
669
|
ISO3166: 'HT',
|
|
586
670
|
id: CountryId.HAITI
|
|
587
671
|
}, {
|
|
588
672
|
name: 'Honduras',
|
|
673
|
+
ISO3166_num: 340,
|
|
589
674
|
ISO3166: 'HN',
|
|
590
675
|
id: CountryId.HONDURAS
|
|
591
676
|
}, {
|
|
592
677
|
name: 'Hong-Kong',
|
|
678
|
+
ISO3166_num: 344,
|
|
593
679
|
ISO3166: 'HK',
|
|
594
680
|
id: CountryId.HONG_KONG
|
|
595
681
|
}, {
|
|
596
682
|
name: 'Hongrie',
|
|
683
|
+
ISO3166_num: 348,
|
|
597
684
|
ISO3166: 'HU',
|
|
598
685
|
id: CountryId.HONGRIE
|
|
599
686
|
}, {
|
|
600
687
|
name: 'Île Bouvet',
|
|
688
|
+
ISO3166_num: 74,
|
|
601
689
|
ISO3166: 'BV',
|
|
602
690
|
id: CountryId.ILE_BOUVET
|
|
603
691
|
}, {
|
|
604
692
|
name: 'Île Christmas',
|
|
693
|
+
ISO3166_num: 162,
|
|
605
694
|
ISO3166: 'CX',
|
|
606
695
|
id: CountryId.ILE_CHRISTMAS
|
|
607
696
|
}, {
|
|
608
697
|
name: 'Île de Man',
|
|
698
|
+
ISO3166_num: 833,
|
|
609
699
|
ISO3166: 'IM',
|
|
610
700
|
id: CountryId.ILE_DE_MAN
|
|
611
701
|
}, {
|
|
612
702
|
name: 'Île Norfolk',
|
|
703
|
+
ISO3166_num: 574,
|
|
613
704
|
ISO3166: 'NF',
|
|
614
705
|
id: CountryId.ILE_NORFOLK
|
|
615
706
|
}, {
|
|
616
707
|
name: 'Îles (malvinas) Falkland',
|
|
708
|
+
ISO3166_num: 238,
|
|
617
709
|
ISO3166: 'FK',
|
|
618
710
|
id: CountryId.ILES_MALVINAS_FALKLAND
|
|
619
711
|
}, {
|
|
620
712
|
name: 'Îles Åland',
|
|
713
|
+
ISO3166_num: 248,
|
|
621
714
|
ISO3166: 'AX',
|
|
622
715
|
id: CountryId.ILES_ÅLAND
|
|
623
716
|
}, {
|
|
624
717
|
name: 'Îles Caïmanes',
|
|
718
|
+
ISO3166_num: 136,
|
|
625
719
|
ISO3166: 'KY',
|
|
626
720
|
id: CountryId.ILES_CAIMANES
|
|
627
721
|
}, {
|
|
628
722
|
name: 'Îles Cocos (Keeling)',
|
|
723
|
+
ISO3166_num: 166,
|
|
629
724
|
ISO3166: null,
|
|
630
725
|
id: CountryId.ILES_COCOS_KEE
|
|
631
726
|
}, {
|
|
632
727
|
name: 'Îles Cook',
|
|
728
|
+
ISO3166_num: 184,
|
|
633
729
|
ISO3166: 'CK',
|
|
634
730
|
id: CountryId.ILES_COOK
|
|
635
731
|
}, {
|
|
636
732
|
name: 'Îles Féroé',
|
|
733
|
+
ISO3166_num: 234,
|
|
637
734
|
ISO3166: 'FO',
|
|
638
735
|
id: CountryId.ILES_FEROE
|
|
639
736
|
}, {
|
|
640
737
|
name: 'Îles Heard et Mcdonald',
|
|
738
|
+
ISO3166_num: 334,
|
|
641
739
|
ISO3166: 'HM',
|
|
642
740
|
id: CountryId.ILES_HEARD_ET_MCDONALD
|
|
643
741
|
}, {
|
|
644
742
|
name: 'Îles Mariannes du Nord',
|
|
743
|
+
ISO3166_num: 580,
|
|
645
744
|
ISO3166: 'MP',
|
|
646
745
|
id: CountryId.ILES_MARIANNES_DU_NORD
|
|
647
746
|
}, {
|
|
648
747
|
name: 'Îles Marshall',
|
|
748
|
+
ISO3166_num: 584,
|
|
649
749
|
ISO3166: 'MH',
|
|
650
750
|
id: CountryId.ILES_MARSHALL
|
|
651
751
|
}, {
|
|
652
752
|
name: 'Îles Mineures Éloignées des États-Unis',
|
|
753
|
+
ISO3166_num: 581,
|
|
653
754
|
ISO3166: 'UM',
|
|
654
755
|
id: CountryId.ILES_MINEURES_ELOIGNEES_DES_ETATS_UNIS
|
|
655
756
|
}, {
|
|
656
757
|
name: 'Îles Salomon',
|
|
758
|
+
ISO3166_num: 90,
|
|
657
759
|
ISO3166: 'SB',
|
|
658
760
|
id: CountryId.ILES_SALOMON
|
|
659
761
|
}, {
|
|
660
762
|
name: 'Îles Turks et Caïques',
|
|
763
|
+
ISO3166_num: 796,
|
|
661
764
|
ISO3166: 'TC',
|
|
662
765
|
id: CountryId.ILES_TURKS_ET_CAIQUES
|
|
663
766
|
}, {
|
|
664
767
|
name: 'Îles Vierges Britanniques',
|
|
768
|
+
ISO3166_num: 86,
|
|
665
769
|
ISO3166: 'VG',
|
|
666
770
|
id: CountryId.ILES_VIERGES_BRITANNIQUES
|
|
667
771
|
}, {
|
|
668
772
|
name: 'Îles Vierges des États-Unis',
|
|
773
|
+
ISO3166_num: 850,
|
|
669
774
|
ISO3166: 'VI',
|
|
670
775
|
id: CountryId.ILES_VIERGES_DES_ETATS_UNIS
|
|
671
776
|
}, {
|
|
672
777
|
name: 'Inde',
|
|
778
|
+
ISO3166_num: 356,
|
|
673
779
|
ISO3166: 'IN',
|
|
674
780
|
id: CountryId.INDE
|
|
675
781
|
}, {
|
|
676
782
|
name: 'Indonésie',
|
|
783
|
+
ISO3166_num: 360,
|
|
677
784
|
ISO3166: 'ID',
|
|
678
785
|
id: CountryId.INDONESIE
|
|
679
786
|
}, {
|
|
680
787
|
name: 'Iraq',
|
|
788
|
+
ISO3166_num: 364,
|
|
681
789
|
ISO3166: 'IQ',
|
|
682
790
|
id: CountryId.IRAQ
|
|
683
791
|
}, {
|
|
684
792
|
name: 'Irlande',
|
|
793
|
+
ISO3166_num: 372,
|
|
685
794
|
ISO3166: 'IE',
|
|
686
795
|
id: CountryId.IRLANDE
|
|
687
796
|
}, {
|
|
688
797
|
name: 'Islande',
|
|
798
|
+
ISO3166_num: 352,
|
|
689
799
|
ISO3166: 'IS',
|
|
690
800
|
id: CountryId.ISLANDE
|
|
691
801
|
}, {
|
|
692
802
|
name: 'Israël',
|
|
803
|
+
ISO3166_num: 376,
|
|
693
804
|
ISO3166: 'IL',
|
|
694
805
|
id: CountryId.ISRAËL
|
|
695
806
|
}, {
|
|
696
807
|
name: 'Italie',
|
|
808
|
+
ISO3166_num: 380,
|
|
697
809
|
ISO3166: 'IT',
|
|
698
810
|
id: CountryId.ITALIE
|
|
699
811
|
}, {
|
|
700
812
|
name: 'Jamahiriya Arabe Libyenniso',
|
|
813
|
+
ISO3166_num: 434,
|
|
701
814
|
ISO3166: null,
|
|
702
815
|
id: CountryId.JAMAHIRIYA_ARABE_LIBY
|
|
703
816
|
}, {
|
|
704
817
|
name: 'Jamaïque',
|
|
818
|
+
ISO3166_num: 388,
|
|
705
819
|
ISO3166: 'JM',
|
|
706
820
|
id: CountryId.JAMAIQUE
|
|
707
821
|
}, {
|
|
708
822
|
name: 'Japon',
|
|
823
|
+
ISO3166_num: 392,
|
|
709
824
|
ISO3166: 'JP',
|
|
710
825
|
id: CountryId.JAPON
|
|
711
826
|
}, {
|
|
712
827
|
name: 'Jordanie',
|
|
828
|
+
ISO3166_num: 400,
|
|
713
829
|
ISO3166: 'JO',
|
|
714
830
|
id: CountryId.JORDANIE
|
|
715
831
|
}, {
|
|
716
832
|
name: 'Kazakhstan',
|
|
833
|
+
ISO3166_num: 398,
|
|
717
834
|
ISO3166: 'KZ',
|
|
718
835
|
id: CountryId.KAZAKHSTAN
|
|
719
836
|
}, {
|
|
720
837
|
name: 'Kenya',
|
|
838
|
+
ISO3166_num: 404,
|
|
721
839
|
ISO3166: 'KE',
|
|
722
840
|
id: CountryId.KENYA
|
|
723
841
|
}, {
|
|
724
842
|
name: 'Kirghizistan',
|
|
843
|
+
ISO3166_num: 417,
|
|
725
844
|
ISO3166: 'KG',
|
|
726
845
|
id: CountryId.KIRGHIZISTAN
|
|
727
846
|
}, {
|
|
728
847
|
name: 'Kiribati',
|
|
848
|
+
ISO3166_num: 296,
|
|
729
849
|
ISO3166: 'KI',
|
|
730
850
|
id: CountryId.KIRIBATI
|
|
731
851
|
}, {
|
|
732
852
|
name: 'Koweït',
|
|
853
|
+
ISO3166_num: 414,
|
|
733
854
|
ISO3166: 'KW',
|
|
734
855
|
id: CountryId.KOWEIT
|
|
735
856
|
}, {
|
|
736
857
|
name: 'L\'ex-République Yougoslave de Macédoiniso',
|
|
858
|
+
ISO3166_num: 807,
|
|
737
859
|
ISO3166: null,
|
|
738
860
|
id: CountryId.L_EX_REPUBLIQUE_YOUGOSLAVE_DE_MACED
|
|
739
861
|
}, {
|
|
740
862
|
name: 'Lesotho',
|
|
863
|
+
ISO3166_num: 426,
|
|
741
864
|
ISO3166: 'LS',
|
|
742
865
|
id: CountryId.LESOTHO
|
|
743
866
|
}, {
|
|
744
867
|
name: 'Lettonie',
|
|
868
|
+
ISO3166_num: 428,
|
|
745
869
|
ISO3166: 'LV',
|
|
746
870
|
id: CountryId.LETTONIE
|
|
747
871
|
}, {
|
|
748
872
|
name: 'Liban',
|
|
873
|
+
ISO3166_num: 422,
|
|
749
874
|
ISO3166: 'LB',
|
|
750
875
|
id: CountryId.LIBAN
|
|
751
876
|
}, {
|
|
752
877
|
name: 'Libéria',
|
|
878
|
+
ISO3166_num: 430,
|
|
753
879
|
ISO3166: 'LR',
|
|
754
880
|
id: CountryId.LIBERIA
|
|
755
881
|
}, {
|
|
756
882
|
name: 'Liechtenstein',
|
|
883
|
+
ISO3166_num: 438,
|
|
757
884
|
ISO3166: 'LI',
|
|
758
885
|
id: CountryId.LIECHTENSTEIN
|
|
759
886
|
}, {
|
|
760
887
|
name: 'Lituanie',
|
|
888
|
+
ISO3166_num: 440,
|
|
761
889
|
ISO3166: 'LT',
|
|
762
890
|
id: CountryId.LITUANIE
|
|
763
891
|
}, {
|
|
764
892
|
name: 'Luxembourg',
|
|
893
|
+
ISO3166_num: 442,
|
|
765
894
|
ISO3166: 'LU',
|
|
766
895
|
id: CountryId.LUXEMBOURG
|
|
767
896
|
}, {
|
|
768
897
|
name: 'Macao',
|
|
898
|
+
ISO3166_num: 446,
|
|
769
899
|
ISO3166: 'MO',
|
|
770
900
|
id: CountryId.MACAO
|
|
771
901
|
}, {
|
|
772
902
|
name: 'Madagascar',
|
|
903
|
+
ISO3166_num: 450,
|
|
773
904
|
ISO3166: 'MG',
|
|
774
905
|
id: CountryId.MADAGASCAR
|
|
775
906
|
}, {
|
|
776
907
|
name: 'Malaisie',
|
|
908
|
+
ISO3166_num: 458,
|
|
777
909
|
ISO3166: 'MY',
|
|
778
910
|
id: CountryId.MALAISIE
|
|
779
911
|
}, {
|
|
780
912
|
name: 'Malawi',
|
|
913
|
+
ISO3166_num: 454,
|
|
781
914
|
ISO3166: 'MW',
|
|
782
915
|
id: CountryId.MALAWI
|
|
783
916
|
}, {
|
|
784
917
|
name: 'Maldives',
|
|
918
|
+
ISO3166_num: 462,
|
|
785
919
|
ISO3166: 'MV',
|
|
786
920
|
id: CountryId.MALDIVES
|
|
787
921
|
}, {
|
|
788
922
|
name: 'Mali',
|
|
923
|
+
ISO3166_num: 466,
|
|
789
924
|
ISO3166: 'ML',
|
|
790
925
|
id: CountryId.MALI
|
|
791
926
|
}, {
|
|
792
927
|
name: 'Malte',
|
|
928
|
+
ISO3166_num: 470,
|
|
793
929
|
ISO3166: 'MT',
|
|
794
930
|
id: CountryId.MALTE
|
|
795
931
|
}, {
|
|
796
932
|
name: 'Maroc',
|
|
933
|
+
ISO3166_num: 504,
|
|
797
934
|
ISO3166: 'MA',
|
|
798
935
|
id: CountryId.MAROC
|
|
799
936
|
}, {
|
|
800
937
|
name: 'Martinique',
|
|
938
|
+
ISO3166_num: 474,
|
|
801
939
|
ISO3166: 'MQ',
|
|
802
940
|
id: CountryId.MARTINIQUE
|
|
803
941
|
}, {
|
|
804
942
|
name: 'Maurice',
|
|
943
|
+
ISO3166_num: 480,
|
|
805
944
|
ISO3166: 'MU',
|
|
806
945
|
id: CountryId.MAURICE
|
|
807
946
|
}, {
|
|
808
947
|
name: 'Mauritanie',
|
|
948
|
+
ISO3166_num: 478,
|
|
809
949
|
ISO3166: 'MR',
|
|
810
950
|
id: CountryId.MAURITANIE
|
|
811
951
|
}, {
|
|
812
952
|
name: 'Mayotte',
|
|
953
|
+
ISO3166_num: 175,
|
|
813
954
|
ISO3166: 'YT',
|
|
814
955
|
id: CountryId.MAYOTTE
|
|
815
956
|
}, {
|
|
816
957
|
name: 'Mexique',
|
|
958
|
+
ISO3166_num: 484,
|
|
817
959
|
ISO3166: 'MX',
|
|
818
960
|
id: CountryId.MEXIQUE
|
|
819
961
|
}, {
|
|
820
962
|
name: 'Monaco',
|
|
963
|
+
ISO3166_num: 492,
|
|
821
964
|
ISO3166: 'MC',
|
|
822
965
|
id: CountryId.MONACO
|
|
823
966
|
}, {
|
|
824
967
|
name: 'Mongolie',
|
|
968
|
+
ISO3166_num: 496,
|
|
825
969
|
ISO3166: 'MN',
|
|
826
970
|
id: CountryId.MONGOLIE
|
|
827
971
|
}, {
|
|
828
972
|
name: 'Montserrat',
|
|
973
|
+
ISO3166_num: 500,
|
|
829
974
|
ISO3166: 'MS',
|
|
830
975
|
id: CountryId.MONTSERRAT
|
|
831
976
|
}, {
|
|
832
977
|
name: 'Mozambique',
|
|
978
|
+
ISO3166_num: 508,
|
|
833
979
|
ISO3166: 'MZ',
|
|
834
980
|
id: CountryId.MOZAMBIQUE
|
|
835
981
|
}, {
|
|
836
982
|
name: 'Myanmar',
|
|
983
|
+
ISO3166_num: 104,
|
|
837
984
|
ISO3166: 'MM',
|
|
838
985
|
id: CountryId.MYANMAR
|
|
839
986
|
}, {
|
|
840
987
|
name: 'Namibie',
|
|
988
|
+
ISO3166_num: 516,
|
|
841
989
|
ISO3166: 'NA',
|
|
842
990
|
id: CountryId.NAMIBIE
|
|
843
991
|
}, {
|
|
844
992
|
name: 'Nauru',
|
|
993
|
+
ISO3166_num: 520,
|
|
845
994
|
ISO3166: 'NR',
|
|
846
995
|
id: CountryId.NAURU
|
|
847
996
|
}, {
|
|
848
997
|
name: 'Népal',
|
|
998
|
+
ISO3166_num: 524,
|
|
849
999
|
ISO3166: 'NP',
|
|
850
1000
|
id: CountryId.NEPAL
|
|
851
1001
|
}, {
|
|
852
1002
|
name: 'Nicaragua',
|
|
1003
|
+
ISO3166_num: 558,
|
|
853
1004
|
ISO3166: 'NI',
|
|
854
1005
|
id: CountryId.NICARAGUA
|
|
855
1006
|
}, {
|
|
856
1007
|
name: 'Niger',
|
|
1008
|
+
ISO3166_num: 562,
|
|
857
1009
|
ISO3166: 'NE',
|
|
858
1010
|
id: CountryId.NIGER
|
|
859
1011
|
}, {
|
|
860
1012
|
name: 'Nigéria',
|
|
1013
|
+
ISO3166_num: 566,
|
|
861
1014
|
ISO3166: 'NG',
|
|
862
1015
|
id: CountryId.NIGERIA
|
|
863
1016
|
}, {
|
|
864
1017
|
name: 'Niué',
|
|
1018
|
+
ISO3166_num: 570,
|
|
865
1019
|
ISO3166: 'NU',
|
|
866
1020
|
id: CountryId.NIUE
|
|
867
1021
|
}, {
|
|
868
1022
|
name: 'Norvège',
|
|
1023
|
+
ISO3166_num: 578,
|
|
869
1024
|
ISO3166: 'NO',
|
|
870
1025
|
id: CountryId.NORVEGE
|
|
871
1026
|
}, {
|
|
872
1027
|
name: 'Nouvelle-Calédonie',
|
|
1028
|
+
ISO3166_num: 540,
|
|
873
1029
|
ISO3166: 'NC',
|
|
874
1030
|
id: CountryId.NOUVELLE_CALEDONIE
|
|
875
1031
|
}, {
|
|
876
1032
|
name: 'Nouvelle-Zélande',
|
|
1033
|
+
ISO3166_num: 554,
|
|
877
1034
|
ISO3166: 'NZ',
|
|
878
1035
|
id: CountryId.NOUVELLE_ZELANDE
|
|
879
1036
|
}, {
|
|
880
1037
|
name: 'Oman',
|
|
1038
|
+
ISO3166_num: 512,
|
|
881
1039
|
ISO3166: 'OM',
|
|
882
1040
|
id: CountryId.OMAN
|
|
883
1041
|
}, {
|
|
884
1042
|
name: 'Ouganda',
|
|
1043
|
+
ISO3166_num: 800,
|
|
885
1044
|
ISO3166: 'UG',
|
|
886
1045
|
id: CountryId.OUGANDA
|
|
887
1046
|
}, {
|
|
888
1047
|
name: 'Ouzbékistan',
|
|
1048
|
+
ISO3166_num: 860,
|
|
889
1049
|
ISO3166: 'UZ',
|
|
890
1050
|
id: CountryId.OUZBEKISTAN
|
|
891
1051
|
}, {
|
|
892
1052
|
name: 'Pakistan',
|
|
1053
|
+
ISO3166_num: 586,
|
|
893
1054
|
ISO3166: 'PK',
|
|
894
1055
|
id: CountryId.PAKISTAN
|
|
895
1056
|
}, {
|
|
896
1057
|
name: 'Palaos',
|
|
1058
|
+
ISO3166_num: 585,
|
|
897
1059
|
ISO3166: 'PW',
|
|
898
1060
|
id: CountryId.PALAOS
|
|
899
1061
|
}, {
|
|
900
1062
|
name: 'Panama',
|
|
1063
|
+
ISO3166_num: 591,
|
|
901
1064
|
ISO3166: 'PA',
|
|
902
1065
|
id: CountryId.PANAMA
|
|
903
1066
|
}, {
|
|
904
1067
|
name: 'Papouasie-Nouvelle-Guinée',
|
|
1068
|
+
ISO3166_num: 598,
|
|
905
1069
|
ISO3166: 'PG',
|
|
906
1070
|
id: CountryId.PAPOUASIE_NOUVELLE_GUINEE
|
|
907
1071
|
}, {
|
|
908
1072
|
name: 'Paraguay',
|
|
1073
|
+
ISO3166_num: 600,
|
|
909
1074
|
ISO3166: 'PY',
|
|
910
1075
|
id: CountryId.PARAGUAY
|
|
911
1076
|
}, {
|
|
912
1077
|
name: 'Pays-Bas',
|
|
1078
|
+
ISO3166_num: 528,
|
|
913
1079
|
ISO3166: 'NL',
|
|
914
1080
|
id: CountryId.PAYS_BAS
|
|
915
1081
|
}, {
|
|
916
1082
|
name: 'Pérou',
|
|
1083
|
+
ISO3166_num: 604,
|
|
917
1084
|
ISO3166: 'PE',
|
|
918
1085
|
id: CountryId.PEROU
|
|
919
1086
|
}, {
|
|
920
1087
|
name: 'Philippines',
|
|
1088
|
+
ISO3166_num: 608,
|
|
921
1089
|
ISO3166: 'PH',
|
|
922
1090
|
id: CountryId.PHILIPPINES
|
|
923
1091
|
}, {
|
|
924
1092
|
name: 'Pitcairn',
|
|
1093
|
+
ISO3166_num: 612,
|
|
925
1094
|
ISO3166: 'PN',
|
|
926
1095
|
id: CountryId.PITCAIRN
|
|
927
1096
|
}, {
|
|
928
1097
|
name: 'Pologne',
|
|
1098
|
+
ISO3166_num: 616,
|
|
929
1099
|
ISO3166: 'PL',
|
|
930
1100
|
id: CountryId.POLOGNE
|
|
931
1101
|
}, {
|
|
932
1102
|
name: 'Polynésie Française',
|
|
1103
|
+
ISO3166_num: 258,
|
|
933
1104
|
ISO3166: 'PF',
|
|
934
1105
|
id: CountryId.POLYNESIE_FRANCAISE
|
|
935
1106
|
}, {
|
|
936
1107
|
name: 'Porto Rico',
|
|
1108
|
+
ISO3166_num: 630,
|
|
937
1109
|
ISO3166: 'PR',
|
|
938
1110
|
id: CountryId.PORTO_RICO
|
|
939
1111
|
}, {
|
|
940
1112
|
name: 'Portugal',
|
|
1113
|
+
ISO3166_num: 620,
|
|
941
1114
|
ISO3166: 'PT',
|
|
942
1115
|
id: CountryId.PORTUGAL
|
|
943
1116
|
}, {
|
|
944
1117
|
name: 'Qatar',
|
|
1118
|
+
ISO3166_num: 634,
|
|
945
1119
|
ISO3166: 'QA',
|
|
946
1120
|
id: CountryId.QATAR
|
|
947
1121
|
}, {
|
|
948
1122
|
name: 'République Arabe Syrienne',
|
|
1123
|
+
ISO3166_num: 760,
|
|
949
1124
|
ISO3166: 'SY',
|
|
950
1125
|
id: CountryId.REPUBLIQUE_ARABE_SYRIENNE
|
|
951
1126
|
}, {
|
|
952
1127
|
name: 'République Centrafricaine',
|
|
1128
|
+
ISO3166_num: 140,
|
|
953
1129
|
ISO3166: 'CF',
|
|
954
1130
|
id: CountryId.REPUBLIQUE_CENTRAFRICAINE
|
|
955
1131
|
}, {
|
|
956
1132
|
name: 'République de Corée',
|
|
1133
|
+
ISO3166_num: 410,
|
|
957
1134
|
ISO3166: 'KR',
|
|
958
1135
|
id: CountryId.REPUBLIQUE_DE_COREE
|
|
959
1136
|
}, {
|
|
960
1137
|
name: 'République de Moldova',
|
|
1138
|
+
ISO3166_num: 498,
|
|
961
1139
|
ISO3166: 'MD',
|
|
962
1140
|
id: CountryId.REPUBLIQUE_DE_MOLDOVA
|
|
963
1141
|
}, {
|
|
964
1142
|
name: 'République Démocratique du Congo',
|
|
1143
|
+
ISO3166_num: 180,
|
|
965
1144
|
ISO3166: 'CD',
|
|
966
1145
|
id: CountryId.REPUBLIQUE_DEMOCRATIQUE_DU_CONGO
|
|
967
1146
|
}, {
|
|
968
1147
|
name: 'République Démocratique Populaire Lao',
|
|
1148
|
+
ISO3166_num: 180,
|
|
969
1149
|
ISO3166: 'LA',
|
|
970
1150
|
id: CountryId.REPUBLIQUE_DEMOCRATIQUE_POPULAIRE_LAO
|
|
971
1151
|
}, {
|
|
972
1152
|
name: 'République Dominicaine',
|
|
1153
|
+
ISO3166_num: 214,
|
|
973
1154
|
ISO3166: 'DO',
|
|
974
1155
|
id: CountryId.REPUBLIQUE_DOMINICAINE
|
|
975
1156
|
}, {
|
|
976
1157
|
name: 'République du Congo',
|
|
1158
|
+
ISO3166_num: 178,
|
|
977
1159
|
ISO3166: 'CG',
|
|
978
1160
|
id: CountryId.REPUBLIQUE_DU_CONGO
|
|
979
1161
|
}, {
|
|
980
1162
|
name: 'République Islamique d\'Iran',
|
|
1163
|
+
ISO3166_num: 364,
|
|
981
1164
|
ISO3166: 'IR',
|
|
982
1165
|
id: CountryId.REPUBLIQUE_ISLAMIQUE_D_IRAN
|
|
983
1166
|
}, {
|
|
984
1167
|
name: 'République Populaire Démocratique de Corée',
|
|
1168
|
+
ISO3166_num: 410,
|
|
985
1169
|
ISO3166: 'KP',
|
|
986
1170
|
id: CountryId.REPUBLIQUE_POPULAIRE_DEMOCRATIQUE_DE_COREE
|
|
987
1171
|
}, {
|
|
988
1172
|
name: 'République Tchèque',
|
|
1173
|
+
ISO3166_num: 203,
|
|
989
1174
|
ISO3166: 'CZ',
|
|
990
1175
|
id: CountryId.REPUBLIQUE_TCHEQUE
|
|
991
1176
|
}, {
|
|
992
1177
|
name: 'République-Unie de Tanzanie',
|
|
1178
|
+
ISO3166_num: 834,
|
|
993
1179
|
ISO3166: 'TZ',
|
|
994
1180
|
id: CountryId.REPUBLIQUE_UNIE_DE_TANZANIE
|
|
995
1181
|
}, {
|
|
996
1182
|
name: 'Réunion',
|
|
1183
|
+
ISO3166_num: 638,
|
|
997
1184
|
ISO3166: 'RE',
|
|
998
1185
|
id: CountryId.REUNION
|
|
999
1186
|
}, {
|
|
1000
1187
|
name: 'Roumanie',
|
|
1188
|
+
ISO3166_num: 642,
|
|
1001
1189
|
ISO3166: 'RO',
|
|
1002
1190
|
id: CountryId.ROUMANIE
|
|
1003
1191
|
}, {
|
|
1004
1192
|
name: 'Royaume-Uni',
|
|
1193
|
+
ISO3166_num: 826,
|
|
1005
1194
|
ISO3166: 'GB',
|
|
1006
1195
|
id: CountryId.ROYAUME_UNI
|
|
1007
1196
|
}, {
|
|
1008
1197
|
name: 'Rwanda',
|
|
1198
|
+
ISO3166_num: 646,
|
|
1009
1199
|
ISO3166: 'RW',
|
|
1010
1200
|
id: CountryId.RWANDA
|
|
1011
1201
|
}, {
|
|
1012
1202
|
name: 'Sahara Occidental',
|
|
1203
|
+
ISO3166_num: 732,
|
|
1013
1204
|
ISO3166: 'EH',
|
|
1014
1205
|
id: CountryId.SAHARA_OCCIDENTAL
|
|
1015
1206
|
}, {
|
|
1016
1207
|
name: 'Saint-Kitts-et-Nevis',
|
|
1208
|
+
ISO3166_num: 659,
|
|
1017
1209
|
ISO3166: 'KN',
|
|
1018
1210
|
id: CountryId.SAINT_KITTS_ET_NEVIS
|
|
1019
1211
|
}, {
|
|
1020
1212
|
name: 'Saint-Marin',
|
|
1213
|
+
ISO3166_num: 674,
|
|
1021
1214
|
ISO3166: 'SM',
|
|
1022
1215
|
id: CountryId.SAINT_MARIN
|
|
1023
1216
|
}, {
|
|
1024
1217
|
name: 'Saint-Pierre-et-Miquelon',
|
|
1218
|
+
ISO3166_num: 666,
|
|
1025
1219
|
ISO3166: 'PM',
|
|
1026
1220
|
id: CountryId.SAINT_PIERRE_ET_MIQUELON
|
|
1027
1221
|
}, {
|
|
1028
1222
|
name: 'Saint-Siège (état de la Cité du Vatican)',
|
|
1223
|
+
ISO3166_num: 336,
|
|
1029
1224
|
ISO3166: 'VA',
|
|
1030
1225
|
id: CountryId.SAINT_SIEGE_ETAT_DE_LA_CITE_DU_VATICAN
|
|
1031
1226
|
}, {
|
|
1032
1227
|
name: 'Saint-Vincent-et-les Grenadines',
|
|
1228
|
+
ISO3166_num: 670,
|
|
1033
1229
|
ISO3166: 'VC',
|
|
1034
1230
|
id: CountryId.SAINT_VINCENT_ET_LES_GRENADINES
|
|
1035
1231
|
}, {
|
|
1036
1232
|
name: 'Sainte-Hélène',
|
|
1233
|
+
ISO3166_num: 654,
|
|
1037
1234
|
ISO3166: 'SH',
|
|
1038
1235
|
id: CountryId.SAINTE_HELENE
|
|
1039
1236
|
}, {
|
|
1040
1237
|
name: 'Sainte-Lucie',
|
|
1238
|
+
ISO3166_num: 662,
|
|
1041
1239
|
ISO3166: 'LC',
|
|
1042
1240
|
id: CountryId.SAINTE_LUCIE
|
|
1043
1241
|
}, {
|
|
1044
1242
|
name: 'Samoa',
|
|
1243
|
+
ISO3166_num: 882,
|
|
1045
1244
|
ISO3166: 'WS',
|
|
1046
1245
|
id: CountryId.SAMOA
|
|
1047
1246
|
}, {
|
|
1048
1247
|
name: 'Samoa Américaines',
|
|
1248
|
+
ISO3166_num: 16,
|
|
1049
1249
|
ISO3166: 'AS',
|
|
1050
1250
|
id: CountryId.SAMOA_AMERICAINES
|
|
1051
1251
|
}, {
|
|
1052
1252
|
name: 'Sao Tomé-et-Principe',
|
|
1253
|
+
ISO3166_num: 678,
|
|
1053
1254
|
ISO3166: 'ST',
|
|
1054
1255
|
id: CountryId.SAO_TOME_ET_PRINCIPE
|
|
1055
1256
|
}, {
|
|
1056
1257
|
name: 'Sénégal',
|
|
1258
|
+
ISO3166_num: 686,
|
|
1057
1259
|
ISO3166: 'SN',
|
|
1058
1260
|
id: CountryId.SENEGAL
|
|
1059
1261
|
}, {
|
|
1060
1262
|
name: 'Serbie-et-Monténégro',
|
|
1263
|
+
ISO3166_num: 688,
|
|
1061
1264
|
ISO3166: 'CS',
|
|
1062
1265
|
id: CountryId.SERBIE_ET_MONTENEGRO
|
|
1063
1266
|
}, {
|
|
1064
1267
|
name: 'Seychelles',
|
|
1268
|
+
ISO3166_num: 690,
|
|
1065
1269
|
ISO3166: 'SC',
|
|
1066
1270
|
id: CountryId.SEYCHELLES
|
|
1067
1271
|
}, {
|
|
1068
1272
|
name: 'Sierra Leone',
|
|
1273
|
+
ISO3166_num: 694,
|
|
1069
1274
|
ISO3166: 'SL',
|
|
1070
1275
|
id: CountryId.SIERRA_LEONE
|
|
1071
1276
|
}, {
|
|
1072
1277
|
name: 'Singapour',
|
|
1278
|
+
ISO3166_num: 702,
|
|
1073
1279
|
ISO3166: 'SG',
|
|
1074
1280
|
id: CountryId.SINGAPOUR
|
|
1075
1281
|
}, {
|
|
1076
1282
|
name: 'Slovaquie',
|
|
1283
|
+
ISO3166_num: 703,
|
|
1077
1284
|
ISO3166: 'SK',
|
|
1078
1285
|
id: CountryId.SLOVAQUIE
|
|
1079
1286
|
}, {
|
|
1080
1287
|
name: 'Slovénie',
|
|
1288
|
+
ISO3166_num: 705,
|
|
1081
1289
|
ISO3166: 'SI',
|
|
1082
1290
|
id: CountryId.SLOVENIE
|
|
1083
1291
|
}, {
|
|
1084
1292
|
name: 'Somalie',
|
|
1293
|
+
ISO3166_num: 706,
|
|
1085
1294
|
ISO3166: 'SO',
|
|
1086
1295
|
id: CountryId.SOMALIE
|
|
1087
1296
|
}, {
|
|
1088
1297
|
name: 'Soudan',
|
|
1298
|
+
ISO3166_num: 736,
|
|
1089
1299
|
ISO3166: 'SD',
|
|
1090
1300
|
id: CountryId.SOUDAN
|
|
1091
1301
|
}, {
|
|
1092
1302
|
name: 'Sri Lanka',
|
|
1303
|
+
ISO3166_num: 144,
|
|
1093
1304
|
ISO3166: 'LK',
|
|
1094
1305
|
id: CountryId.SRI_LANKA
|
|
1095
1306
|
}, {
|
|
1096
1307
|
name: 'Suède',
|
|
1308
|
+
ISO3166_num: 752,
|
|
1097
1309
|
ISO3166: 'SE',
|
|
1098
1310
|
id: CountryId.SUEDE
|
|
1099
1311
|
}, {
|
|
1100
1312
|
name: 'Suisse',
|
|
1313
|
+
ISO3166_num: 756,
|
|
1101
1314
|
ISO3166: 'CH',
|
|
1102
1315
|
id: CountryId.SUISSE
|
|
1103
1316
|
}, {
|
|
1104
1317
|
name: 'Suriname',
|
|
1318
|
+
ISO3166_num: 740,
|
|
1105
1319
|
ISO3166: 'SR',
|
|
1106
1320
|
id: CountryId.SURINAME
|
|
1107
1321
|
}, {
|
|
1108
1322
|
name: 'Svalbard et Île Jan Mayen',
|
|
1323
|
+
ISO3166_num: 744,
|
|
1109
1324
|
ISO3166: 'SJ',
|
|
1110
1325
|
id: CountryId.SVALBARD_ETILE_JAN_MAYEN
|
|
1111
1326
|
}, {
|
|
1112
|
-
name: '
|
|
1113
|
-
|
|
1327
|
+
name: 'Eswatini',
|
|
1328
|
+
ISO3166_num: 748,
|
|
1329
|
+
ISO3166: 'SZ',
|
|
1114
1330
|
id: CountryId.SWAZI
|
|
1115
1331
|
}, {
|
|
1116
1332
|
name: 'Tadjikistan',
|
|
1333
|
+
ISO3166_num: 762,
|
|
1117
1334
|
ISO3166: 'TJ',
|
|
1118
1335
|
id: CountryId.TADJIKISTAN
|
|
1119
1336
|
}, {
|
|
1120
1337
|
name: 'Taïwan',
|
|
1338
|
+
ISO3166_num: 158,
|
|
1121
1339
|
ISO3166: null,
|
|
1122
1340
|
id: CountryId.TA
|
|
1123
1341
|
}, {
|
|
1124
1342
|
name: 'Tchad',
|
|
1343
|
+
ISO3166_num: 148,
|
|
1125
1344
|
ISO3166: 'TD',
|
|
1126
1345
|
id: CountryId.TCHAD
|
|
1127
1346
|
}, {
|
|
1128
1347
|
name: 'Terres Australes Françaises',
|
|
1348
|
+
ISO3166_num: 260,
|
|
1129
1349
|
ISO3166: 'TF',
|
|
1130
1350
|
id: CountryId.TERRES_AUSTRALES_FRANCAISES
|
|
1131
1351
|
}, {
|
|
1132
1352
|
name: 'Territoire Britannique de l\'Océan Indien',
|
|
1353
|
+
ISO3166_num: 86,
|
|
1133
1354
|
ISO3166: 'IO',
|
|
1134
1355
|
id: CountryId.TERRITOIRE_BRITANNIQUE_DE_L_OCEAN_INDIEN
|
|
1135
1356
|
}, {
|
|
1136
1357
|
name: 'Territoire Palestinien Occupé',
|
|
1358
|
+
ISO3166_num: 275,
|
|
1137
1359
|
ISO3166: null,
|
|
1138
1360
|
id: CountryId.TERRITOIRE_PALESTINIEN_OC
|
|
1139
1361
|
}, {
|
|
1140
1362
|
name: 'Thaïlande',
|
|
1363
|
+
ISO3166_num: 764,
|
|
1141
1364
|
ISO3166: 'TH',
|
|
1142
1365
|
id: CountryId.THAILANDE
|
|
1143
1366
|
}, {
|
|
1144
1367
|
name: 'Timor-Leste',
|
|
1368
|
+
ISO3166_num: 626,
|
|
1145
1369
|
ISO3166: 'TL',
|
|
1146
1370
|
id: CountryId.TIMOR_LESTE
|
|
1147
1371
|
}, {
|
|
1148
1372
|
name: 'Togo',
|
|
1373
|
+
ISO3166_num: 768,
|
|
1149
1374
|
ISO3166: 'TG',
|
|
1150
1375
|
id: CountryId.TOGO
|
|
1151
1376
|
}, {
|
|
1152
1377
|
name: 'Tokelau',
|
|
1378
|
+
ISO3166_num: 772,
|
|
1153
1379
|
ISO3166: 'TK',
|
|
1154
1380
|
id: CountryId.TOKELAU
|
|
1155
1381
|
}, {
|
|
1156
1382
|
name: 'Tonga',
|
|
1383
|
+
ISO3166_num: 776,
|
|
1157
1384
|
ISO3166: 'TO',
|
|
1158
1385
|
id: CountryId.TONGA
|
|
1159
1386
|
}, {
|
|
1160
1387
|
name: 'Trinité-et-Tobago',
|
|
1388
|
+
ISO3166_num: 780,
|
|
1161
1389
|
ISO3166: 'TT',
|
|
1162
1390
|
id: CountryId.TRINITE_ET_TOBAGO
|
|
1163
1391
|
}, {
|
|
1164
1392
|
name: 'Tunisie',
|
|
1393
|
+
ISO3166_num: 788,
|
|
1165
1394
|
ISO3166: 'TN',
|
|
1166
1395
|
id: CountryId.TUNISIE
|
|
1167
1396
|
}, {
|
|
1168
1397
|
name: 'Turkménistan',
|
|
1398
|
+
ISO3166_num: 795,
|
|
1169
1399
|
ISO3166: 'TM',
|
|
1170
1400
|
id: CountryId.TURKMENISTAN
|
|
1171
1401
|
}, {
|
|
1172
1402
|
name: 'Turquie',
|
|
1403
|
+
ISO3166_num: 792,
|
|
1173
1404
|
ISO3166: 'TR',
|
|
1174
1405
|
id: CountryId.TURQUIE
|
|
1175
1406
|
}, {
|
|
1176
1407
|
name: 'Tuvalu',
|
|
1408
|
+
ISO3166_num: 798,
|
|
1177
1409
|
ISO3166: 'TV',
|
|
1178
1410
|
id: CountryId.TUVALU
|
|
1179
1411
|
}, {
|
|
1180
1412
|
name: 'Ukraine',
|
|
1413
|
+
ISO3166_num: 804,
|
|
1181
1414
|
ISO3166: 'UA',
|
|
1182
1415
|
id: CountryId.UKRAINE
|
|
1183
1416
|
}, {
|
|
1184
1417
|
name: 'Uruguay',
|
|
1418
|
+
ISO3166_num: 858,
|
|
1185
1419
|
ISO3166: 'UY',
|
|
1186
1420
|
id: CountryId.URUGUAY
|
|
1187
1421
|
}, {
|
|
1188
1422
|
name: 'Vanuatu',
|
|
1423
|
+
ISO3166_num: 548,
|
|
1189
1424
|
ISO3166: 'VU',
|
|
1190
1425
|
id: CountryId.VANUATU
|
|
1191
1426
|
}, {
|
|
1192
1427
|
name: 'Venezuela',
|
|
1428
|
+
ISO3166_num: 862,
|
|
1193
1429
|
ISO3166: 'VE',
|
|
1194
1430
|
id: CountryId.VENEZUELA
|
|
1195
1431
|
}, {
|
|
1196
1432
|
name: 'Viet Nam',
|
|
1433
|
+
ISO3166_num: 704,
|
|
1197
1434
|
ISO3166: 'VN',
|
|
1198
1435
|
id: CountryId.VIET_NAM
|
|
1199
1436
|
}, {
|
|
1200
1437
|
name: 'Wallis et Futuna',
|
|
1438
|
+
ISO3166_num: 876,
|
|
1201
1439
|
ISO3166: 'WF',
|
|
1202
1440
|
id: CountryId.WALLIS_ET_FUTUNA
|
|
1203
1441
|
}, {
|
|
1204
1442
|
name: 'Yémen',
|
|
1443
|
+
ISO3166_num: 887,
|
|
1205
1444
|
ISO3166: 'YE',
|
|
1206
1445
|
id: CountryId.YEMEN
|
|
1207
1446
|
}, {
|
|
1208
1447
|
name: 'Zambie',
|
|
1448
|
+
ISO3166_num: 894,
|
|
1209
1449
|
ISO3166: 'ZM',
|
|
1210
1450
|
id: CountryId.ZAMBIE
|
|
1211
1451
|
}, {
|
|
1212
1452
|
name: 'Zimbabwe',
|
|
1453
|
+
ISO3166_num: 716,
|
|
1213
1454
|
ISO3166: 'ZW',
|
|
1214
1455
|
id: CountryId.ZIMBABWE
|
|
1215
1456
|
}, {
|
|
1216
1457
|
name: 'Autre',
|
|
1458
|
+
ISO3166_num: 36,
|
|
1217
1459
|
ISO3166: null,
|
|
1218
1460
|
id: CountryId.AUTRE
|
|
1219
1461
|
}];
|