@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.
Files changed (93) 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.d.ts +1 -0
  14. package/es/types/Enum/Country.d.ts.map +1 -1
  15. package/es/types/Enum/Country.js +242 -242
  16. package/es/types/Enum/Country.js.map +1 -1
  17. package/es/types/Enum/JobTitle.d.ts +2 -1
  18. package/es/types/Enum/JobTitle.d.ts.map +1 -1
  19. package/es/types/Enum/JobTitle.js +6 -0
  20. package/es/types/Enum/JobTitle.js.map +1 -1
  21. package/es/types/Enum/Supervision.d.ts +2 -1
  22. package/es/types/Enum/Supervision.d.ts.map +1 -1
  23. package/es/types/Enum/Supervision.js +7 -0
  24. package/es/types/Enum/Supervision.js.map +1 -1
  25. package/es/types/Form/FormAuthenticate.d.ts +2 -0
  26. package/es/types/Form/FormAuthenticate.d.ts.map +1 -1
  27. package/es/types/Form/FormAuthenticate.js +16 -1
  28. package/es/types/Form/FormAuthenticate.js.map +1 -1
  29. package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +4 -0
  30. package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +1 -0
  31. package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +3 -0
  32. package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -0
  33. package/es/types/Interface/api/balanceSheet/Query.d.ts +5 -0
  34. package/es/types/Interface/api/balanceSheet/Query.d.ts.map +1 -0
  35. package/es/types/Interface/api/balanceSheet/Query.js +25 -0
  36. package/es/types/Interface/api/balanceSheet/Query.js.map +1 -0
  37. package/es/types/Interface/api/balanceSheet/Read.d.ts +18 -0
  38. package/es/types/Interface/api/balanceSheet/Read.d.ts.map +1 -0
  39. package/es/types/Interface/api/balanceSheet/Read.js +2 -0
  40. package/es/types/Interface/api/balanceSheet/Read.js.map +1 -0
  41. package/es/types/Interface/api/log/CreateLog.d.ts +2 -0
  42. package/es/types/Interface/api/log/CreateLog.d.ts.map +1 -1
  43. package/es/types/Interface/api/log/CreateLog.js.map +1 -1
  44. package/es/types/Interface/api/statistic/ExitRequest.d.ts +1 -1
  45. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
  46. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  47. package/es/types/index.d.ts +3 -0
  48. package/es/types/index.d.ts.map +1 -1
  49. package/es/types/index.js +3 -0
  50. package/es/types/index.js.map +1 -1
  51. package/es/utils/brands.js +1 -1
  52. package/es/utils/brands.js.map +1 -1
  53. package/js/api/resources/Authenticate.js +34 -1
  54. package/js/api/resources/Authenticate.js.map +1 -1
  55. package/js/api/resources/BalanceSheet.js +5 -0
  56. package/js/api/resources/BalanceSheet.js.map +1 -1
  57. package/js/types/Enum/BalanceSheet.js +2 -8
  58. package/js/types/Enum/BalanceSheet.js.map +1 -1
  59. package/js/types/Enum/Country.js +244 -2
  60. package/js/types/Enum/Country.js.map +1 -1
  61. package/js/types/Enum/JobTitle.js +5 -0
  62. package/js/types/Enum/JobTitle.js.map +1 -1
  63. package/js/types/Enum/Supervision.js +6 -0
  64. package/js/types/Enum/Supervision.js.map +1 -1
  65. package/js/types/Form/FormAuthenticate.js +3 -0
  66. package/js/types/Form/FormAuthenticate.js.map +1 -1
  67. package/js/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +8 -0
  68. package/js/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -0
  69. package/js/types/Interface/api/balanceSheet/Query.js +23 -0
  70. package/js/types/Interface/api/balanceSheet/Query.js.map +1 -0
  71. package/js/types/Interface/api/balanceSheet/Read.js +6 -0
  72. package/js/types/Interface/api/balanceSheet/Read.js.map +1 -0
  73. package/js/types/Interface/api/log/CreateLog.js.map +1 -1
  74. package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  75. package/js/types/index.js +81 -51
  76. package/js/types/index.js.map +1 -1
  77. package/js/utils/brands.js +1 -1
  78. package/js/utils/brands.js.map +1 -1
  79. package/package.json +1 -1
  80. package/ts/api/resources/Authenticate.ts +4 -0
  81. package/ts/api/resources/BalanceSheet.ts +5 -1
  82. package/ts/types/Enum/BalanceSheet.ts +2 -9
  83. package/ts/types/Enum/Country.ts +243 -243
  84. package/ts/types/Enum/JobTitle.ts +6 -0
  85. package/ts/types/Enum/Supervision.ts +7 -0
  86. package/ts/types/Form/FormAuthenticate.ts +14 -1
  87. package/ts/types/Interface/api/authentification/ReadAuthenticateCollaborater.ts +3 -0
  88. package/ts/types/Interface/api/balanceSheet/Query.ts +16 -0
  89. package/ts/types/Interface/api/balanceSheet/Read.ts +18 -0
  90. package/ts/types/Interface/api/log/CreateLog.ts +3 -1
  91. package/ts/types/Interface/api/statistic/ExitRequest.ts +1 -1
  92. package/ts/types/index.ts +4 -0
  93. package/ts/utils/brands.ts +1 -1
@@ -244,248 +244,248 @@ export var CountryId;
244
244
  CountryId[CountryId["AUTRE"] = 242] = "AUTRE";
245
245
  })(CountryId || (CountryId = {}));
