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