@silexpert/core 1.1.104 → 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.
Files changed (79) hide show
  1. package/es/api/resources/Authenticate.d.ts +2 -0
  2. package/es/api/resources/Authenticate.d.ts.map +1 -1
  3. package/es/api/resources/Authenticate.js +14 -0
  4. package/es/api/resources/Authenticate.js.map +1 -1
  5. package/es/api/resources/BalanceSheet.d.ts +2 -1
  6. package/es/api/resources/BalanceSheet.d.ts.map +1 -1
  7. package/es/api/resources/BalanceSheet.js +3 -0
  8. package/es/api/resources/BalanceSheet.js.map +1 -1
  9. package/es/types/Enum/BalanceSheet.d.ts +2 -8
  10. package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
  11. package/es/types/Enum/BalanceSheet.js +2 -9
  12. package/es/types/Enum/BalanceSheet.js.map +1 -1
  13. package/es/types/Enum/Country.js +242 -242
  14. package/es/types/Enum/Country.js.map +1 -1
  15. package/es/types/Enum/Supervision.d.ts +2 -1
  16. package/es/types/Enum/Supervision.d.ts.map +1 -1
  17. package/es/types/Enum/Supervision.js +7 -0
  18. package/es/types/Enum/Supervision.js.map +1 -1
  19. package/es/types/Form/FormAuthenticate.d.ts +2 -0
  20. package/es/types/Form/FormAuthenticate.d.ts.map +1 -1
  21. package/es/types/Form/FormAuthenticate.js +16 -1
  22. package/es/types/Form/FormAuthenticate.js.map +1 -1
  23. package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +4 -0
  24. package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +1 -0
  25. package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +3 -0
  26. package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -0
  27. package/es/types/Interface/api/balanceSheet/Query.d.ts +5 -0
  28. package/es/types/Interface/api/balanceSheet/Query.d.ts.map +1 -0
  29. package/es/types/Interface/api/balanceSheet/Query.js +25 -0
  30. package/es/types/Interface/api/balanceSheet/Query.js.map +1 -0
  31. package/es/types/Interface/api/balanceSheet/Read.d.ts +18 -0
  32. package/es/types/Interface/api/balanceSheet/Read.d.ts.map +1 -0
  33. package/es/types/Interface/api/balanceSheet/Read.js +2 -0
  34. package/es/types/Interface/api/balanceSheet/Read.js.map +1 -0
  35. package/es/types/Interface/api/log/CreateLog.d.ts +2 -0
  36. package/es/types/Interface/api/log/CreateLog.d.ts.map +1 -1
  37. package/es/types/Interface/api/log/CreateLog.js.map +1 -1
  38. package/es/types/Interface/api/statistic/ExitRequest.d.ts +1 -1
  39. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
  40. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  41. package/es/types/index.d.ts +3 -0
  42. package/es/types/index.d.ts.map +1 -1
  43. package/es/types/index.js +3 -0
  44. package/es/types/index.js.map +1 -1
  45. package/js/api/resources/Authenticate.js +34 -1
  46. package/js/api/resources/Authenticate.js.map +1 -1
  47. package/js/api/resources/BalanceSheet.js +5 -0
  48. package/js/api/resources/BalanceSheet.js.map +1 -1
  49. package/js/types/Enum/BalanceSheet.js +2 -8
  50. package/js/types/Enum/BalanceSheet.js.map +1 -1
  51. package/js/types/Enum/Country.js +244 -3
  52. package/js/types/Enum/Country.js.map +1 -1
  53. package/js/types/Enum/Supervision.js +6 -0
  54. package/js/types/Enum/Supervision.js.map +1 -1
  55. package/js/types/Form/FormAuthenticate.js +3 -0
  56. package/js/types/Form/FormAuthenticate.js.map +1 -1
  57. package/js/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +8 -0
  58. package/js/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -0
  59. package/js/types/Interface/api/balanceSheet/Query.js +23 -0
  60. package/js/types/Interface/api/balanceSheet/Query.js.map +1 -0
  61. package/js/types/Interface/api/balanceSheet/Read.js +6 -0
  62. package/js/types/Interface/api/balanceSheet/Read.js.map +1 -0
  63. package/js/types/Interface/api/log/CreateLog.js.map +1 -1
  64. package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  65. package/js/types/index.js +81 -51
  66. package/js/types/index.js.map +1 -1
  67. package/package.json +1 -1
  68. package/ts/api/resources/Authenticate.ts +4 -0
  69. package/ts/api/resources/BalanceSheet.ts +5 -1
  70. package/ts/types/Enum/BalanceSheet.ts +2 -9
  71. package/ts/types/Enum/Country.ts +242 -242
  72. package/ts/types/Enum/Supervision.ts +7 -0
  73. package/ts/types/Form/FormAuthenticate.ts +14 -1
  74. package/ts/types/Interface/api/authentification/ReadAuthenticateCollaborater.ts +3 -0
  75. package/ts/types/Interface/api/balanceSheet/Query.ts +16 -0
  76. package/ts/types/Interface/api/balanceSheet/Read.ts +18 -0
  77. package/ts/types/Interface/api/log/CreateLog.ts +3 -1
  78. package/ts/types/Interface/api/statistic/ExitRequest.ts +1 -1
  79. package/ts/types/index.ts +4 -0
@@ -250,971 +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',
513
- ISO3166: 'FR',
514
578
  ISO3166_num: 250,
579
+ ISO3166: 'FR',
515
580
  id: CountryId.FRANCE
