@silexpert/core 1.0.74 → 1.0.76

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