246
246
  export const CountryList = [
247
- { name: 'Afghanistan', ISO3166: 'AF', id: CountryId.AFGHANISTAN },
248
- { name: 'Afrique du Sud', ISO3166: 'ZA', id: CountryId.AFRIQUE_DU_SUD },
249
- { name: 'Albanie', ISO3166: 'AL', id: CountryId.ALBANIE },
250
- { name: 'Algérie', ISO3166: 'DZ', id: CountryId.ALGERIE },
251
- { name: 'Allemagne', ISO3166: 'DE', id: CountryId.ALLEMAGNE },
252
- { name: 'Andorre', ISO3166: 'AD', id: CountryId.ANDORRE },
253
- { name: 'Angola', ISO3166: 'AO', id: CountryId.ANGOLA },
254
- { name: 'Anguilla', ISO3166: 'AI', id: CountryId.ANGUILLA },
255
- { name: 'Antarctique', ISO3166: 'AQ', id: CountryId.ANTARCTIQUE },
256
- { name: 'Antigua-et-Barbuda', ISO3166: 'AG', id: CountryId.ANTIGUA_ET_BARBUDA },
257
- { name: 'Antilles Néerlandaises', ISO3166: 'AN', id: CountryId.ANTILLES_NEERLANDAISES },
258
- { name: 'Arabie Saoudite', ISO3166: 'SA', id: CountryId.ARABIE_SAOUDITE },
259
- { name: 'Argentine', ISO3166: 'AR', id: CountryId.ARGENTINE },
260
- { name: 'Arménie', ISO3166: 'AM', id: CountryId.ARMENIE },
261
- { name: 'Aruba', ISO3166: 'AW', id: CountryId.ARUBA },
262
- { name: 'Australie', ISO3166: 'AU', id: CountryId.AUSTRALIE },
263
- { name: 'Autriche', ISO3166: 'AT', id: CountryId.AUTRICHE },
264
- { name: 'Azerbaïdjan', ISO3166: 'AZ', id: CountryId.AZERBAIDJAN },
265
- { name: 'Bahamas', ISO3166: 'BS', id: CountryId.BAHAMAS },
266
- { name: 'Bahreïn', ISO3166: 'BH', id: CountryId.BAHREIN },
267
- { name: 'Bangladesh', ISO3166: 'BD', id: CountryId.BANGLADESH },
268
- { name: 'Barbade', ISO3166: 'BB', id: CountryId.BARBADE },
269
- { name: 'Bélarus', ISO3166: 'BY', id: CountryId.BELARUS },
270
- { name: 'Belgique', ISO3166: 'BE', id: CountryId.BELGIQUE },
271
- { name: 'Belize', ISO3166: 'BZ', id: CountryId.BELIZE },
272
- { name: 'Bénin', ISO3166: 'BJ', id: CountryId.BENIN },
273
- { name: 'Bermudes', ISO3166: 'BM', id: CountryId.BERMUDES },
274
- { name: 'Bhoutan', ISO3166: 'BT', id: CountryId.BHOUTAN },
275
- { name: 'Bolivie', ISO3166: 'BO', id: CountryId.BOLIVIE },
276
- { name: 'Bosnie-Herzégovine', ISO3166: 'BA', id: CountryId.BOSNIE_HERZEGOVINE },
277
- { name: 'Botswana', ISO3166: 'BW', id: CountryId.BOTSWANA },
278
- { name: 'Brésil', ISO3166: 'BR', id: CountryId.BRESIL },
279
- { name: 'Brunéi Darussalam', ISO3166: 'BN', id: CountryId.BRUNEI_DARUSSALAM },
280
- { name: 'Bulgarie', ISO3166: 'BG', id: CountryId.BULGARIE },
281
- { name: 'Burkina Faso', ISO3166: 'BF', id: CountryId.BURKINA_FASO },
282
- { name: 'Burundi', ISO3166: 'BI', id: CountryId.BURUNDI },
283
- { name: 'Cambodge', ISO3166: 'KH', id: CountryId.CAMBODGE },
284
- { name: 'Cameroun', ISO3166: 'CM', id: CountryId.CAMEROUN },
285
- { name: 'Canada', ISO3166: 'CA', id: CountryId.CANADA },
286
- { name: 'Cap-vert', ISO3166: 'CV', id: CountryId.CAP_VERT },
287
- { name: 'Chili', ISO3166: 'CL', id: CountryId.CHILI },
288
- { name: 'Chine', ISO3166: 'CN', id: CountryId.CHINE },
289
- { name: 'Chypre', ISO3166: 'CY', id: CountryId.CHYPRE },
290
- { name: 'Colombie', ISO3166: 'CO', id: CountryId.COLOMBIE },
291
- { name: 'Comores', ISO3166: 'KM', id: CountryId.COMORES },
292
- { name: 'Costa Rica', ISO3166: 'CR', id: CountryId.COSTA_RICA },
293
- { name: 'Côte d\'Ivoire', ISO3166: 'CI', id: CountryId.COTE_D_IVOIRE },
294
- { name: 'Croatie', ISO3166: 'HR', id: CountryId.CROATIE },
295
- { name: 'Cuba', ISO3166: 'CU', id: CountryId.CUBA },
296
- { name: 'Danemark', ISO3166: 'DK', id: CountryId.DANEMARK },
297
- { name: 'Djibouti', ISO3166: 'DJ', id: CountryId.DJIBOUTI },
298
- { name: 'Dominique', ISO3166: 'DM', id: CountryId.DOMINIQUE },
299
- { name: 'Égypte', ISO3166: 'EG', id: CountryId.EGYPTE },
300
- { name: 'El Salvador', ISO3166: 'SV', id: CountryId.EL_SALVADOR },
301
- { name: 'Émirats Arabes Unis', ISO3166: 'AE', id: CountryId.EMIRATS_ARABES_UNIS },
302
- { name: 'Équateur', ISO3166: 'EC', id: CountryId.EQUATEUR },
303
- { name: 'Érythrée', ISO3166: 'ER', id: CountryId.ERYTHREE },
304
- { name: 'Espagne', ISO3166: 'ES', id: CountryId.ESPAGNE },
305
- { name: 'Estonie', ISO3166: 'EE', id: CountryId.ESTONIE },
306
- { name: 'États Fédérés de Micronésie', ISO3166: 'FM', id: CountryId.ETATS_FEDERES_DE_MICRONESIE },
307
- { name: 'États-Unis', ISO3166: 'US', id: CountryId.ETATS_UNIS },
308
- { name: 'Éthiopie', ISO3166: 'ET', id: CountryId.ETHIOPIE },
309
- { name: 'Fédération de Russie', ISO3166: 'RU', id: CountryId.FEDERATION_DE_RUSSIE },
310
- { name: 'Fidji', ISO3166: 'FJ', id: CountryId.FIDJI },
311
- { name: 'Finlande', ISO3166: 'FI', id: CountryId.FINLANDE },
312
- { name: 'France', ISO3166: 'FR', id: CountryId.FRANCE },
313
- { name: 'Gabon', ISO3166: 'GA', id: CountryId.GABON },
314
- { name: 'Gambie', ISO3166: 'GM', id: CountryId.GAMBIE },
315
- { name: 'Géorgie', ISO3166: 'GE', id: CountryId.GEORGIE },
316
- { name: 'Géorgie du Sud et les Îles Sandwich du Sud', ISO3166: 'GS', id: CountryId.GEORGIE_DU_SUD_ET_LES_ILES_SANDWICH_DU_SUD },
317
- { name: 'Ghana', ISO3166: 'GH', id: CountryId.GHANA },
318
- { name: 'Gibraltar', ISO3166: 'GI', id: CountryId.GIBRALTAR },
319
- { name: 'Grèce', ISO3166: 'GR', id: CountryId.GRECE },
320
- { name: 'Grenade', ISO3166: 'GD', id: CountryId.GRENADE },
321
- { name: 'Groenland', ISO3166: 'GL', id: CountryId.GROENLAND },
322
- { name: 'Guadeloupe', ISO3166: 'GP', id: CountryId.GUADELOUPE },
323
- { name: 'Guam', ISO3166: 'GU', id: CountryId.GUAM },
324
- { name: 'Guatemala', ISO3166: 'GT', id: CountryId.GUATEMALA },
325
- { name: 'Guinée', ISO3166: 'GN', id: CountryId.GUINEE },
326
- { name: 'Guinée Équatoriale', ISO3166: 'GQ', id: CountryId.GUINEE_EQUATORIALE },
327
- { name: 'Guinée-Bissau', ISO3166: 'GW', id: CountryId.GUINEE_BISSAU },
328
- { name: 'Guyana', ISO3166: 'GY', id: CountryId.GUYANA },
329
- { name: 'Guyane Française', ISO3166: 'GF', id: CountryId.GUYANE_FRANCAISE },
330
- { name: 'Haïti', ISO3166: 'HT', id: CountryId.HAITI },
331
- { name: 'Honduras', ISO3166: 'HN', id: CountryId.HONDURAS },
332
- { name: 'Hong-Kong', ISO3166: 'HK', id: CountryId.HONG_KONG },
333
- { name: 'Hongrie', ISO3166: 'HU', id: CountryId.HONGRIE },
334
- { name: 'Île Bouvet', ISO3166: 'BV', id: CountryId.ILE_BOUVET },
335
- { name: 'Île Christmas', ISO3166: 'CX', id: CountryId.ILE_CHRISTMAS },
336
- { name: 'Île de Man', ISO3166: 'IM', id: CountryId.ILE_DE_MAN },
337
- { name: 'Île Norfolk', ISO3166: 'NF', id: CountryId.ILE_NORFOLK },
338
- { name: 'Îles (malvinas) Falkland', ISO3166: 'FK', id: CountryId.ILES_MALVINAS_FALKLAND },
339
- { name: 'Îles Åland', ISO3166: 'AX', id: CountryId.ILES_ÅLAND },
340
- { name: 'Îles Caïmanes', ISO3166: 'KY', id: CountryId.ILES_CAIMANES },
341
- { name: 'Îles Cocos (Keeling)', ISO3166: null, id: CountryId.ILES_COCOS_KEE },
342
- { name: 'Îles Cook', ISO3166: 'CK', id: CountryId.ILES_COOK },
343
- { name: 'Îles Féroé', ISO3166: 'FO', id: CountryId.ILES_FEROE },
344
- { name: 'Îles Heard et Mcdonald', ISO3166: 'HM', id: CountryId.ILES_HEARD_ET_MCDONALD },
345
- { name: 'Îles Mariannes du Nord', ISO3166: 'MP', id: CountryId.ILES_MARIANNES_DU_NORD },
346
- { name: 'Îles Marshall', ISO3166: 'MH', id: CountryId.ILES_MARSHALL },
347
- { name: 'Îles Mineures Éloignées des États-Unis', ISO3166: 'UM', id: CountryId.ILES_MINEURES_ELOIGNEES_DES_ETATS_UNIS },
348
- { name: 'Îles Salomon', ISO3166: 'SB', id: CountryId.ILES_SALOMON },
349
- { name: 'Îles Turks et Caïques', ISO3166: 'TC', id: CountryId.ILES_TURKS_ET_CAIQUES },
350
- { name: 'Îles Vierges Britanniques', ISO3166: 'VG', id: CountryId.ILES_VIERGES_BRITANNIQUES },
351
- { name: 'Îles Vierges des États-Unis', ISO3166: 'VI', id: CountryId.ILES_VIERGES_DES_ETATS_UNIS },
352
- { name: 'Inde', ISO3166: 'IN', id: CountryId.INDE },
353
- { name: 'Indonésie', ISO3166: 'ID', id: CountryId.INDONESIE },
354
- { name: 'Iraq', ISO3166: 'IQ', id: CountryId.IRAQ },
355
- { name: 'Irlande', ISO3166: 'IE', id: CountryId.IRLANDE },
356
- { name: 'Islande', ISO3166: 'IS', id: CountryId.ISLANDE },
357
- { name: 'Israël', ISO3166: 'IL', id: CountryId.ISRAËL },
358
- { name: 'Italie', ISO3166: 'IT', id: CountryId.ITALIE },
359
- { name: 'Jamahiriya Arabe Libyenniso', ISO3166: null, id: CountryId.JAMAHIRIYA_ARABE_LIBY },
360
- { name: 'Jamaïque', ISO3166: 'JM', id: CountryId.JAMAIQUE },
361
- { name: 'Japon', ISO3166: 'JP', id: CountryId.JAPON },
362
- { name: 'Jordanie', ISO3166: 'JO', id: CountryId.JORDANIE },
363
- { name: 'Kazakhstan', ISO3166: 'KZ', id: CountryId.KAZAKHSTAN },
364
- { name: 'Kenya', ISO3166: 'KE', id: CountryId.KENYA },
365
- { name: 'Kirghizistan', ISO3166: 'KG', id: CountryId.KIRGHIZISTAN },
366
- { name: 'Kiribati', ISO3166: 'KI', id: CountryId.KIRIBATI },
367
- { name: 'Koweït', ISO3166: 'KW', id: CountryId.KOWEIT },
368
- { name: 'L\'ex-République Yougoslave de Macédoiniso', ISO3166: null, id: CountryId.L_EX_REPUBLIQUE_YOUGOSLAVE_DE_MACED },
369
- { name: 'Lesotho', ISO3166: 'LS', id: CountryId.LESOTHO },
370
- { name: 'Lettonie', ISO3166: 'LV', id: CountryId.LETTONIE },
371
- { name: 'Liban', ISO3166: 'LB', id: CountryId.LIBAN },
372
- { name: 'Libéria', ISO3166: 'LR', id: CountryId.LIBERIA },
373
- { name: 'Liechtenstein', ISO3166: 'LI', id: CountryId.LIECHTENSTEIN },
374
- { name: 'Lituanie', ISO3166: 'LT', id: CountryId.LITUANIE },
375
- { name: 'Luxembourg', ISO3166: 'LU', id: CountryId.LUXEMBOURG },
376
- { name: 'Macao', ISO3166: 'MO', id: CountryId.MACAO },
377
- { name: 'Madagascar', ISO3166: 'MG', id: CountryId.MADAGASCAR },
378
- { name: 'Malaisie', ISO3166: 'MY', id: CountryId.MALAISIE },
379
- { name: 'Malawi', ISO3166: 'MW', id: CountryId.MALAWI },
380
- { name: 'Maldives', ISO3166: 'MV', id: CountryId.MALDIVES },
381
- { name: 'Mali', ISO3166: 'ML', id: CountryId.MALI },
382
- { name: 'Malte', ISO3166: 'MT', id: CountryId.MALTE },
383
- { name: 'Maroc', ISO3166: 'MA', id: CountryId.MAROC },
384
- { name: 'Martinique', ISO3166: 'MQ', id: CountryId.MARTINIQUE },
385
- { name: 'Maurice', ISO3166: 'MU', id: CountryId.MAURICE },
386
- { name: 'Mauritanie', ISO3166: 'MR', id: CountryId.MAURITANIE },
387
- { name: 'Mayotte', ISO3166: 'YT', id: CountryId.MAYOTTE },
388
- { name: 'Mexique', ISO3166: 'MX', id: CountryId.MEXIQUE },
389
- { name: 'Monaco', ISO3166: 'MC', id: CountryId.MONACO },
390
- { name: 'Mongolie', ISO3166: 'MN', id: CountryId.MONGOLIE },
391
- { name: 'Montserrat', ISO3166: 'MS', id: CountryId.MONTSERRAT },
392
- { name: 'Mozambique', ISO3166: 'MZ', id: CountryId.MOZAMBIQUE },
393
- { name: 'Myanmar', ISO3166: 'MM', id: CountryId.MYANMAR },
394
- { name: 'Namibie', ISO3166: 'NA', id: CountryId.NAMIBIE },
395
- { name: 'Nauru', ISO3166: 'NR', id: CountryId.NAURU },
396
- { name: 'Népal', ISO3166: 'NP', id: CountryId.NEPAL },
397
- { name: 'Nicaragua', ISO3166: 'NI', id: CountryId.NICARAGUA },
398
- { name: 'Niger', ISO3166: 'NE', id: CountryId.NIGER },
399
- { name: 'Nigéria', ISO3166: 'NG', id: CountryId.NIGERIA },
400
- { name: 'Niué', ISO3166: 'NU', id: CountryId.NIUE },
401
- { name: 'Norvège', ISO3166: 'NO', id: CountryId.NORVEGE },
402
- { name: 'Nouvelle-Calédonie', ISO3166: 'NC', id: CountryId.NOUVELLE_CALEDONIE },
403
- { name: 'Nouvelle-Zélande', ISO3166: 'NZ', id: CountryId.NOUVELLE_ZELANDE },
404
- { name: 'Oman', ISO3166: 'OM', id: CountryId.OMAN },
405
- { name: 'Ouganda', ISO3166: 'UG', id: CountryId.OUGANDA },
406
- { name: 'Ouzbékistan', ISO3166: 'UZ', id: CountryId.OUZBEKISTAN },
407
- { name: 'Pakistan', ISO3166: 'PK', id: CountryId.PAKISTAN },
408
- { name: 'Palaos', ISO3166: 'PW', id: CountryId.PALAOS },
409
- { name: 'Panama', ISO3166: 'PA', id: CountryId.PANAMA },
410
- { name: 'Papouasie-Nouvelle-Guinée', ISO3166: 'PG', id: CountryId.PAPOUASIE_NOUVELLE_GUINEE },
411
- { name: 'Paraguay', ISO3166: 'PY', id: CountryId.PARAGUAY },
412
- { name: 'Pays-Bas', ISO3166: 'NL', id: CountryId.PAYS_BAS },
413
- { name: 'Pérou', ISO3166: 'PE', id: CountryId.PEROU },
414
- { name: 'Philippines', ISO3166: 'PH', id: CountryId.PHILIPPINES },
415
- { name: 'Pitcairn', ISO3166: 'PN', id: CountryId.PITCAIRN },
416
- { name: 'Pologne', ISO3166: 'PL', id: CountryId.POLOGNE },
417
- { name: 'Polynésie Française', ISO3166: 'PF', id: CountryId.POLYNESIE_FRANCAISE },
418
- { name: 'Porto Rico', ISO3166: 'PR', id: CountryId.PORTO_RICO },
419
- { name: 'Portugal', ISO3166: 'PT', id: CountryId.PORTUGAL },
420
- { name: 'Qatar', ISO3166: 'QA', id: CountryId.QATAR },
421
- { name: 'République Arabe Syrienne', ISO3166: 'SY', id: CountryId.REPUBLIQUE_ARABE_SYRIENNE },
422
- { name: 'République Centrafricaine', ISO3166: 'CF', id: CountryId.REPUBLIQUE_CENTRAFRICAINE },
423
- { name: 'République de Corée', ISO3166: 'KR', id: CountryId.REPUBLIQUE_DE_COREE },
424
- { name: 'République de Moldova', ISO3166: 'MD', id: CountryId.REPUBLIQUE_DE_MOLDOVA },
425
- { name: 'République Démocratique du Congo', ISO3166: 'CD', id: CountryId.REPUBLIQUE_DEMOCRATIQUE_DU_CONGO },
426
- { name: 'République Démocratique Populaire Lao', ISO3166: 'LA', id: CountryId.REPUBLIQUE_DEMOCRATIQUE_POPULAIRE_LAO },
427
- { name: 'République Dominicaine', ISO3166: 'DO', id: CountryId.REPUBLIQUE_DOMINICAINE },
428
- { name: 'République du Congo', ISO3166: 'CG', id: CountryId.REPUBLIQUE_DU_CONGO },
429
- { name: 'République Islamique d\'Iran', ISO3166: 'IR', id: CountryId.REPUBLIQUE_ISLAMIQUE_D_IRAN },
430
- { name: 'République Populaire Démocratique de Corée', ISO3166: 'KP', id: CountryId.REPUBLIQUE_POPULAIRE_DEMOCRATIQUE_DE_COREE },
431
- { name: 'République Tchèque', ISO3166: 'CZ', id: CountryId.REPUBLIQUE_TCHEQUE },
432
- { name: 'République-Unie de Tanzanie', ISO3166: 'TZ', id: CountryId.REPUBLIQUE_UNIE_DE_TANZANIE },
433
- { name: 'Réunion', ISO3166: 'RE', id: CountryId.REUNION },
434
- { name: 'Roumanie', ISO3166: 'RO', id: CountryId.ROUMANIE },
435
- { name: 'Royaume-Uni', ISO3166: 'GB', id: CountryId.ROYAUME_UNI },
436
- { name: 'Rwanda', ISO3166: 'RW', id: CountryId.RWANDA },
437
- { name: 'Sahara Occidental', ISO3166: 'EH', id: CountryId.SAHARA_OCCIDENTAL },
438
- { name: 'Saint-Kitts-et-Nevis', ISO3166: 'KN', id: CountryId.SAINT_KITTS_ET_NEVIS },
439
- { name: 'Saint-Marin', ISO3166: 'SM', id: CountryId.SAINT_MARIN },
440
- { name: 'Saint-Pierre-et-Miquelon', ISO3166: 'PM', id: CountryId.SAINT_PIERRE_ET_MIQUELON },
441
- { name: 'Saint-Siège (état de la Cité du Vatican)', ISO3166: 'VA', id: CountryId.SAINT_SIEGE_ETAT_DE_LA_CITE_DU_VATICAN },
442
- { name: 'Saint-Vincent-et-les Grenadines', ISO3166: 'VC', id: CountryId.SAINT_VINCENT_ET_LES_GRENADINES },
443
- { name: 'Sainte-Hélène', ISO3166: 'SH', id: CountryId.SAINTE_HELENE },
444
- { name: 'Sainte-Lucie', ISO3166: 'LC', id: CountryId.SAINTE_LUCIE },
445
- { name: 'Samoa', ISO3166: 'WS', id: CountryId.SAMOA },
446
- { name: 'Samoa Américaines', ISO3166: 'AS', id: CountryId.SAMOA_AMERICAINES },
447
- { name: 'Sao Tomé-et-Principe', ISO3166: 'ST', id: CountryId.SAO_TOME_ET_PRINCIPE },
448
- { name: 'Sénégal', ISO3166: 'SN', id: CountryId.SENEGAL },
449
- { name: 'Serbie-et-Monténégro', ISO3166: 'CS', id: CountryId.SERBIE_ET_MONTENEGRO },
450
- { name: 'Seychelles', ISO3166: 'SC', id: CountryId.SEYCHELLES },
451
- { name: 'Sierra Leone', ISO3166: 'SL', id: CountryId.SIERRA_LEONE },
452
- { name: 'Singapour', ISO3166: 'SG', id: CountryId.SINGAPOUR },
453
- { name: 'Slovaquie', ISO3166: 'SK', id: CountryId.SLOVAQUIE },
454
- { name: 'Slovénie', ISO3166: 'SI', id: CountryId.SLOVENIE },
455
- { name: 'Somalie', ISO3166: 'SO', id: CountryId.SOMALIE },
456
- { name: 'Soudan', ISO3166: 'SD', id: CountryId.SOUDAN },
457
- { name: 'Sri Lanka', ISO3166: 'LK', id: CountryId.SRI_LANKA },
458
- { name: 'Suède', ISO3166: 'SE', id: CountryId.SUEDE },
459
- { name: 'Suisse', ISO3166: 'CH', id: CountryId.SUISSE },
460
- { name: 'Suriname', ISO3166: 'SR', id: CountryId.SURINAME },
461
- { name: 'Svalbard et Île Jan Mayen', ISO3166: 'SJ', id: CountryId.SVALBARD_ETILE_JAN_MAYEN },
462
- { name: 'Swaziland', ISO3166: null, id: CountryId.SWAZI },
463
- { name: 'Tadjikistan', ISO3166: 'TJ', id: CountryId.TADJIKISTAN },
464
- { name: 'Taïwan', ISO3166: null, id: CountryId.TA },
465
- { name: 'Tchad', ISO3166: 'TD', id: CountryId.TCHAD },
466
- { name: 'Terres Australes Françaises', ISO3166: 'TF', id: CountryId.TERRES_AUSTRALES_FRANCAISES },
467
- { name: 'Territoire Britannique de l\'Océan Indien', ISO3166: 'IO', id: CountryId.TERRITOIRE_BRITANNIQUE_DE_L_OCEAN_INDIEN },
468
- { name: 'Territoire Palestinien Occupé', ISO3166: null, id: CountryId.TERRITOIRE_PALESTINIEN_OC },
469
- { name: 'Thaïlande', ISO3166: 'TH', id: CountryId.THAILANDE },
470
- { name: 'Timor-Leste', ISO3166: 'TL', id: CountryId.TIMOR_LESTE },
471
- { name: 'Togo', ISO3166: 'TG', id: CountryId.TOGO },
472
- { name: 'Tokelau', ISO3166: 'TK', id: CountryId.TOKELAU },
473
- { name: 'Tonga', ISO3166: 'TO', id: CountryId.TONGA },
474
- { name: 'Trinité-et-Tobago', ISO3166: 'TT', id: CountryId.TRINITE_ET_TOBAGO },
475
- { name: 'Tunisie', ISO3166: 'TN', id: CountryId.TUNISIE },
476
- { name: 'Turkménistan', ISO3166: 'TM', id: CountryId.TURKMENISTAN },
477
- { name: 'Turquie', ISO3166: 'TR', id: CountryId.TURQUIE },
478
- { name: 'Tuvalu', ISO3166: 'TV', id: CountryId.TUVALU },
479
- { name: 'Ukraine', ISO3166: 'UA', id: CountryId.UKRAINE },
480
- { name: 'Uruguay', ISO3166: 'UY', id: CountryId.URUGUAY },
481
- { name: 'Vanuatu', ISO3166: 'VU', id: CountryId.VANUATU },
482
- { name: 'Venezuela', ISO3166: 'VE', id: CountryId.VENEZUELA },
483
- { name: 'Viet Nam', ISO3166: 'VN', id: CountryId.VIET_NAM },
484
- { name: 'Wallis et Futuna', ISO3166: 'WF', id: CountryId.WALLIS_ET_FUTUNA },
485
- { name: 'Yémen', ISO3166: 'YE', id: CountryId.YEMEN },
486
- { name: 'Zambie', ISO3166: 'ZM', id: CountryId.ZAMBIE },
487
- { name: 'Zimbabwe', ISO3166: 'ZW', id: CountryId.ZIMBABWE },
488
- { name: 'Autre', ISO3166: null, id: CountryId.AUTRE },
247
+ { name: 'Afghanistan', ISO3166_num: 4, ISO3166: 'AF', id: CountryId.AFGHANISTAN },
248
+ { name: 'Afrique du Sud', ISO3166_num: 710, ISO3166: 'ZA', id: CountryId.AFRIQUE_DU_SUD },
249
+ { name: 'Albanie', ISO3166_num: 8, ISO3166: 'AL', id: CountryId.ALBANIE },
250
+ { name: 'Algérie', ISO3166_num: 12, ISO3166: 'DZ', id: CountryId.ALGERIE },
251
+ { name: 'Allemagne', ISO3166_num: 276, ISO3166: 'DE', id: CountryId.ALLEMAGNE },
252
+ { name: 'Andorre', ISO3166_num: 20, ISO3166: 'AD', id: CountryId.ANDORRE },
253
+ { name: 'Angola', ISO3166_num: 24, ISO3166: 'AO', id: CountryId.ANGOLA },
254
+ { name: 'Anguilla', ISO3166_num: 660, ISO3166: 'AI', id: CountryId.ANGUILLA },
255
+ { name: 'Antarctique', ISO3166_num: 10, ISO3166: 'AQ', id: CountryId.ANTARCTIQUE },
256
+ { name: 'Antigua-et-Barbuda', ISO3166_num: 28, ISO3166: 'AG', id: CountryId.ANTIGUA_ET_BARBUDA },
257
+ { name: 'Antilles Néerlandaises', ISO3166_num: 528, ISO3166: 'AN', id: CountryId.ANTILLES_NEERLANDAISES },
258
+ { name: 'Arabie Saoudite', ISO3166_num: 682, ISO3166: 'SA', id: CountryId.ARABIE_SAOUDITE },
259
+ { name: 'Argentine', ISO3166_num: 32, ISO3166: 'AR', id: CountryId.ARGENTINE },
260
+ { name: 'Arménie', ISO3166_num: 51, ISO3166: 'AM', id: CountryId.ARMENIE },
261
+ { name: 'Aruba', ISO3166_num: 533, ISO3166: 'AW', id: CountryId.ARUBA },
262
+ { name: 'Australie', ISO3166_num: 36, ISO3166: 'AU', id: CountryId.AUSTRALIE },
263
+ { name: 'Autriche', ISO3166_num: 40, ISO3166: 'AT', id: CountryId.AUTRICHE },
264
+ { name: 'Azerbaïdjan', ISO3166_num: 31, ISO3166: 'AZ', id: CountryId.AZERBAIDJAN },
265
+ { name: 'Bahamas', ISO3166_num: 44, ISO3166: 'BS', id: CountryId.BAHAMAS },
266
+ { name: 'Bahreïn', ISO3166_num: 48, ISO3166: 'BH', id: CountryId.BAHREIN },
267
+ { name: 'Bangladesh', ISO3166_num: 50, ISO3166: 'BD', id: CountryId.BANGLADESH },
268
+ { name: 'Barbade', ISO3166_num: 52, ISO3166: 'BB', id: CountryId.BARBADE },
269
+ { name: 'Bélarus', ISO3166_num: 112, ISO3166: 'BY', id: CountryId.BELARUS },
270
+ { name: 'Belgique', ISO3166_num: 56, ISO3166: 'BE', id: CountryId.BELGIQUE },
271
+ { name: 'Belize', ISO3166_num: 84, ISO3166: 'BZ', id: CountryId.BELIZE },
272
+ { name: 'Bénin', ISO3166_num: 204, ISO3166: 'BJ', id: CountryId.BENIN },
273
+ { name: 'Bermudes', ISO3166_num: 60, ISO3166: 'BM', id: CountryId.BERMUDES },
274
+ { name: 'Bhoutan', ISO3166_num: 64, ISO3166: 'BT', id: CountryId.BHOUTAN },
275
+ { name: 'Bolivie', ISO3166_num: 68, ISO3166: 'BO', id: CountryId.BOLIVIE },
276
+ { name: 'Bosnie-Herzégovine', ISO3166_num: 70, ISO3166: 'BA', id: CountryId.BOSNIE_HERZEGOVINE },
277
+ { name: 'Botswana', ISO3166_num: 72, ISO3166: 'BW', id: CountryId.BOTSWANA },
278
+ { name: 'Brésil', ISO3166_num: 76, ISO3166: 'BR', id: CountryId.BRESIL },
279
+ { name: 'Brunéi Darussalam', ISO3166_num: 96, ISO3166: 'BN', id: CountryId.BRUNEI_DARUSSALAM },
280
+ { name: 'Bulgarie', ISO3166_num: 100, ISO3166: 'BG', id: CountryId.BULGARIE },
281
+ { name: 'Burkina Faso', ISO3166_num: 854, ISO3166: 'BF', id: CountryId.BURKINA_FASO },
282
+ { name: 'Burundi', ISO3166_num: 108, ISO3166: 'BI', id: CountryId.BURUNDI },
283
+ { name: 'Cambodge', ISO3166_num: 116, ISO3166: 'KH', id: CountryId.CAMBODGE },
284
+ { name: 'Cameroun', ISO3166_num: 120, ISO3166: 'CM', id: CountryId.CAMEROUN },
285
+ { name: 'Canada', ISO3166_num: 124, ISO3166: 'CA', id: CountryId.CANADA },
286
+ { name: 'Cap-vert', ISO3166_num: 132, ISO3166: 'CV', id: CountryId.CAP_VERT },
287
+ { name: 'Chili', ISO3166_num: 152, ISO3166: 'CL', id: CountryId.CHILI },
288
+ { name: 'Chine', ISO3166_num: 156, ISO3166: 'CN', id: CountryId.CHINE },
289
+ { name: 'Chypre', ISO3166_num: 196, ISO3166: 'CY', id: CountryId.CHYPRE },
290
+ { name: 'Colombie', ISO3166_num: 170, ISO3166: 'CO', id: CountryId.COLOMBIE },
291
+ { name: 'Comores', ISO3166_num: 174, ISO3166: 'KM', id: CountryId.COMORES },
292
+ { name: 'Costa Rica', ISO3166_num: 188, ISO3166: 'CR', id: CountryId.COSTA_RICA },
293
+ { name: 'Côte d\'Ivoire', ISO3166_num: 384, ISO3166: 'CI', id: CountryId.COTE_D_IVOIRE },
294
+ { name: 'Croatie', ISO3166_num: 191, ISO3166: 'HR', id: CountryId.CROATIE },
295
+ { name: 'Cuba', ISO3166_num: 192, ISO3166: 'CU', id: CountryId.CUBA },
296
+ { name: 'Danemark', ISO3166_num: 208, ISO3166: 'DK', id: CountryId.DANEMARK },
297
+ { name: 'Djibouti', ISO3166_num: 262, ISO3166: 'DJ', id: CountryId.DJIBOUTI },
298
+ { name: 'Dominique', ISO3166_num: 212, ISO3166: 'DM', id: CountryId.DOMINIQUE },
299
+ { name: 'Égypte', ISO3166_num: 818, ISO3166: 'EG', id: CountryId.EGYPTE },
300
+ { name: 'El Salvador', ISO3166_num: 222, ISO3166: 'SV', id: CountryId.EL_SALVADOR },
301
+ { name: 'Émirats Arabes Unis', ISO3166_num: 784, ISO3166: 'AE', id: CountryId.EMIRATS_ARABES_UNIS },
302
+ { name: 'Équateur', ISO3166_num: 218, ISO3166: 'EC', id: CountryId.EQUATEUR },
303
+ { name: 'Érythrée', ISO3166_num: 232, ISO3166: 'ER', id: CountryId.ERYTHREE },
304
+ { name: 'Espagne', ISO3166_num: 724, ISO3166: 'ES', id: CountryId.ESPAGNE },
305
+ { name: 'Estonie', ISO3166_num: 233, ISO3166: 'EE', id: CountryId.ESTONIE },
306
+ { name: 'États Fédérés de Micronésie', ISO3166_num: 748, ISO3166: 'FM', id: CountryId.ETATS_FEDERES_DE_MICRONESIE },
307
+ { name: 'États-Unis', ISO3166_num: 840, ISO3166: 'US', id: CountryId.ETATS_UNIS },
308
+ { name: 'Éthiopie', ISO3166_num: 231, ISO3166: 'ET', id: CountryId.ETHIOPIE },
309
+ { name: 'Fédération de Russie', ISO3166_num: 643, ISO3166: 'RU', id: CountryId.FEDERATION_DE_RUSSIE },
310
+ { name: 'Fidji', ISO3166_num: 242, ISO3166: 'FJ', id: CountryId.FIDJI },
311
+ { name: 'Finlande', ISO3166_num: 246, ISO3166: 'FI', id: CountryId.FINLANDE },
312
+ { name: 'France', ISO3166_num: 250, ISO3166: 'FR', id: CountryId.FRANCE },
313
+ { name: 'Gabon', ISO3166_num: 266, ISO3166: 'GA', id: CountryId.GABON },
314
+ { name: 'Gambie', ISO3166_num: 270, ISO3166: 'GM', id: CountryId.GAMBIE },
315
+ { name: 'Géorgie', ISO3166_num: 268, ISO3166: 'GE', id: CountryId.GEORGIE },
316
+ { name: 'Géorgie du Sud et les Îles Sandwich du Sud', ISO3166_num: 239, ISO3166: 'GS', id: CountryId.GEORGIE_DU_SUD_ET_LES_ILES_SANDWICH_DU_SUD },
317
+ { name: 'Ghana', ISO3166_num: 288, ISO3166: 'GH', id: CountryId.GHANA },
318
+ { name: 'Gibraltar', ISO3166_num: 292, ISO3166: 'GI', id: CountryId.GIBRALTAR },
319
+ { name: 'Grèce', ISO3166_num: 300, ISO3166: 'GR', id: CountryId.GRECE },
320
+ { name: 'Grenade', ISO3166_num: 308, ISO3166: 'GD', id: CountryId.GRENADE },
321
+ { name: 'Groenland', ISO3166_num: 304, ISO3166: 'GL', id: CountryId.GROENLAND },
322
+ { name: 'Guadeloupe', ISO3166_num: 312, ISO3166: 'GP', id: CountryId.GUADELOUPE },
323
+ { name: 'Guam', ISO3166_num: 316, ISO3166: 'GU', id: CountryId.GUAM },
324
+ { name: 'Guatemala', ISO3166_num: 320, ISO3166: 'GT', id: CountryId.GUATEMALA },
325
+ { name: 'Guinée', ISO3166_num: 324, ISO3166: 'GN', id: CountryId.GUINEE },
326
+ { name: 'Guinée Équatoriale', ISO3166_num: 226, ISO3166: 'GQ', id: CountryId.GUINEE_EQUATORIALE },
327
+ { name: 'Guinée-Bissau', ISO3166_num: 624, ISO3166: 'GW', id: CountryId.GUINEE_BISSAU },
328
+ { name: 'Guyana', ISO3166_num: 328, ISO3166: 'GY', id: CountryId.GUYANA },
329
+ { name: 'Guyane Française', ISO3166_num: 254, ISO3166: 'GF', id: CountryId.GUYANE_FRANCAISE },
330
+ { name: 'Haïti', ISO3166_num: 332, ISO3166: 'HT', id: CountryId.HAITI },
331
+ { name: 'Honduras', ISO3166_num: 340, ISO3166: 'HN', id: CountryId.HONDURAS },
332
+ { name: 'Hong-Kong', ISO3166_num: 344, ISO3166: 'HK', id: CountryId.HONG_KONG },
333
+ { name: 'Hongrie', ISO3166_num: 348, ISO3166: 'HU', id: CountryId.HONGRIE },
334
+ { name: 'Île Bouvet', ISO3166_num: 74, ISO3166: 'BV', id: CountryId.ILE_BOUVET },
335
+ { name: 'Île Christmas', ISO3166_num: 162, ISO3166: 'CX', id: CountryId.ILE_CHRISTMAS },
336
+ { name: 'Île de Man', ISO3166_num: 833, ISO3166: 'IM', id: CountryId.ILE_DE_MAN },
337
+ { name: 'Île Norfolk', ISO3166_num: 574, ISO3166: 'NF', id: CountryId.ILE_NORFOLK },
338
+ { name: 'Îles (malvinas) Falkland', ISO3166_num: 238, ISO3166: 'FK', id: CountryId.ILES_MALVINAS_FALKLAND },
339
+ { name: 'Îles Åland', ISO3166_num: 248, ISO3166: 'AX', id: CountryId.ILES_ÅLAND },
340
+ { name: 'Îles Caïmanes', ISO3166_num: 136, ISO3166: 'KY', id: CountryId.ILES_CAIMANES },
341
+ { name: 'Îles Cocos (Keeling)', ISO3166_num: 166, ISO3166: null, id: CountryId.ILES_COCOS_KEE },
342
+ { name: 'Îles Cook', ISO3166_num: 184, ISO3166: 'CK', id: CountryId.ILES_COOK },
343
+ { name: 'Îles Féroé', ISO3166_num: 234, ISO3166: 'FO', id: CountryId.ILES_FEROE },
344
+ { name: 'Îles Heard et Mcdonald', ISO3166_num: 334, ISO3166: 'HM', id: CountryId.ILES_HEARD_ET_MCDONALD },
345
+ { name: 'Îles Mariannes du Nord', ISO3166_num: 580, ISO3166: 'MP', id: CountryId.ILES_MARIANNES_DU_NORD },
346
+ { name: 'Îles Marshall', ISO3166_num: 584, ISO3166: 'MH', id: CountryId.ILES_MARSHALL },
347
+ { name: 'Îles Mineures Éloignées des États-Unis', ISO3166_num: 581, ISO3166: 'UM', id: CountryId.ILES_MINEURES_ELOIGNEES_DES_ETATS_UNIS },
348
+ { name: 'Îles Salomon', ISO3166_num: 90, ISO3166: 'SB', id: CountryId.ILES_SALOMON },
349
+ { name: 'Îles Turks et Caïques', ISO3166_num: 796, ISO3166: 'TC', id: CountryId.ILES_TURKS_ET_CAIQUES },
350
+ { name: 'Îles Vierges Britanniques', ISO3166_num: 86, ISO3166: 'VG', id: CountryId.ILES_VIERGES_BRITANNIQUES },
351
+ { name: 'Îles Vierges des États-Unis', ISO3166_num: 850, ISO3166: 'VI', id: CountryId.ILES_VIERGES_DES_ETATS_UNIS },
352
+ { name: 'Inde', ISO3166_num: 356, ISO3166: 'IN', id: CountryId.INDE },
353
+ { name: 'Indonésie', ISO3166_num: 360, ISO3166: 'ID', id: CountryId.INDONESIE },
354
+ { name: 'Iraq', ISO3166_num: 364, ISO3166: 'IQ', id: CountryId.IRAQ },
355
+ { name: 'Irlande', ISO3166_num: 372, ISO3166: 'IE', id: CountryId.IRLANDE },
356
+ { name: 'Islande', ISO3166_num: 352, ISO3166: 'IS', id: CountryId.ISLANDE },
357
+ { name: 'Israël', ISO3166_num: 376, ISO3166: 'IL', id: CountryId.ISRAËL },
358
+ { name: 'Italie', ISO3166_num: 380, ISO3166: 'IT', id: CountryId.ITALIE },
359
+ { name: 'Jamahiriya Arabe Libyenniso', ISO3166_num: 434, ISO3166: null, id: CountryId.JAMAHIRIYA_ARABE_LIBY },
360
+ { name: 'Jamaïque', ISO3166_num: 388, ISO3166: 'JM', id: CountryId.JAMAIQUE },
361
+ { name: 'Japon', ISO3166_num: 392, ISO3166: 'JP', id: CountryId.JAPON },
362
+ { name: 'Jordanie', ISO3166_num: 400, ISO3166: 'JO', id: CountryId.JORDANIE },
363
+ { name: 'Kazakhstan', ISO3166_num: 398, ISO3166: 'KZ', id: CountryId.KAZAKHSTAN },
364
+ { name: 'Kenya', ISO3166_num: 404, ISO3166: 'KE', id: CountryId.KENYA },
365
+ { name: 'Kirghizistan', ISO3166_num: 417, ISO3166: 'KG', id: CountryId.KIRGHIZISTAN },
366
+ { name: 'Kiribati', ISO3166_num: 296, ISO3166: 'KI', id: CountryId.KIRIBATI },
367
+ { name: 'Koweït', ISO3166_num: 414, ISO3166: 'KW', id: CountryId.KOWEIT },
368
+ { name: 'L\'ex-République Yougoslave de Macédoiniso', ISO3166_num: 807, ISO3166: null, id: CountryId.L_EX_REPUBLIQUE_YOUGOSLAVE_DE_MACED },
369
+ { name: 'Lesotho', ISO3166_num: 426, ISO3166: 'LS', id: CountryId.LESOTHO },
370
+ { name: 'Lettonie', ISO3166_num: 428, ISO3166: 'LV', id: CountryId.LETTONIE },
371
+ { name: 'Liban', ISO3166_num: 422, ISO3166: 'LB', id: CountryId.LIBAN },
372
+ { name: 'Libéria', ISO3166_num: 430, ISO3166: 'LR', id: CountryId.LIBERIA },
373
+ { name: 'Liechtenstein', ISO3166_num: 438, ISO3166: 'LI', id: CountryId.LIECHTENSTEIN },
374
+ { name: 'Lituanie', ISO3166_num: 440, ISO3166: 'LT', id: CountryId.LITUANIE },
375
+ { name: 'Luxembourg', ISO3166_num: 442, ISO3166: 'LU', id: CountryId.LUXEMBOURG },
376
+ { name: 'Macao', ISO3166_num: 446, ISO3166: 'MO', id: CountryId.MACAO },
377
+ { name: 'Madagascar', ISO3166_num: 450, ISO3166: 'MG', id: CountryId.MADAGASCAR },
378
+ { name: 'Malaisie', ISO3166_num: 458, ISO3166: 'MY', id: CountryId.MALAISIE },
379
+ { name: 'Malawi', ISO3166_num: 454, ISO3166: 'MW', id: CountryId.MALAWI },
380
+ { name: 'Maldives', ISO3166_num: 462, ISO3166: 'MV', id: CountryId.MALDIVES },
381
+ { name: 'Mali', ISO3166_num: 466, ISO3166: 'ML', id: CountryId.MALI },
382
+ { name: 'Malte', ISO3166_num: 470, ISO3166: 'MT', id: CountryId.MALTE },
383
+ { name: 'Maroc', ISO3166_num: 504, ISO3166: 'MA', id: CountryId.MAROC },
384
+ { name: 'Martinique', ISO3166_num: 474, ISO3166: 'MQ', id: CountryId.MARTINIQUE },
385
+ { name: 'Maurice', ISO3166_num: 480, ISO3166: 'MU', id: CountryId.MAURICE },
386
+ { name: 'Mauritanie', ISO3166_num: 478, ISO3166: 'MR', id: CountryId.MAURITANIE },
387
+ { name: 'Mayotte', ISO3166_num: 175, ISO3166: 'YT', id: CountryId.MAYOTTE },
388
+ { name: 'Mexique', ISO3166_num: 484, ISO3166: 'MX', id: CountryId.MEXIQUE },
389
+ { name: 'Monaco', ISO3166_num: 492, ISO3166: 'MC', id: CountryId.MONACO },
390
+ { name: 'Mongolie', ISO3166_num: 496, ISO3166: 'MN', id: CountryId.MONGOLIE },
391
+ { name: 'Montserrat', ISO3166_num: 500, ISO3166: 'MS', id: CountryId.MONTSERRAT },
392
+ { name: 'Mozambique', ISO3166_num: 508, ISO3166: 'MZ', id: CountryId.MOZAMBIQUE },
393
+ { name: 'Myanmar', ISO3166_num: 104, ISO3166: 'MM', id: CountryId.MYANMAR },
394
+ { name: 'Namibie', ISO3166_num: 516, ISO3166: 'NA', id: CountryId.NAMIBIE },
395
+ { name: 'Nauru', ISO3166_num: 520, ISO3166: 'NR', id: CountryId.NAURU },
396
+ { name: 'Népal', ISO3166_num: 524, ISO3166: 'NP', id: CountryId.NEPAL },
397
+ { name: 'Nicaragua', ISO3166_num: 558, ISO3166: 'NI', id: CountryId.NICARAGUA },
398
+ { name: 'Niger', ISO3166_num: 562, ISO3166: 'NE', id: CountryId.NIGER },
399
+ { name: 'Nigéria', ISO3166_num: 566, ISO3166: 'NG', id: CountryId.NIGERIA },
400
+ { name: 'Niué', ISO3166_num: 570, ISO3166: 'NU', id: CountryId.NIUE },
401
+ { name: 'Norvège', ISO3166_num: 578, ISO3166: 'NO', id: CountryId.NORVEGE },
402
+ { name: 'Nouvelle-Calédonie', ISO3166_num: 540, ISO3166: 'NC', id: CountryId.NOUVELLE_CALEDONIE },
403
+ { name: 'Nouvelle-Zélande', ISO3166_num: 554, ISO3166: 'NZ', id: CountryId.NOUVELLE_ZELANDE },
404
+ { name: 'Oman', ISO3166_num: 512, ISO3166: 'OM', id: CountryId.OMAN },
405
+ { name: 'Ouganda', ISO3166_num: 800, ISO3166: 'UG', id: CountryId.OUGANDA },
406
+ { name: 'Ouzbékistan', ISO3166_num: 860, ISO3166: 'UZ', id: CountryId.OUZBEKISTAN },
407
+ { name: 'Pakistan', ISO3166_num: 586, ISO3166: 'PK', id: CountryId.PAKISTAN },
408
+ { name: 'Palaos', ISO3166_num: 585, ISO3166: 'PW', id: CountryId.PALAOS },
409
+ { name: 'Panama', ISO3166_num: 591, ISO3166: 'PA', id: CountryId.PANAMA },
410
+ { name: 'Papouasie-Nouvelle-Guinée', ISO3166_num: 598, ISO3166: 'PG', id: CountryId.PAPOUASIE_NOUVELLE_GUINEE },
411
+ { name: 'Paraguay', ISO3166_num: 600, ISO3166: 'PY', id: CountryId.PARAGUAY },
412
+ { name: 'Pays-Bas', ISO3166_num: 528, ISO3166: 'NL', id: CountryId.PAYS_BAS },
413
+ { name: 'Pérou', ISO3166_num: 604, ISO3166: 'PE', id: CountryId.PEROU },
414
+ { name: 'Philippines', ISO3166_num: 608, ISO3166: 'PH', id: CountryId.PHILIPPINES },
415
+ { name: 'Pitcairn', ISO3166_num: 612, ISO3166: 'PN', id: CountryId.PITCAIRN },
416
+ { name: 'Pologne', ISO3166_num: 616, ISO3166: 'PL', id: CountryId.POLOGNE },
417
+ { name: 'Polynésie Française', ISO3166_num: 258, ISO3166: 'PF', id: CountryId.POLYNESIE_FRANCAISE },
418
+ { name: 'Porto Rico', ISO3166_num: 630, ISO3166: 'PR', id: CountryId.PORTO_RICO },
419
+ { name: 'Portugal', ISO3166_num: 620, ISO3166: 'PT', id: CountryId.PORTUGAL },
420
+ { name: 'Qatar', ISO3166_num: 634, ISO3166: 'QA', id: CountryId.QATAR },
421
+ { name: 'République Arabe Syrienne', ISO3166_num: 760, ISO3166: 'SY', id: CountryId.REPUBLIQUE_ARABE_SYRIENNE },
422
+ { name: 'République Centrafricaine', ISO3166_num: 140, ISO3166: 'CF', id: CountryId.REPUBLIQUE_CENTRAFRICAINE },
423
+ { name: 'République de Corée', ISO3166_num: 410, ISO3166: 'KR', id: CountryId.REPUBLIQUE_DE_COREE },
424
+ { name: 'République de Moldova', ISO3166_num: 498, ISO3166: 'MD', id: CountryId.REPUBLIQUE_DE_MOLDOVA },
425
+ { name: 'République Démocratique du Congo', ISO3166_num: 180, ISO3166: 'CD', id: CountryId.REPUBLIQUE_DEMOCRATIQUE_DU_CONGO },
426
+ { name: 'République Démocratique Populaire Lao', ISO3166_num: 180, ISO3166: 'LA', id: CountryId.REPUBLIQUE_DEMOCRATIQUE_POPULAIRE_LAO },
427
+ { name: 'République Dominicaine', ISO3166_num: 214, ISO3166: 'DO', id: CountryId.REPUBLIQUE_DOMINICAINE },
428
+ { name: 'République du Congo', ISO3166_num: 178, ISO3166: 'CG', id: CountryId.REPUBLIQUE_DU_CONGO },
429
+ { name: 'République Islamique d\'Iran', ISO3166_num: 364, ISO3166: 'IR', id: CountryId.REPUBLIQUE_ISLAMIQUE_D_IRAN },
430
+ { name: 'République Populaire Démocratique de Corée', ISO3166_num: 410, ISO3166: 'KP', id: CountryId.REPUBLIQUE_POPULAIRE_DEMOCRATIQUE_DE_COREE },
431
+ { name: 'République Tchèque', ISO3166_num: 203, ISO3166: 'CZ', id: CountryId.REPUBLIQUE_TCHEQUE },
432
+ { name: 'République-Unie de Tanzanie', ISO3166_num: 834, ISO3166: 'TZ', id: CountryId.REPUBLIQUE_UNIE_DE_TANZANIE },
433
+ { name: 'Réunion', ISO3166_num: 638, ISO3166: 'RE', id: CountryId.REUNION },
434
+ { name: 'Roumanie', ISO3166_num: 642, ISO3166: 'RO', id: CountryId.ROUMANIE },
435
+ { name: 'Royaume-Uni', ISO3166_num: 826, ISO3166: 'GB', id: CountryId.ROYAUME_UNI },
436
+ { name: 'Rwanda', ISO3166_num: 646, ISO3166: 'RW', id: CountryId.RWANDA },
437
+ { name: 'Sahara Occidental', ISO3166_num: 732, ISO3166: 'EH', id: CountryId.SAHARA_OCCIDENTAL },
438
+ { name: 'Saint-Kitts-et-Nevis', ISO3166_num: 659, ISO3166: 'KN', id: CountryId.SAINT_KITTS_ET_NEVIS },
439
+ { name: 'Saint-Marin', ISO3166_num: 674, ISO3166: 'SM', id: CountryId.SAINT_MARIN },
440
+ { name: 'Saint-Pierre-et-Miquelon', ISO3166_num: 666, ISO3166: 'PM', id: CountryId.SAINT_PIERRE_ET_MIQUELON },
441
+ { name: 'Saint-Siège (état de la Cité du Vatican)', ISO3166_num: 336, ISO3166: 'VA', id: CountryId.SAINT_SIEGE_ETAT_DE_LA_CITE_DU_VATICAN },
442
+ { name: 'Saint-Vincent-et-les Grenadines', ISO3166_num: 670, ISO3166: 'VC', id: CountryId.SAINT_VINCENT_ET_LES_GRENADINES },
443
+ { name: 'Sainte-Hélène', ISO3166_num: 654, ISO3166: 'SH', id: CountryId.SAINTE_HELENE },
444
+ { name: 'Sainte-Lucie', ISO3166_num: 662, ISO3166: 'LC', id: CountryId.SAINTE_LUCIE },
445
+ { name: 'Samoa', ISO3166_num: 882, ISO3166: 'WS', id: CountryId.SAMOA },
446
+ { name: 'Samoa Américaines', ISO3166_num: 16, ISO3166: 'AS', id: CountryId.SAMOA_AMERICAINES },
447
+ { name: 'Sao Tomé-et-Principe', ISO3166_num: 678, ISO3166: 'ST', id: CountryId.SAO_TOME_ET_PRINCIPE },
448
+ { name: 'Sénégal', ISO3166_num: 686, ISO3166: 'SN', id: CountryId.SENEGAL },
449
+ { name: 'Serbie-et-Monténégro', ISO3166_num: 688, ISO3166: 'CS', id: CountryId.SERBIE_ET_MONTENEGRO },
450
+ { name: 'Seychelles', ISO3166_num: 690, ISO3166: 'SC', id: CountryId.SEYCHELLES },
451
+ { name: 'Sierra Leone', ISO3166_num: 694, ISO3166: 'SL', id: CountryId.SIERRA_LEONE },
452
+ { name: 'Singapour', ISO3166_num: 702, ISO3166: 'SG', id: CountryId.SINGAPOUR },
453
+ { name: 'Slovaquie', ISO3166_num: 703, ISO3166: 'SK', id: CountryId.SLOVAQUIE },
454
+ { name: 'Slovénie', ISO3166_num: 705, ISO3166: 'SI', id: CountryId.SLOVENIE },
455
+ { name: 'Somalie', ISO3166_num: 706, ISO3166: 'SO', id: CountryId.SOMALIE },
456
+ { name: 'Soudan', ISO3166_num: 736, ISO3166: 'SD', id: CountryId.SOUDAN },
457
+ { name: 'Sri Lanka', ISO3166_num: 144, ISO3166: 'LK', id: CountryId.SRI_LANKA },
458
+ { name: 'Suède', ISO3166_num: 752, ISO3166: 'SE', id: CountryId.SUEDE },
459
+ { name: 'Suisse', ISO3166_num: 756, ISO3166: 'CH', id: CountryId.SUISSE },
460
+ { name: 'Suriname', ISO3166_num: 740, ISO3166: 'SR', id: CountryId.SURINAME },
461
+ { name: 'Svalbard et Île Jan Mayen', ISO3166_num: 744, ISO3166: 'SJ', id: CountryId.SVALBARD_ETILE_JAN_MAYEN },
462
+ { name: 'Eswatini', ISO3166_num: 748, ISO3166: 'SZ', id: CountryId.SWAZI },
463
+ { name: 'Tadjikistan', ISO3166_num: 762, ISO3166: 'TJ', id: CountryId.TADJIKISTAN },
464
+ { name: 'Taïwan', ISO3166_num: 158, ISO3166: null, id: CountryId.TA },
465
+ { name: 'Tchad', ISO3166_num: 148, ISO3166: 'TD', id: CountryId.TCHAD },
466
+ { name: 'Terres Australes Françaises', ISO3166_num: 260, ISO3166: 'TF', id: CountryId.TERRES_AUSTRALES_FRANCAISES },
467
+ { name: 'Territoire Britannique de l\'Océan Indien', ISO3166_num: 86, ISO3166: 'IO', id: CountryId.TERRITOIRE_BRITANNIQUE_DE_L_OCEAN_INDIEN },
468
+ { name: 'Territoire Palestinien Occupé', ISO3166_num: 275, ISO3166: null, id: CountryId.TERRITOIRE_PALESTINIEN_OC },
469
+ { name: 'Thaïlande', ISO3166_num: 764, ISO3166: 'TH', id: CountryId.THAILANDE },
470
+ { name: 'Timor-Leste', ISO3166_num: 626, ISO3166: 'TL', id: CountryId.TIMOR_LESTE },
471
+ { name: 'Togo', ISO3166_num: 768, ISO3166: 'TG', id: CountryId.TOGO },
472
+ { name: 'Tokelau', ISO3166_num: 772, ISO3166: 'TK', id: CountryId.TOKELAU },
473
+ { name: 'Tonga', ISO3166_num: 776, ISO3166: 'TO', id: CountryId.TONGA },
474
+ { name: 'Trinité-et-Tobago', ISO3166_num: 780, ISO3166: 'TT', id: CountryId.TRINITE_ET_TOBAGO },
475
+ { name: 'Tunisie', ISO3166_num: 788, ISO3166: 'TN', id: CountryId.TUNISIE },
476
+ { name: 'Turkménistan', ISO3166_num: 795, ISO3166: 'TM', id: CountryId.TURKMENISTAN },
477
+ { name: 'Turquie', ISO3166_num: 792, ISO3166: 'TR', id: CountryId.TURQUIE },
478
+ { name: 'Tuvalu', ISO3166_num: 798, ISO3166: 'TV', id: CountryId.TUVALU },
479
+ { name: 'Ukraine', ISO3166_num: 804, ISO3166: 'UA', id: CountryId.UKRAINE },
480
+ { name: 'Uruguay', ISO3166_num: 858, ISO3166: 'UY', id: CountryId.URUGUAY },
481
+ { name: 'Vanuatu', ISO3166_num: 548, ISO3166: 'VU', id: CountryId.VANUATU },
482
+ { name: 'Venezuela', ISO3166_num: 862, ISO3166: 'VE', id: CountryId.VENEZUELA },
483
+ { name: 'Viet Nam', ISO3166_num: 704, ISO3166: 'VN', id: CountryId.VIET_NAM },
484
+ { name: 'Wallis et Futuna', ISO3166_num: 876, ISO3166: 'WF', id: CountryId.WALLIS_ET_FUTUNA },
485
+ { name: 'Yémen', ISO3166_num: 887, ISO3166: 'YE', id: CountryId.YEMEN },
486
+ { name: 'Zambie', ISO3166_num: 894, ISO3166: 'ZM', id: CountryId.ZAMBIE },
487
+ { name: 'Zimbabwe', ISO3166_num: 716, ISO3166: 'ZW', id: CountryId.ZIMBABWE },
488
+ { name: 'Autre', ISO3166_num: 36, ISO3166: null, id: CountryId.AUTRE },
489
489
  ];
490
490
  export var NationalityId;
491
491
  (function (NationalityId) {