516
581
  }, {
517
582
  name: 'Gabon',
583
+ ISO3166_num: 266,
518
584
  ISO3166: 'GA',
519
585
  id: CountryId.GABON
520
586
  }, {
521
587
  name: 'Gambie',
588
+ ISO3166_num: 270,
522
589
  ISO3166: 'GM',
523
590
  id: CountryId.GAMBIE
524
591
  }, {
525
592
  name: 'Géorgie',
593
+ ISO3166_num: 268,
526
594
  ISO3166: 'GE',
527
595
  id: CountryId.GEORGIE
528
596
  }, {
529
597
  name: 'Géorgie du Sud et les Îles Sandwich du Sud',
598
+ ISO3166_num: 239,
530
599
  ISO3166: 'GS',
531
600
  id: CountryId.GEORGIE_DU_SUD_ET_LES_ILES_SANDWICH_DU_SUD
532
601
  }, {
533
602
  name: 'Ghana',
603
+ ISO3166_num: 288,
534
604
  ISO3166: 'GH',
535
605
  id: CountryId.GHANA
536
606
  }, {
537
607
  name: 'Gibraltar',
608
+ ISO3166_num: 292,
538
609
  ISO3166: 'GI',
539
610
  id: CountryId.GIBRALTAR
540
611
  }, {
541
612
  name: 'Grèce',
613
+ ISO3166_num: 300,
542
614
  ISO3166: 'GR',
543
615
  id: CountryId.GRECE
544
616
  }, {
545
617
  name: 'Grenade',
618
+ ISO3166_num: 308,
546
619
  ISO3166: 'GD',
547
620
  id: CountryId.GRENADE
548
621
  }, {
549
622
  name: 'Groenland',
623
+ ISO3166_num: 304,
550
624
  ISO3166: 'GL',
551
625
  id: CountryId.GROENLAND
552
626
  }, {
553
627
  name: 'Guadeloupe',
628
+ ISO3166_num: 312,
554
629
  ISO3166: 'GP',
555
630
  id: CountryId.GUADELOUPE
556
631
  }, {
557
632
  name: 'Guam',
633
+ ISO3166_num: 316,
558
634
  ISO3166: 'GU',
559
635
  id: CountryId.GUAM
560
636
  }, {
561
637
  name: 'Guatemala',
638
+ ISO3166_num: 320,
562
639
  ISO3166: 'GT',
563
640
  id: CountryId.GUATEMALA
564
641
  }, {
565
642
  name: 'Guinée',
643
+ ISO3166_num: 324,
566
644
  ISO3166: 'GN',
567
645
  id: CountryId.GUINEE
568
646
  }, {
569
647
  name: 'Guinée Équatoriale',
648
+ ISO3166_num: 226,
570
649
  ISO3166: 'GQ',
571
650
  id: CountryId.GUINEE_EQUATORIALE
572
651
  }, {
573
652
  name: 'Guinée-Bissau',
653
+ ISO3166_num: 624,
574
654
  ISO3166: 'GW',
575
655
  id: CountryId.GUINEE_BISSAU
576
656
  }, {
577
657
  name: 'Guyana',
658
+ ISO3166_num: 328,
578
659
  ISO3166: 'GY',
579
660
  id: CountryId.GUYANA
580
661
  }, {
581
662
  name: 'Guyane Française',
663
+ ISO3166_num: 254,
582
664
  ISO3166: 'GF',
583
665
  id: CountryId.GUYANE_FRANCAISE
584
666
  }, {
585
667
  name: 'Haïti',
668
+ ISO3166_num: 332,
586
669
  ISO3166: 'HT',
587
670
  id: CountryId.HAITI
588
671
  }, {
589
672
  name: 'Honduras',
673
+ ISO3166_num: 340,
590
674
  ISO3166: 'HN',
591
675
  id: CountryId.HONDURAS
592
676
  }, {
593
677
  name: 'Hong-Kong',
678
+ ISO3166_num: 344,
594
679
  ISO3166: 'HK',
595
680
  id: CountryId.HONG_KONG
596
681
  }, {
597
682
  name: 'Hongrie',
683
+ ISO3166_num: 348,
598
684
  ISO3166: 'HU',
599
685
  id: CountryId.HONGRIE
600
686
  }, {
601
687
  name: 'Île Bouvet',
688
+ ISO3166_num: 74,
602
689
  ISO3166: 'BV',
603
690
  id: CountryId.ILE_BOUVET
604
691
  }, {
605
692
  name: 'Île Christmas',
693
+ ISO3166_num: 162,
606
694
  ISO3166: 'CX',
607
695
  id: CountryId.ILE_CHRISTMAS
608
696
  }, {
609
697
  name: 'Île de Man',
698
+ ISO3166_num: 833,
610
699
  ISO3166: 'IM',
611
700
  id: CountryId.ILE_DE_MAN
612
701
  }, {
613
702
  name: 'Île Norfolk',
703
+ ISO3166_num: 574,
614
704
  ISO3166: 'NF',
615
705
  id: CountryId.ILE_NORFOLK
616
706
  }, {
617
707
  name: 'Îles (malvinas) Falkland',
708
+ ISO3166_num: 238,
618
709
  ISO3166: 'FK',
619
710
  id: CountryId.ILES_MALVINAS_FALKLAND
620
711
  }, {
621
712
  name: 'Îles Åland',
713
+ ISO3166_num: 248,
622
714
  ISO3166: 'AX',
623
715
  id: CountryId.ILES_ÅLAND
624
716
  }, {
625
717
  name: 'Îles Caïmanes',
718
+ ISO3166_num: 136,
626
719
  ISO3166: 'KY',
627
720
  id: CountryId.ILES_CAIMANES
628
721
  }, {
629
722
  name: 'Îles Cocos (Keeling)',
723
+ ISO3166_num: 166,
630
724
  ISO3166: null,
631
725
  id: CountryId.ILES_COCOS_KEE
632
726
  }, {
633
727
  name: 'Îles Cook',
728
+ ISO3166_num: 184,
634
729
  ISO3166: 'CK',
635
730
  id: CountryId.ILES_COOK
636
731
  }, {
637
732
  name: 'Îles Féroé',
733
+ ISO3166_num: 234,
638
734
  ISO3166: 'FO',
639
735
  id: CountryId.ILES_FEROE
640
736
  }, {
641
737
  name: 'Îles Heard et Mcdonald',
738
+ ISO3166_num: 334,
642
739
  ISO3166: 'HM',
643
740
  id: CountryId.ILES_HEARD_ET_MCDONALD
644
741
  }, {
645
742
  name: 'Îles Mariannes du Nord',
743
+ ISO3166_num: 580,
646
744
  ISO3166: 'MP',
647
745
  id: CountryId.ILES_MARIANNES_DU_NORD
648
746
  }, {
649
747
  name: 'Îles Marshall',
748
+ ISO3166_num: 584,
650
749
  ISO3166: 'MH',
651
750
  id: CountryId.ILES_MARSHALL
652
751
  }, {
653
752
  name: 'Îles Mineures Éloignées des États-Unis',
753
+ ISO3166_num: 581,
654
754
  ISO3166: 'UM',
655
755
  id: CountryId.ILES_MINEURES_ELOIGNEES_DES_ETATS_UNIS
656
756
  }, {
657
757
  name: 'Îles Salomon',
758
+ ISO3166_num: 90,
658
759
  ISO3166: 'SB',
659
760
  id: CountryId.ILES_SALOMON
660
761
  }, {
661
762
  name: 'Îles Turks et Caïques',
763
+ ISO3166_num: 796,
662
764
  ISO3166: 'TC',
663
765
  id: CountryId.ILES_TURKS_ET_CAIQUES
664
766
  }, {
665
767
  name: 'Îles Vierges Britanniques',
768
+ ISO3166_num: 86,
666
769
  ISO3166: 'VG',
667
770
  id: CountryId.ILES_VIERGES_BRITANNIQUES
668
771
  }, {
669
772
  name: 'Îles Vierges des États-Unis',
773
+ ISO3166_num: 850,
670
774
  ISO3166: 'VI',
671
775
  id: CountryId.ILES_VIERGES_DES_ETATS_UNIS
672
776
  }, {
673
777
  name: 'Inde',
778
+ ISO3166_num: 356,
674
779
  ISO3166: 'IN',
675
780
  id: CountryId.INDE
676
781
  }, {
677
782
  name: 'Indonésie',
783
+ ISO3166_num: 360,
678
784
  ISO3166: 'ID',
679
785
  id: CountryId.INDONESIE
680
786
  }, {
681
787
  name: 'Iraq',
788
+ ISO3166_num: 364,
682
789
  ISO3166: 'IQ',
683
790
  id: CountryId.IRAQ
684
791
  }, {
685
792
  name: 'Irlande',
793
+ ISO3166_num: 372,
686
794
  ISO3166: 'IE',
687
795
  id: CountryId.IRLANDE
688
796
  }, {
689
797
  name: 'Islande',
798
+ ISO3166_num: 352,
690
799
  ISO3166: 'IS',
691
800
  id: CountryId.ISLANDE
692
801
  }, {
693
802
  name: 'Israël',
803
+ ISO3166_num: 376,
694
804
  ISO3166: 'IL',
695
805
  id: CountryId.ISRAËL
696
806
  }, {
697
807
  name: 'Italie',
808
+ ISO3166_num: 380,
698
809
  ISO3166: 'IT',
699
810
  id: CountryId.ITALIE
700
811
  }, {
701
812
  name: 'Jamahiriya Arabe Libyenniso',
813
+ ISO3166_num: 434,
702
814
  ISO3166: null,
703
815
  id: CountryId.JAMAHIRIYA_ARABE_LIBY
704
816
  }, {
705
817
  name: 'Jamaïque',
818
+ ISO3166_num: 388,
706
819
  ISO3166: 'JM',
707
820
  id: CountryId.JAMAIQUE
708
821
  }, {
709
822
  name: 'Japon',
823
+ ISO3166_num: 392,
710
824
  ISO3166: 'JP',
711
825
  id: CountryId.JAPON
712
826
  }, {
713
827
  name: 'Jordanie',
828
+ ISO3166_num: 400,
714
829
  ISO3166: 'JO',
715
830
  id: CountryId.JORDANIE
716
831
  }, {
717
832
  name: 'Kazakhstan',
833
+ ISO3166_num: 398,
718
834
  ISO3166: 'KZ',
719
835
  id: CountryId.KAZAKHSTAN
720
836
  }, {
721
837
  name: 'Kenya',
838
+ ISO3166_num: 404,
722
839
  ISO3166: 'KE',
723
840
  id: CountryId.KENYA
724
841
  }, {
725
842
  name: 'Kirghizistan',
843
+ ISO3166_num: 417,
726
844
  ISO3166: 'KG',
727
845
  id: CountryId.KIRGHIZISTAN
728
846
  }, {
729
847
  name: 'Kiribati',
848
+ ISO3166_num: 296,
730
849
  ISO3166: 'KI',
731
850
  id: CountryId.KIRIBATI
732
851
  }, {
733
852
  name: 'Koweït',
853
+ ISO3166_num: 414,
734
854
  ISO3166: 'KW',
735
855
  id: CountryId.KOWEIT
736
856
  }, {
737
857
  name: 'L\'ex-République Yougoslave de Macédoiniso',
858
+ ISO3166_num: 807,
738
859
  ISO3166: null,
739
860
  id: CountryId.L_EX_REPUBLIQUE_YOUGOSLAVE_DE_MACED
740
861
  }, {
741
862
  name: 'Lesotho',
863
+ ISO3166_num: 426,
742
864
  ISO3166: 'LS',
743
865
  id: CountryId.LESOTHO
744
866
  }, {
745
867
  name: 'Lettonie',
868
+ ISO3166_num: 428,
746
869
  ISO3166: 'LV',
747
870
  id: CountryId.LETTONIE
748
871
  }, {
749
872
  name: 'Liban',
873
+ ISO3166_num: 422,
750
874
  ISO3166: 'LB',
751
875
  id: CountryId.LIBAN
752
876
  }, {
753
877
  name: 'Libéria',
878
+ ISO3166_num: 430,
754
879
  ISO3166: 'LR',
755
880
  id: CountryId.LIBERIA
756
881
  }, {
757
882
  name: 'Liechtenstein',
883
+ ISO3166_num: 438,
758
884
  ISO3166: 'LI',
759
885
  id: CountryId.LIECHTENSTEIN
760
886
  }, {
761
887
  name: 'Lituanie',
888
+ ISO3166_num: 440,
762
889
  ISO3166: 'LT',
763
890
  id: CountryId.LITUANIE
764
891
  }, {
765
892
  name: 'Luxembourg',
893
+ ISO3166_num: 442,
766
894
  ISO3166: 'LU',
767
895
  id: CountryId.LUXEMBOURG
768
896
  }, {
769
897
  name: 'Macao',
898
+ ISO3166_num: 446,
770
899
  ISO3166: 'MO',
771
900
  id: CountryId.MACAO
772
901
  }, {
773
902
  name: 'Madagascar',
903
+ ISO3166_num: 450,
774
904
  ISO3166: 'MG',
775
905
  id: CountryId.MADAGASCAR
776
906
  }, {
777
907
  name: 'Malaisie',
908
+ ISO3166_num: 458,
778
909
  ISO3166: 'MY',
779
910
  id: CountryId.MALAISIE
780
911
  }, {
781
912
  name: 'Malawi',
913
+ ISO3166_num: 454,
782
914
  ISO3166: 'MW',
783
915
  id: CountryId.MALAWI
784
916
  }, {
785
917
  name: 'Maldives',
918
+ ISO3166_num: 462,
786
919
  ISO3166: 'MV',
787
920
  id: CountryId.MALDIVES
788
921
  }, {
789
922
  name: 'Mali',
923
+ ISO3166_num: 466,
790
924
  ISO3166: 'ML',
791
925
  id: CountryId.MALI
792
926
  }, {
793
927
  name: 'Malte',
928
+ ISO3166_num: 470,
794
929
  ISO3166: 'MT',
795
930
  id: CountryId.MALTE
796
931
  }, {
797
932
  name: 'Maroc',
933
+ ISO3166_num: 504,
798
934
  ISO3166: 'MA',
799
935
  id: CountryId.MAROC
800
936
  }, {
801
937
  name: 'Martinique',
938
+ ISO3166_num: 474,
802
939
  ISO3166: 'MQ',
803
940
  id: CountryId.MARTINIQUE
804
941
  }, {
805
942
  name: 'Maurice',
943
+ ISO3166_num: 480,
806
944
  ISO3166: 'MU',
807
945
  id: CountryId.MAURICE
808
946
  }, {
809
947
  name: 'Mauritanie',
948
+ ISO3166_num: 478,
810
949
  ISO3166: 'MR',
811
950
  id: CountryId.MAURITANIE
812
951
  }, {
813
952
  name: 'Mayotte',
953
+ ISO3166_num: 175,
814
954
  ISO3166: 'YT',
815
955
  id: CountryId.MAYOTTE
816
956
  }, {
817
957
  name: 'Mexique',
958
+ ISO3166_num: 484,
818
959
  ISO3166: 'MX',
819
960
  id: CountryId.MEXIQUE
820
961
  }, {
821
962
  name: 'Monaco',
963
+ ISO3166_num: 492,
822
964
  ISO3166: 'MC',
823
965
  id: CountryId.MONACO
824
966
  }, {
825
967
  name: 'Mongolie',
968
+ ISO3166_num: 496,
826
969
  ISO3166: 'MN',
827
970
  id: CountryId.MONGOLIE
828
971
  }, {
829
972
  name: 'Montserrat',
973
+ ISO3166_num: 500,
830
974
  ISO3166: 'MS',
831
975
  id: CountryId.MONTSERRAT
832
976
  }, {
833
977
  name: 'Mozambique',
978
+ ISO3166_num: 508,
834
979
  ISO3166: 'MZ',
835
980
  id: CountryId.MOZAMBIQUE
836
981
  }, {
837
982
  name: 'Myanmar',
983
+ ISO3166_num: 104,
838
984
  ISO3166: 'MM',
839
985
  id: CountryId.MYANMAR
840
986
  }, {
841
987
  name: 'Namibie',
988
+ ISO3166_num: 516,
842
989
  ISO3166: 'NA',
843
990
  id: CountryId.NAMIBIE
844
991
  }, {
845
992
  name: 'Nauru',
993
+ ISO3166_num: 520,
846
994
  ISO3166: 'NR',
847
995
  id: CountryId.NAURU
848
996
  }, {
849
997
  name: 'Népal',
998
+ ISO3166_num: 524,
850
999
  ISO3166: 'NP',
851
1000
  id: CountryId.NEPAL
852
1001
  }, {
853
1002
  name: 'Nicaragua',
1003
+ ISO3166_num: 558,
854
1004
  ISO3166: 'NI',
855
1005
  id: CountryId.NICARAGUA
856
1006
  }, {
857
1007
  name: 'Niger',
1008
+ ISO3166_num: 562,
858
1009
  ISO3166: 'NE',
859
1010
  id: CountryId.NIGER
860
1011
  }, {
861
1012
  name: 'Nigéria',
1013
+ ISO3166_num: 566,
862
1014
  ISO3166: 'NG',
863
1015
  id: CountryId.NIGERIA
864
1016
  }, {
865
1017
  name: 'Niué',
1018
+ ISO3166_num: 570,
866
1019
  ISO3166: 'NU',
867
1020
  id: CountryId.NIUE
868
1021
  }, {
869
1022
  name: 'Norvège',
1023
+ ISO3166_num: 578,
870
1024
  ISO3166: 'NO',
871
1025
  id: CountryId.NORVEGE
872
1026
  }, {
873
1027
  name: 'Nouvelle-Calédonie',
1028
+ ISO3166_num: 540,
874
1029
  ISO3166: 'NC',
875
1030
  id: CountryId.NOUVELLE_CALEDONIE
876
1031
  }, {
877
1032
  name: 'Nouvelle-Zélande',
1033
+ ISO3166_num: 554,
878
1034
  ISO3166: 'NZ',
879
1035
  id: CountryId.NOUVELLE_ZELANDE
880
1036
  }, {
881
1037
  name: 'Oman',
1038
+ ISO3166_num: 512,
882
1039
  ISO3166: 'OM',
883
1040
  id: CountryId.OMAN
884
1041
  }, {
885
1042
  name: 'Ouganda',
1043
+ ISO3166_num: 800,
886
1044
  ISO3166: 'UG',
887
1045
  id: CountryId.OUGANDA
888
1046
  }, {
889
1047
  name: 'Ouzbékistan',
1048
+ ISO3166_num: 860,
890
1049
  ISO3166: 'UZ',
891
1050
  id: CountryId.OUZBEKISTAN
892
1051
  }, {
893
1052
  name: 'Pakistan',
1053
+ ISO3166_num: 586,
894
1054
  ISO3166: 'PK',
895
1055
  id: CountryId.PAKISTAN
896
1056
  }, {
897
1057
  name: 'Palaos',
1058
+ ISO3166_num: 585,
898
1059
  ISO3166: 'PW',
899
1060
  id: CountryId.PALAOS
900
1061
  }, {
901
1062
  name: 'Panama',
1063
+ ISO3166_num: 591,
902
1064
  ISO3166: 'PA',
903
1065
  id: CountryId.PANAMA
904
1066
  }, {
905
1067
  name: 'Papouasie-Nouvelle-Guinée',
1068
+ ISO3166_num: 598,
906
1069
  ISO3166: 'PG',
907
1070
  id: CountryId.PAPOUASIE_NOUVELLE_GUINEE
908
1071
  }, {
909
1072
  name: 'Paraguay',
1073
+ ISO3166_num: 600,
910
1074
  ISO3166: 'PY',
911
1075
  id: CountryId.PARAGUAY
912
1076
  }, {
913
1077
  name: 'Pays-Bas',
1078
+ ISO3166_num: 528,
914
1079
  ISO3166: 'NL',
915
1080
  id: CountryId.PAYS_BAS
916
1081
  }, {
917
1082
  name: 'Pérou',
1083
+ ISO3166_num: 604,
918
1084
  ISO3166: 'PE',
919
1085
  id: CountryId.PEROU
920
1086
  }, {
921
1087
  name: 'Philippines',
1088
+ ISO3166_num: 608,
922
1089
  ISO3166: 'PH',
923
1090
  id: CountryId.PHILIPPINES
924
1091
  }, {
925
1092
  name: 'Pitcairn',
1093
+ ISO3166_num: 612,
926
1094
  ISO3166: 'PN',
927
1095
  id: CountryId.PITCAIRN
928
1096
  }, {
929
1097
  name: 'Pologne',
1098
+ ISO3166_num: 616,
930
1099
  ISO3166: 'PL',
931
1100
  id: CountryId.POLOGNE
932
1101
  }, {
933
1102
  name: 'Polynésie Française',
1103
+ ISO3166_num: 258,
934
1104
  ISO3166: 'PF',
935
1105
  id: CountryId.POLYNESIE_FRANCAISE
936
1106
  }, {
937
1107
  name: 'Porto Rico',
1108
+ ISO3166_num: 630,
938
1109
  ISO3166: 'PR',
939
1110
  id: CountryId.PORTO_RICO
940
1111
  }, {
941
1112
  name: 'Portugal',
1113
+ ISO3166_num: 620,
942
1114
  ISO3166: 'PT',
943
1115
  id: CountryId.PORTUGAL
944
1116
  }, {
945
1117
  name: 'Qatar',
1118
+ ISO3166_num: 634,
946
1119
  ISO3166: 'QA',
947
1120
  id: CountryId.QATAR
948
1121
  }, {
949
1122
  name: 'République Arabe Syrienne',
1123
+ ISO3166_num: 760,
950
1124
  ISO3166: 'SY',
951
1125
  id: CountryId.REPUBLIQUE_ARABE_SYRIENNE
952
1126
  }, {
953
1127
  name: 'République Centrafricaine',
1128
+ ISO3166_num: 140,
954
1129
  ISO3166: 'CF',
955
1130
  id: CountryId.REPUBLIQUE_CENTRAFRICAINE
956
1131
  }, {
957
1132
  name: 'République de Corée',
1133
+ ISO3166_num: 410,
958
1134
  ISO3166: 'KR',
959
1135
  id: CountryId.REPUBLIQUE_DE_COREE
960
1136
  }, {
961
1137
  name: 'République de Moldova',
1138
+ ISO3166_num: 498,
962
1139
  ISO3166: 'MD',
963
1140
  id: CountryId.REPUBLIQUE_DE_MOLDOVA
964
1141
  }, {
965
1142
  name: 'République Démocratique du Congo',
1143
+ ISO3166_num: 180,
966
1144
  ISO3166: 'CD',
967
1145
  id: CountryId.REPUBLIQUE_DEMOCRATIQUE_DU_CONGO
968
1146
  }, {
969
1147
  name: 'République Démocratique Populaire Lao',
1148
+ ISO3166_num: 180,
970
1149
  ISO3166: 'LA',
971
1150
  id: CountryId.REPUBLIQUE_DEMOCRATIQUE_POPULAIRE_LAO
972
1151
  }, {
973
1152
  name: 'République Dominicaine',
1153
+ ISO3166_num: 214,
974
1154
  ISO3166: 'DO',
975
1155
  id: CountryId.REPUBLIQUE_DOMINICAINE
976
1156
  }, {
977
1157
  name: 'République du Congo',
1158
+ ISO3166_num: 178,
978
1159
  ISO3166: 'CG',
979
1160
  id: CountryId.REPUBLIQUE_DU_CONGO
980
1161
  }, {
981
1162
  name: 'République Islamique d\'Iran',
1163
+ ISO3166_num: 364,
982
1164
  ISO3166: 'IR',
983
1165
  id: CountryId.REPUBLIQUE_ISLAMIQUE_D_IRAN
984
1166
  }, {
985
1167
  name: 'République Populaire Démocratique de Corée',
1168
+ ISO3166_num: 410,
986
1169
  ISO3166: 'KP',
987
1170
  id: CountryId.REPUBLIQUE_POPULAIRE_DEMOCRATIQUE_DE_COREE
988
1171
  }, {
989
1172
  name: 'République Tchèque',
1173
+ ISO3166_num: 203,
990
1174
  ISO3166: 'CZ',
991
1175
  id: CountryId.REPUBLIQUE_TCHEQUE
992
1176
  }, {
993
1177
  name: 'République-Unie de Tanzanie',
1178
+ ISO3166_num: 834,
994
1179
  ISO3166: 'TZ',
995
1180
  id: CountryId.REPUBLIQUE_UNIE_DE_TANZANIE
996
1181
  }, {
997
1182
  name: 'Réunion',
1183
+ ISO3166_num: 638,
998
1184
  ISO3166: 'RE',
999
1185
  id: CountryId.REUNION
1000
1186
  }, {
1001
1187
  name: 'Roumanie',
1188
+ ISO3166_num: 642,
1002
1189
  ISO3166: 'RO',
1003
1190
  id: CountryId.ROUMANIE
1004
1191
  }, {
1005
1192
  name: 'Royaume-Uni',
1193
+ ISO3166_num: 826,
1006
1194
  ISO3166: 'GB',
1007
1195
  id: CountryId.ROYAUME_UNI
1008
1196
  }, {
1009
1197
  name: 'Rwanda',
1198
+ ISO3166_num: 646,
1010
1199
  ISO3166: 'RW',
1011
1200
  id: CountryId.RWANDA
1012
1201
  }, {
1013
1202
  name: 'Sahara Occidental',
1203
+ ISO3166_num: 732,
1014
1204
  ISO3166: 'EH',
1015
1205
  id: CountryId.SAHARA_OCCIDENTAL
1016
1206
  }, {
1017
1207
  name: 'Saint-Kitts-et-Nevis',
1208
+ ISO3166_num: 659,
1018
1209
  ISO3166: 'KN',
1019
1210
  id: CountryId.SAINT_KITTS_ET_NEVIS
1020
1211
  }, {
1021
1212
  name: 'Saint-Marin',
1213
+ ISO3166_num: 674,
1022
1214
  ISO3166: 'SM',
1023
1215
  id: CountryId.SAINT_MARIN
1024
1216
  }, {
1025
1217
  name: 'Saint-Pierre-et-Miquelon',
1218
+ ISO3166_num: 666,
1026
1219
  ISO3166: 'PM',
1027
1220
  id: CountryId.SAINT_PIERRE_ET_MIQUELON
1028
1221
  }, {
1029
1222
  name: 'Saint-Siège (état de la Cité du Vatican)',
1223
+ ISO3166_num: 336,
1030
1224
  ISO3166: 'VA',
1031
1225
  id: CountryId.SAINT_SIEGE_ETAT_DE_LA_CITE_DU_VATICAN
1032
1226
  }, {
1033
1227
  name: 'Saint-Vincent-et-les Grenadines',
1228
+ ISO3166_num: 670,
1034
1229
  ISO3166: 'VC',
1035
1230
  id: CountryId.SAINT_VINCENT_ET_LES_GRENADINES
1036
1231
  }, {
1037
1232
  name: 'Sainte-Hélène',
1233
+ ISO3166_num: 654,
1038
1234
  ISO3166: 'SH',
1039
1235
  id: CountryId.SAINTE_HELENE
1040
1236
  }, {
1041
1237
  name: 'Sainte-Lucie',
1238
+ ISO3166_num: 662,
1042
1239
  ISO3166: 'LC',
1043
1240
  id: CountryId.SAINTE_LUCIE
1044
1241
  }, {
1045
1242
  name: 'Samoa',
1243
+ ISO3166_num: 882,
1046
1244
  ISO3166: 'WS',
1047
1245
  id: CountryId.SAMOA
1048
1246
  }, {
1049
1247
  name: 'Samoa Américaines',
1248
+ ISO3166_num: 16,
1050
1249
  ISO3166: 'AS',
1051
1250
  id: CountryId.SAMOA_AMERICAINES
1052
1251
  }, {
1053
1252
  name: 'Sao Tomé-et-Principe',
1253
+ ISO3166_num: 678,
1054
1254
  ISO3166: 'ST',
1055
1255
  id: CountryId.SAO_TOME_ET_PRINCIPE
1056
1256
  }, {
1057
1257
  name: 'Sénégal',
1258
+ ISO3166_num: 686,
1058
1259
  ISO3166: 'SN',
1059
1260
  id: CountryId.SENEGAL
1060
1261
  }, {
1061
1262
  name: 'Serbie-et-Monténégro',
1263
+ ISO3166_num: 688,
1062
1264
  ISO3166: 'CS',
1063
1265
  id: CountryId.SERBIE_ET_MONTENEGRO
1064
1266
  }, {
1065
1267
  name: 'Seychelles',
1268
+ ISO3166_num: 690,
1066
1269
  ISO3166: 'SC',
1067
1270
  id: CountryId.SEYCHELLES
1068
1271
  }, {
1069
1272
  name: 'Sierra Leone',
1273
+ ISO3166_num: 694,
1070
1274
  ISO3166: 'SL',
1071
1275
  id: CountryId.SIERRA_LEONE
1072
1276
  }, {
1073
1277
  name: 'Singapour',
1278
+ ISO3166_num: 702,
1074
1279
  ISO3166: 'SG',
1075
1280
  id: CountryId.SINGAPOUR
1076
1281
  }, {
1077
1282
  name: 'Slovaquie',
1283
+ ISO3166_num: 703,
1078
1284
  ISO3166: 'SK',
1079
1285
  id: CountryId.SLOVAQUIE
1080
1286
  }, {
1081
1287
  name: 'Slovénie',
1288
+ ISO3166_num: 705,
1082
1289
  ISO3166: 'SI',
1083
1290
  id: CountryId.SLOVENIE
1084
1291
  }, {
1085
1292
  name: 'Somalie',
1293
+ ISO3166_num: 706,
1086
1294
  ISO3166: 'SO',
1087
1295
  id: CountryId.SOMALIE
1088
1296
  }, {
1089
1297
  name: 'Soudan',
1298
+ ISO3166_num: 736,
1090
1299
  ISO3166: 'SD',
1091
1300
  id: CountryId.SOUDAN
1092
1301
  }, {
1093
1302
  name: 'Sri Lanka',
1303
+ ISO3166_num: 144,
1094
1304
  ISO3166: 'LK',
1095
1305
  id: CountryId.SRI_LANKA
1096
1306
  }, {
1097
1307
  name: 'Suède',
1308
+ ISO3166_num: 752,
1098
1309
  ISO3166: 'SE',
1099
1310
  id: CountryId.SUEDE
1100
1311
  }, {
1101
1312
  name: 'Suisse',
1313
+ ISO3166_num: 756,
1102
1314
  ISO3166: 'CH',
1103
1315
  id: CountryId.SUISSE
1104
1316
  }, {
1105
1317
  name: 'Suriname',
1318
+ ISO3166_num: 740,
1106
1319
  ISO3166: 'SR',
1107
1320
  id: CountryId.SURINAME
1108
1321
  }, {
1109
1322
  name: 'Svalbard et Île Jan Mayen',
1323
+ ISO3166_num: 744,
1110
1324
  ISO3166: 'SJ',
1111
1325
  id: CountryId.SVALBARD_ETILE_JAN_MAYEN
1112
1326
  }, {
1113
- name: 'Swaziland',
1114
- ISO3166: null,
1327
+ name: 'Eswatini',
1328
+ ISO3166_num: 748,
1329
+ ISO3166: 'SZ',
1115
1330
  id: CountryId.SWAZI
1116
1331
  }, {
1117
1332
  name: 'Tadjikistan',
1333
+ ISO3166_num: 762,
1118
1334
  ISO3166: 'TJ',
1119
1335
  id: CountryId.TADJIKISTAN
1120
1336
  }, {
1121
1337
  name: 'Taïwan',
1338
+ ISO3166_num: 158,
1122
1339
  ISO3166: null,
1123
1340
  id: CountryId.TA
1124
1341
  }, {
1125
1342
  name: 'Tchad',
1343
+ ISO3166_num: 148,
1126
1344
  ISO3166: 'TD',
1127
1345
  id: CountryId.TCHAD
1128
1346
  }, {
1129
1347
  name: 'Terres Australes Françaises',
1348
+ ISO3166_num: 260,
1130
1349
  ISO3166: 'TF',
1131
1350
  id: CountryId.TERRES_AUSTRALES_FRANCAISES
1132
1351
  }, {
1133
1352
  name: 'Territoire Britannique de l\'Océan Indien',
1353
+ ISO3166_num: 86,
1134
1354
  ISO3166: 'IO',
1135
1355
  id: CountryId.TERRITOIRE_BRITANNIQUE_DE_L_OCEAN_INDIEN
1136
1356
  }, {
1137
1357
  name: 'Territoire Palestinien Occupé',
1358
+ ISO3166_num: 275,
1138
1359
  ISO3166: null,
1139
1360
  id: CountryId.TERRITOIRE_PALESTINIEN_OC
1140
1361
  }, {
1141
1362
  name: 'Thaïlande',
1363
+ ISO3166_num: 764,
1142
1364
  ISO3166: 'TH',
1143
1365
  id: CountryId.THAILANDE
1144
1366
  }, {
1145
1367
  name: 'Timor-Leste',
1368
+ ISO3166_num: 626,
1146
1369
  ISO3166: 'TL',
1147
1370
  id: CountryId.TIMOR_LESTE
1148
1371
  }, {
1149
1372
  name: 'Togo',
1373
+ ISO3166_num: 768,
1150
1374
  ISO3166: 'TG',
1151
1375
  id: CountryId.TOGO
1152
1376
  }, {
1153
1377
  name: 'Tokelau',
1378
+ ISO3166_num: 772,
1154
1379
  ISO3166: 'TK',
1155
1380
  id: CountryId.TOKELAU
1156
1381
  }, {
1157
1382
  name: 'Tonga',
1383
+ ISO3166_num: 776,
1158
1384
  ISO3166: 'TO',
1159
1385
  id: CountryId.TONGA
1160
1386
  }, {
1161
1387
  name: 'Trinité-et-Tobago',
1388
+ ISO3166_num: 780,
1162
1389
  ISO3166: 'TT',
1163
1390
  id: CountryId.TRINITE_ET_TOBAGO
1164
1391
  }, {
1165
1392
  name: 'Tunisie',
1393
+ ISO3166_num: 788,
1166
1394
  ISO3166: 'TN',
1167
1395
  id: CountryId.TUNISIE
1168
1396
  }, {
1169
1397
  name: 'Turkménistan',
1398
+ ISO3166_num: 795,
1170
1399
  ISO3166: 'TM',
1171
1400
  id: CountryId.TURKMENISTAN
1172
1401
  }, {
1173
1402
  name: 'Turquie',
1403
+ ISO3166_num: 792,
1174
1404
  ISO3166: 'TR',
1175
1405
  id: CountryId.TURQUIE
1176
1406
  }, {
1177
1407
  name: 'Tuvalu',
1408
+ ISO3166_num: 798,
1178
1409
  ISO3166: 'TV',
1179
1410
  id: CountryId.TUVALU
1180
1411
  }, {
1181
1412
  name: 'Ukraine',
1413
+ ISO3166_num: 804,
1182
1414
  ISO3166: 'UA',
1183
1415
  id: CountryId.UKRAINE
1184
1416
  }, {
1185
1417
  name: 'Uruguay',
1418
+ ISO3166_num: 858,
1186
1419
  ISO3166: 'UY',
1187
1420
  id: CountryId.URUGUAY
1188
1421
  }, {
1189
1422
  name: 'Vanuatu',
1423
+ ISO3166_num: 548,
1190
1424
  ISO3166: 'VU',
1191
1425
  id: CountryId.VANUATU
1192
1426
  }, {
1193
1427
  name: 'Venezuela',
1428
+ ISO3166_num: 862,
1194
1429
  ISO3166: 'VE',
1195
1430
  id: CountryId.VENEZUELA
1196
1431
  }, {
1197
1432
  name: 'Viet Nam',
1433
+ ISO3166_num: 704,
1198
1434
  ISO3166: 'VN',
1199
1435
  id: CountryId.VIET_NAM
1200
1436
  }, {
1201
1437
  name: 'Wallis et Futuna',
1438
+ ISO3166_num: 876,
1202
1439
  ISO3166: 'WF',
1203
1440
  id: CountryId.WALLIS_ET_FUTUNA
1204
1441
  }, {
1205
1442
  name: 'Yémen',
1443
+ ISO3166_num: 887,
1206
1444
  ISO3166: 'YE',
1207
1445
  id: CountryId.YEMEN
1208
1446
  }, {
1209
1447
  name: 'Zambie',
1448
+ ISO3166_num: 894,
1210
1449
  ISO3166: 'ZM',
1211
1450
  id: CountryId.ZAMBIE
1212
1451
  }, {
1213
1452
  name: 'Zimbabwe',
1453
+ ISO3166_num: 716,
1214
1454
  ISO3166: 'ZW',
1215
1455
  id: CountryId.ZIMBABWE
1216
1456
  }, {
1217
1457
  name: 'Autre',
1458
+ ISO3166_num: 36,
1218
1459
  ISO3166: null,
1219
1460
  id: CountryId.AUTRE
1220
1461
  }];