taengmo-ts-utilities 1.0.1
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/dist/index.cjs +4459 -0
- package/dist/index.d.cts +260 -0
- package/dist/index.d.mts +260 -0
- package/dist/index.mjs +4420 -0
- package/package.json +38 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,4459 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
//#region \0rolldown/runtime.js
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
11
|
+
key = keys[i];
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
13
|
+
get: ((k) => from[k]).bind(null, key),
|
|
14
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
20
|
+
value: mod,
|
|
21
|
+
enumerable: true
|
|
22
|
+
}) : target, mod));
|
|
23
|
+
//#endregion
|
|
24
|
+
let clsx = require("clsx");
|
|
25
|
+
clsx = __toESM(clsx);
|
|
26
|
+
let tailwind_merge = require("tailwind-merge");
|
|
27
|
+
//#region src/constants/isoCountryCode.ts
|
|
28
|
+
const isoCountryCodeRaw = [
|
|
29
|
+
{
|
|
30
|
+
iso_country_code_uuid: "019b8372-3785-7227-99f8-6cf40c65fd7f",
|
|
31
|
+
country: "Afghanistan",
|
|
32
|
+
alpha2: "AF",
|
|
33
|
+
alpha3: "AFG",
|
|
34
|
+
numeric: 4,
|
|
35
|
+
latitude: 33,
|
|
36
|
+
longitude: 65
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
iso_country_code_uuid: "019b8372-3788-76af-9c21-ad9db470c6d4",
|
|
40
|
+
country: "Albania",
|
|
41
|
+
alpha2: "AL",
|
|
42
|
+
alpha3: "ALB",
|
|
43
|
+
numeric: 8,
|
|
44
|
+
latitude: 41,
|
|
45
|
+
longitude: 20
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
iso_country_code_uuid: "019b8372-3788-7835-8e99-32fe2992678b",
|
|
49
|
+
country: "Algeria",
|
|
50
|
+
alpha2: "DZ",
|
|
51
|
+
alpha3: "DZA",
|
|
52
|
+
numeric: 12,
|
|
53
|
+
latitude: 28,
|
|
54
|
+
longitude: 3
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
iso_country_code_uuid: "019b8372-3788-7979-a6d1-67769741ed83",
|
|
58
|
+
country: "American Samoa",
|
|
59
|
+
alpha2: "AS",
|
|
60
|
+
alpha3: "ASM",
|
|
61
|
+
numeric: 16,
|
|
62
|
+
latitude: -14.3333,
|
|
63
|
+
longitude: -170
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
iso_country_code_uuid: "019b8372-3788-7abc-97a1-3aa8cf1dd09c",
|
|
67
|
+
country: "Andorra",
|
|
68
|
+
alpha2: "AD",
|
|
69
|
+
alpha3: "AND",
|
|
70
|
+
numeric: 20,
|
|
71
|
+
latitude: 42.5,
|
|
72
|
+
longitude: 1.5
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
iso_country_code_uuid: "019b8372-3788-7bf8-94a3-ce9466270459",
|
|
76
|
+
country: "Angola",
|
|
77
|
+
alpha2: "AO",
|
|
78
|
+
alpha3: "AGO",
|
|
79
|
+
numeric: 24,
|
|
80
|
+
latitude: -12.5,
|
|
81
|
+
longitude: 18.5
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
iso_country_code_uuid: "019b8372-3788-7d32-8a0f-f68d501a59a6",
|
|
85
|
+
country: "Anguilla",
|
|
86
|
+
alpha2: "AI",
|
|
87
|
+
alpha3: "AIA",
|
|
88
|
+
numeric: 660,
|
|
89
|
+
latitude: 18.25,
|
|
90
|
+
longitude: -63.1667
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
iso_country_code_uuid: "019b8372-3788-7e68-ad85-d9d8414899e4",
|
|
94
|
+
country: "Antarctica",
|
|
95
|
+
alpha2: "AQ",
|
|
96
|
+
alpha3: "ATA",
|
|
97
|
+
numeric: 10,
|
|
98
|
+
latitude: -90,
|
|
99
|
+
longitude: 0
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
iso_country_code_uuid: "019b8372-3788-7fa3-ac98-5e53a0b81bde",
|
|
103
|
+
country: "Antigua and Barbuda",
|
|
104
|
+
alpha2: "AG",
|
|
105
|
+
alpha3: "ATG",
|
|
106
|
+
numeric: 28,
|
|
107
|
+
latitude: 17.05,
|
|
108
|
+
longitude: -61.8
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
iso_country_code_uuid: "019b8372-3789-70d5-9bc2-22c89927f177",
|
|
112
|
+
country: "Argentina",
|
|
113
|
+
alpha2: "AR",
|
|
114
|
+
alpha3: "ARG",
|
|
115
|
+
numeric: 32,
|
|
116
|
+
latitude: -34,
|
|
117
|
+
longitude: -64
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
iso_country_code_uuid: "019b8372-3789-720b-9659-a9ab2f797694",
|
|
121
|
+
country: "Armenia",
|
|
122
|
+
alpha2: "AM",
|
|
123
|
+
alpha3: "ARM",
|
|
124
|
+
numeric: 51,
|
|
125
|
+
latitude: 40,
|
|
126
|
+
longitude: 45
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
iso_country_code_uuid: "019b8372-3789-7335-80e6-d373741b2ab5",
|
|
130
|
+
country: "Aruba",
|
|
131
|
+
alpha2: "AW",
|
|
132
|
+
alpha3: "ABW",
|
|
133
|
+
numeric: 533,
|
|
134
|
+
latitude: 12.5,
|
|
135
|
+
longitude: -69.9667
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
iso_country_code_uuid: "019b8372-3789-7469-89b7-c37e8a169e1d",
|
|
139
|
+
country: "Australia",
|
|
140
|
+
alpha2: "AU",
|
|
141
|
+
alpha3: "AUS",
|
|
142
|
+
numeric: 36,
|
|
143
|
+
latitude: -27,
|
|
144
|
+
longitude: 133
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
iso_country_code_uuid: "019b8372-3789-759c-82cd-4eb26fe0a96e",
|
|
148
|
+
country: "Austria",
|
|
149
|
+
alpha2: "AT",
|
|
150
|
+
alpha3: "AUT",
|
|
151
|
+
numeric: 40,
|
|
152
|
+
latitude: 47.3333,
|
|
153
|
+
longitude: 13.3333
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
iso_country_code_uuid: "019b8372-3789-76d1-bf0f-141f20826e97",
|
|
157
|
+
country: "Azerbaijan",
|
|
158
|
+
alpha2: "AZ",
|
|
159
|
+
alpha3: "AZE",
|
|
160
|
+
numeric: 31,
|
|
161
|
+
latitude: 40.5,
|
|
162
|
+
longitude: 47.5
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
iso_country_code_uuid: "019b8372-3789-7800-8365-8bd310347134",
|
|
166
|
+
country: "Bahamas (the)",
|
|
167
|
+
alpha2: "BS",
|
|
168
|
+
alpha3: "BHS",
|
|
169
|
+
numeric: 44,
|
|
170
|
+
latitude: 24.25,
|
|
171
|
+
longitude: -76
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
iso_country_code_uuid: "019b8372-3789-7933-9bfd-8ae21c842f87",
|
|
175
|
+
country: "Bahrain",
|
|
176
|
+
alpha2: "BH",
|
|
177
|
+
alpha3: "BHR",
|
|
178
|
+
numeric: 48,
|
|
179
|
+
latitude: 26,
|
|
180
|
+
longitude: 50.55
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
iso_country_code_uuid: "019b8372-3789-7a62-9d5b-9285531c650f",
|
|
184
|
+
country: "Bangladesh",
|
|
185
|
+
alpha2: "BD",
|
|
186
|
+
alpha3: "BGD",
|
|
187
|
+
numeric: 50,
|
|
188
|
+
latitude: 24,
|
|
189
|
+
longitude: 90
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
iso_country_code_uuid: "019b8372-3789-7b95-9e43-c88d0acff717",
|
|
193
|
+
country: "Barbados",
|
|
194
|
+
alpha2: "BB",
|
|
195
|
+
alpha3: "BRB",
|
|
196
|
+
numeric: 52,
|
|
197
|
+
latitude: 13.1667,
|
|
198
|
+
longitude: -59.5333
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
iso_country_code_uuid: "019b8372-3789-7cca-bca5-8756a278df35",
|
|
202
|
+
country: "Belarus",
|
|
203
|
+
alpha2: "BY",
|
|
204
|
+
alpha3: "BLR",
|
|
205
|
+
numeric: 112,
|
|
206
|
+
latitude: 53,
|
|
207
|
+
longitude: 28
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
iso_country_code_uuid: "019b8372-3789-7df8-a956-785d64f467ac",
|
|
211
|
+
country: "Belgium",
|
|
212
|
+
alpha2: "BE",
|
|
213
|
+
alpha3: "BEL",
|
|
214
|
+
numeric: 56,
|
|
215
|
+
latitude: 50.8333,
|
|
216
|
+
longitude: 4
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
iso_country_code_uuid: "019b8372-3789-7f2f-8d56-996f388c6e6e",
|
|
220
|
+
country: "Belize",
|
|
221
|
+
alpha2: "BZ",
|
|
222
|
+
alpha3: "BLZ",
|
|
223
|
+
numeric: 84,
|
|
224
|
+
latitude: 17.25,
|
|
225
|
+
longitude: -88.75
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
iso_country_code_uuid: "019b8372-378a-705c-a741-afb15fdc7c3a",
|
|
229
|
+
country: "Benin",
|
|
230
|
+
alpha2: "BJ",
|
|
231
|
+
alpha3: "BEN",
|
|
232
|
+
numeric: 204,
|
|
233
|
+
latitude: 9.5,
|
|
234
|
+
longitude: 2.25
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
iso_country_code_uuid: "019b8372-378a-718e-9b86-a595d1a9bd50",
|
|
238
|
+
country: "Bermuda",
|
|
239
|
+
alpha2: "BM",
|
|
240
|
+
alpha3: "BMU",
|
|
241
|
+
numeric: 60,
|
|
242
|
+
latitude: 32.3333,
|
|
243
|
+
longitude: -64.75
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
iso_country_code_uuid: "019b8372-378a-72c1-93c4-035138d0b4e9",
|
|
247
|
+
country: "Bhutan",
|
|
248
|
+
alpha2: "BT",
|
|
249
|
+
alpha3: "BTN",
|
|
250
|
+
numeric: 64,
|
|
251
|
+
latitude: 27.5,
|
|
252
|
+
longitude: 90.5
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
iso_country_code_uuid: "019b8372-378a-73ef-a66d-d3fa01430f83",
|
|
256
|
+
country: "Bolivia (Plurinational State of)",
|
|
257
|
+
alpha2: "BO",
|
|
258
|
+
alpha3: "BOL",
|
|
259
|
+
numeric: 68,
|
|
260
|
+
latitude: -17,
|
|
261
|
+
longitude: -65
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
iso_country_code_uuid: "019b8372-378a-7524-9301-6eb80b14db1c",
|
|
265
|
+
country: "Bonaire, Sint Eustatius and Saba",
|
|
266
|
+
alpha2: "BQ",
|
|
267
|
+
alpha3: "BES",
|
|
268
|
+
numeric: 535,
|
|
269
|
+
latitude: 12.18333,
|
|
270
|
+
longitude: -68.23333
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
iso_country_code_uuid: "019b8372-378a-765f-aa2b-f42601563497",
|
|
274
|
+
country: "Bosnia and Herzegovina",
|
|
275
|
+
alpha2: "BA",
|
|
276
|
+
alpha3: "BIH",
|
|
277
|
+
numeric: 70,
|
|
278
|
+
latitude: 44,
|
|
279
|
+
longitude: 18
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
iso_country_code_uuid: "019b8372-378a-7793-9645-432c3da8c90c",
|
|
283
|
+
country: "Botswana",
|
|
284
|
+
alpha2: "BW",
|
|
285
|
+
alpha3: "BWA",
|
|
286
|
+
numeric: 72,
|
|
287
|
+
latitude: -22,
|
|
288
|
+
longitude: 24
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
iso_country_code_uuid: "019b8372-378a-78c7-a21f-c27972b1e9f1",
|
|
292
|
+
country: "Bouvet Island",
|
|
293
|
+
alpha2: "BV",
|
|
294
|
+
alpha3: "BVT",
|
|
295
|
+
numeric: 74,
|
|
296
|
+
latitude: -54.4333,
|
|
297
|
+
longitude: 3.4
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
iso_country_code_uuid: "019b8372-378a-79f9-8e9c-40a47ddeb844",
|
|
301
|
+
country: "Brazil",
|
|
302
|
+
alpha2: "BR",
|
|
303
|
+
alpha3: "BRA",
|
|
304
|
+
numeric: 76,
|
|
305
|
+
latitude: -10,
|
|
306
|
+
longitude: -55
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
iso_country_code_uuid: "019b8372-378a-7b2c-b995-83e38b85b73d",
|
|
310
|
+
country: "British Indian Ocean Territory (the)",
|
|
311
|
+
alpha2: "IO",
|
|
312
|
+
alpha3: "IOT",
|
|
313
|
+
numeric: 86,
|
|
314
|
+
latitude: -6,
|
|
315
|
+
longitude: 71.5
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
iso_country_code_uuid: "019b8372-378a-7eb6-9a71-97235ca8c76f",
|
|
319
|
+
country: "Brunei Darussalam",
|
|
320
|
+
alpha2: "BN",
|
|
321
|
+
alpha3: "BRN",
|
|
322
|
+
numeric: 96,
|
|
323
|
+
latitude: 4.5,
|
|
324
|
+
longitude: 114.6667
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
iso_country_code_uuid: "019b8372-378a-7ff4-b8ca-2dc5fbc45953",
|
|
328
|
+
country: "Bulgaria",
|
|
329
|
+
alpha2: "BG",
|
|
330
|
+
alpha3: "BGR",
|
|
331
|
+
numeric: 100,
|
|
332
|
+
latitude: 43,
|
|
333
|
+
longitude: 25
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
iso_country_code_uuid: "019b8372-378b-7131-a821-b4b865bffca5",
|
|
337
|
+
country: "Burkina Faso",
|
|
338
|
+
alpha2: "BF",
|
|
339
|
+
alpha3: "BFA",
|
|
340
|
+
numeric: 854,
|
|
341
|
+
latitude: 13,
|
|
342
|
+
longitude: -2
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
iso_country_code_uuid: "019b8372-378b-7265-83b8-d5294fef3df8",
|
|
346
|
+
country: "Burundi",
|
|
347
|
+
alpha2: "BI",
|
|
348
|
+
alpha3: "BDI",
|
|
349
|
+
numeric: 108,
|
|
350
|
+
latitude: -3.5,
|
|
351
|
+
longitude: 30
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
iso_country_code_uuid: "019b8372-378b-739f-8b42-a4e6653c8c12",
|
|
355
|
+
country: "Cabo Verde",
|
|
356
|
+
alpha2: "CV",
|
|
357
|
+
alpha3: "CPV",
|
|
358
|
+
numeric: 132,
|
|
359
|
+
latitude: 16,
|
|
360
|
+
longitude: -24
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
iso_country_code_uuid: "019b8372-378b-74d1-be89-136c6980944a",
|
|
364
|
+
country: "Cambodia",
|
|
365
|
+
alpha2: "KH",
|
|
366
|
+
alpha3: "KHM",
|
|
367
|
+
numeric: 116,
|
|
368
|
+
latitude: 13,
|
|
369
|
+
longitude: 105
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
iso_country_code_uuid: "019b8372-378b-7660-8bcb-b841d25b6709",
|
|
373
|
+
country: "Cameroon",
|
|
374
|
+
alpha2: "CM",
|
|
375
|
+
alpha3: "CMR",
|
|
376
|
+
numeric: 120,
|
|
377
|
+
latitude: 6,
|
|
378
|
+
longitude: 12
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
iso_country_code_uuid: "019b8372-378b-7799-bc44-443bbb104bb4",
|
|
382
|
+
country: "Canada",
|
|
383
|
+
alpha2: "CA",
|
|
384
|
+
alpha3: "CAN",
|
|
385
|
+
numeric: 124,
|
|
386
|
+
latitude: 60,
|
|
387
|
+
longitude: -95
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
iso_country_code_uuid: "019b8372-378b-78d1-b00f-7313e20ea271",
|
|
391
|
+
country: "Cayman Islands (the)",
|
|
392
|
+
alpha2: "KY",
|
|
393
|
+
alpha3: "CYM",
|
|
394
|
+
numeric: 136,
|
|
395
|
+
latitude: 19.5,
|
|
396
|
+
longitude: -80.5
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
iso_country_code_uuid: "019b8372-378b-7a04-a922-1aebf9a98d4b",
|
|
400
|
+
country: "Central African Republic (the)",
|
|
401
|
+
alpha2: "CF",
|
|
402
|
+
alpha3: "CAF",
|
|
403
|
+
numeric: 140,
|
|
404
|
+
latitude: 7,
|
|
405
|
+
longitude: 21
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
iso_country_code_uuid: "019b8372-378b-7b3b-a00e-a3932eb32e9d",
|
|
409
|
+
country: "Chad",
|
|
410
|
+
alpha2: "TD",
|
|
411
|
+
alpha3: "TCD",
|
|
412
|
+
numeric: 148,
|
|
413
|
+
latitude: 15,
|
|
414
|
+
longitude: 19
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
iso_country_code_uuid: "019b8372-378b-7c6c-96d6-8b4f6e0d6726",
|
|
418
|
+
country: "Chile",
|
|
419
|
+
alpha2: "CL",
|
|
420
|
+
alpha3: "CHL",
|
|
421
|
+
numeric: 152,
|
|
422
|
+
latitude: -30,
|
|
423
|
+
longitude: -71
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
iso_country_code_uuid: "019b8372-378b-7da0-a4a8-5db9285bd9f6",
|
|
427
|
+
country: "China",
|
|
428
|
+
alpha2: "CN",
|
|
429
|
+
alpha3: "CHN",
|
|
430
|
+
numeric: 156,
|
|
431
|
+
latitude: 35,
|
|
432
|
+
longitude: 105
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
iso_country_code_uuid: "019b8372-378b-7ed5-b314-78aba57bf81a",
|
|
436
|
+
country: "Christmas Island",
|
|
437
|
+
alpha2: "CX",
|
|
438
|
+
alpha3: "CXR",
|
|
439
|
+
numeric: 162,
|
|
440
|
+
latitude: -10.5,
|
|
441
|
+
longitude: 105.6667
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
iso_country_code_uuid: "019b8372-378c-700f-9a55-986e7491b4d5",
|
|
445
|
+
country: "Cocos (Keeling) Islands (the)",
|
|
446
|
+
alpha2: "CC",
|
|
447
|
+
alpha3: "CCK",
|
|
448
|
+
numeric: 166,
|
|
449
|
+
latitude: -12.5,
|
|
450
|
+
longitude: 96.8333
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
iso_country_code_uuid: "019b8372-378c-7146-bf3c-f01e790f9f95",
|
|
454
|
+
country: "Colombia",
|
|
455
|
+
alpha2: "CO",
|
|
456
|
+
alpha3: "COL",
|
|
457
|
+
numeric: 170,
|
|
458
|
+
latitude: 4,
|
|
459
|
+
longitude: -72
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
iso_country_code_uuid: "019b8372-378c-727a-83ad-a161982419dd",
|
|
463
|
+
country: "Comoros (the)",
|
|
464
|
+
alpha2: "KM",
|
|
465
|
+
alpha3: "COM",
|
|
466
|
+
numeric: 174,
|
|
467
|
+
latitude: -12.1667,
|
|
468
|
+
longitude: 44.25
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
iso_country_code_uuid: "019b8372-378c-73ac-be2b-9438147ca548",
|
|
472
|
+
country: "Congo (the Democratic Republic of the)",
|
|
473
|
+
alpha2: "CD",
|
|
474
|
+
alpha3: "COD",
|
|
475
|
+
numeric: 180,
|
|
476
|
+
latitude: 0,
|
|
477
|
+
longitude: 25
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
iso_country_code_uuid: "019b8372-378c-75ec-80a9-138e9074de05",
|
|
481
|
+
country: "Congo (the)",
|
|
482
|
+
alpha2: "CG",
|
|
483
|
+
alpha3: "COG",
|
|
484
|
+
numeric: 178,
|
|
485
|
+
latitude: -1,
|
|
486
|
+
longitude: 15
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
iso_country_code_uuid: "019b8372-378c-77b8-9e06-b4ff2150766b",
|
|
490
|
+
country: "Cook Islands (the)",
|
|
491
|
+
alpha2: "CK",
|
|
492
|
+
alpha3: "COK",
|
|
493
|
+
numeric: 184,
|
|
494
|
+
latitude: -21.2333,
|
|
495
|
+
longitude: -159.7667
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
iso_country_code_uuid: "019b8372-378c-7985-8bf3-58647e346b02",
|
|
499
|
+
country: "Costa Rica",
|
|
500
|
+
alpha2: "CR",
|
|
501
|
+
alpha3: "CRI",
|
|
502
|
+
numeric: 188,
|
|
503
|
+
latitude: 10,
|
|
504
|
+
longitude: -84
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
iso_country_code_uuid: "019b8372-378c-7ad8-99fc-fcd5d9cbb256",
|
|
508
|
+
country: "Croatia",
|
|
509
|
+
alpha2: "HR",
|
|
510
|
+
alpha3: "HRV",
|
|
511
|
+
numeric: 191,
|
|
512
|
+
latitude: 45.1667,
|
|
513
|
+
longitude: 15.5
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
iso_country_code_uuid: "019b8372-378c-7c25-aff8-ef983b3aceac",
|
|
517
|
+
country: "Cuba",
|
|
518
|
+
alpha2: "CU",
|
|
519
|
+
alpha3: "CUB",
|
|
520
|
+
numeric: 192,
|
|
521
|
+
latitude: 21.5,
|
|
522
|
+
longitude: -80
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
iso_country_code_uuid: "019b8372-378c-7d6d-9685-b7068ff50c1f",
|
|
526
|
+
country: "Curaçao",
|
|
527
|
+
alpha2: "CW",
|
|
528
|
+
alpha3: "CUW",
|
|
529
|
+
numeric: 531,
|
|
530
|
+
latitude: 12.18611,
|
|
531
|
+
longitude: -68.98944
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
iso_country_code_uuid: "019b8372-378c-7ead-b1b6-b26252f8c9ab",
|
|
535
|
+
country: "Cyprus",
|
|
536
|
+
alpha2: "CY",
|
|
537
|
+
alpha3: "CYP",
|
|
538
|
+
numeric: 196,
|
|
539
|
+
latitude: 35,
|
|
540
|
+
longitude: 33
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
iso_country_code_uuid: "019b8372-378c-7fe8-8a7b-38bb8d804ac6",
|
|
544
|
+
country: "Czechia",
|
|
545
|
+
alpha2: "CZ",
|
|
546
|
+
alpha3: "CZE",
|
|
547
|
+
numeric: 203,
|
|
548
|
+
latitude: 49.75,
|
|
549
|
+
longitude: 15.5
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
iso_country_code_uuid: "019b8372-378d-7126-b232-8a284dede649",
|
|
553
|
+
country: "Côte d'Ivoire",
|
|
554
|
+
alpha2: "CI",
|
|
555
|
+
alpha3: "CIV",
|
|
556
|
+
numeric: 384,
|
|
557
|
+
latitude: 8,
|
|
558
|
+
longitude: -5
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
iso_country_code_uuid: "019b8372-378d-7261-b45b-94d9b91ff396",
|
|
562
|
+
country: "Denmark",
|
|
563
|
+
alpha2: "DK",
|
|
564
|
+
alpha3: "DNK",
|
|
565
|
+
numeric: 208,
|
|
566
|
+
latitude: 56,
|
|
567
|
+
longitude: 10
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
iso_country_code_uuid: "019b8372-378d-7394-b72c-4cf9f93ace9e",
|
|
571
|
+
country: "Djibouti",
|
|
572
|
+
alpha2: "DJ",
|
|
573
|
+
alpha3: "DJI",
|
|
574
|
+
numeric: 262,
|
|
575
|
+
latitude: 11.5,
|
|
576
|
+
longitude: 43
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
iso_country_code_uuid: "019b8372-378d-74a2-96b4-09429ed80bac",
|
|
580
|
+
country: "Dominica",
|
|
581
|
+
alpha2: "DM",
|
|
582
|
+
alpha3: "DMA",
|
|
583
|
+
numeric: 212,
|
|
584
|
+
latitude: 15.4167,
|
|
585
|
+
longitude: -61.3333
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
iso_country_code_uuid: "019b8372-378d-7587-a1dc-42237fc745d5",
|
|
589
|
+
country: "Dominican Republic (the)",
|
|
590
|
+
alpha2: "DO",
|
|
591
|
+
alpha3: "DOM",
|
|
592
|
+
numeric: 214,
|
|
593
|
+
latitude: 19,
|
|
594
|
+
longitude: -70.6667
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
iso_country_code_uuid: "019b8372-378d-766a-9b36-c7e888ff87a6",
|
|
598
|
+
country: "Ecuador",
|
|
599
|
+
alpha2: "EC",
|
|
600
|
+
alpha3: "ECU",
|
|
601
|
+
numeric: 218,
|
|
602
|
+
latitude: -2,
|
|
603
|
+
longitude: -77.5
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
iso_country_code_uuid: "019b8372-378d-7749-a4d7-affb50d1a961",
|
|
607
|
+
country: "Egypt",
|
|
608
|
+
alpha2: "EG",
|
|
609
|
+
alpha3: "EGY",
|
|
610
|
+
numeric: 818,
|
|
611
|
+
latitude: 27,
|
|
612
|
+
longitude: 30
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
iso_country_code_uuid: "019b8372-378d-782e-8376-05aa9a8a5c28",
|
|
616
|
+
country: "El Salvador",
|
|
617
|
+
alpha2: "SV",
|
|
618
|
+
alpha3: "SLV",
|
|
619
|
+
numeric: 222,
|
|
620
|
+
latitude: 13.8333,
|
|
621
|
+
longitude: -88.9167
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
iso_country_code_uuid: "019b8372-378d-790c-9f56-d91e3dc84982",
|
|
625
|
+
country: "Equatorial Guinea",
|
|
626
|
+
alpha2: "GQ",
|
|
627
|
+
alpha3: "GNQ",
|
|
628
|
+
numeric: 226,
|
|
629
|
+
latitude: 2,
|
|
630
|
+
longitude: 10
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
iso_country_code_uuid: "019b8372-378d-79f2-8115-b5c865dce52d",
|
|
634
|
+
country: "Eritrea",
|
|
635
|
+
alpha2: "ER",
|
|
636
|
+
alpha3: "ERI",
|
|
637
|
+
numeric: 232,
|
|
638
|
+
latitude: 15,
|
|
639
|
+
longitude: 39
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
iso_country_code_uuid: "019b8372-378d-7ad5-9d51-8746e09584ae",
|
|
643
|
+
country: "Estonia",
|
|
644
|
+
alpha2: "EE",
|
|
645
|
+
alpha3: "EST",
|
|
646
|
+
numeric: 233,
|
|
647
|
+
latitude: 59,
|
|
648
|
+
longitude: 26
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
iso_country_code_uuid: "019b8372-378d-7bb4-b908-e42e84f4a1aa",
|
|
652
|
+
country: "Eswatini",
|
|
653
|
+
alpha2: "SZ",
|
|
654
|
+
alpha3: "SWZ",
|
|
655
|
+
numeric: 748,
|
|
656
|
+
latitude: -26.5,
|
|
657
|
+
longitude: 31.5
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
iso_country_code_uuid: "019b8372-378d-7c96-ab4e-79909c02bd40",
|
|
661
|
+
country: "Ethiopia",
|
|
662
|
+
alpha2: "ET",
|
|
663
|
+
alpha3: "ETH",
|
|
664
|
+
numeric: 231,
|
|
665
|
+
latitude: 8,
|
|
666
|
+
longitude: 38
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
iso_country_code_uuid: "019b8372-378d-7d7f-8123-413e15a44894",
|
|
670
|
+
country: "Falkland Islands (the) [Malvinas]",
|
|
671
|
+
alpha2: "FK",
|
|
672
|
+
alpha3: "FLK",
|
|
673
|
+
numeric: 238,
|
|
674
|
+
latitude: -51.75,
|
|
675
|
+
longitude: -59
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
iso_country_code_uuid: "019b8372-378d-7e5e-ac00-e15ba55ae3d1",
|
|
679
|
+
country: "Faroe Islands (the)",
|
|
680
|
+
alpha2: "FO",
|
|
681
|
+
alpha3: "FRO",
|
|
682
|
+
numeric: 234,
|
|
683
|
+
latitude: 62,
|
|
684
|
+
longitude: -7
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
iso_country_code_uuid: "019b8372-378d-7f41-8b8b-adbbb063460f",
|
|
688
|
+
country: "Fiji",
|
|
689
|
+
alpha2: "FJ",
|
|
690
|
+
alpha3: "FJI",
|
|
691
|
+
numeric: 242,
|
|
692
|
+
latitude: -18,
|
|
693
|
+
longitude: 175
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
iso_country_code_uuid: "019b8372-378e-7025-ba36-855e712a834a",
|
|
697
|
+
country: "Finland",
|
|
698
|
+
alpha2: "FI",
|
|
699
|
+
alpha3: "FIN",
|
|
700
|
+
numeric: 246,
|
|
701
|
+
latitude: 64,
|
|
702
|
+
longitude: 26
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
iso_country_code_uuid: "019b8372-378e-7160-b9a5-39ddad1024ee",
|
|
706
|
+
country: "France",
|
|
707
|
+
alpha2: "FR",
|
|
708
|
+
alpha3: "FRA",
|
|
709
|
+
numeric: 250,
|
|
710
|
+
latitude: 46,
|
|
711
|
+
longitude: 2
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
iso_country_code_uuid: "019b8372-378e-7246-8358-5cf0234de9f5",
|
|
715
|
+
country: "French Guiana",
|
|
716
|
+
alpha2: "GF",
|
|
717
|
+
alpha3: "GUF",
|
|
718
|
+
numeric: 254,
|
|
719
|
+
latitude: 4,
|
|
720
|
+
longitude: -53
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
iso_country_code_uuid: "019b8372-378e-7327-a4af-2e1226485bd8",
|
|
724
|
+
country: "French Polynesia",
|
|
725
|
+
alpha2: "PF",
|
|
726
|
+
alpha3: "PYF",
|
|
727
|
+
numeric: 258,
|
|
728
|
+
latitude: -15,
|
|
729
|
+
longitude: -140
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
iso_country_code_uuid: "019b8372-378e-740c-8c01-87038bdafd89",
|
|
733
|
+
country: "French Southern Territories (the)",
|
|
734
|
+
alpha2: "TF",
|
|
735
|
+
alpha3: "ATF",
|
|
736
|
+
numeric: 260,
|
|
737
|
+
latitude: -43,
|
|
738
|
+
longitude: 67
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
iso_country_code_uuid: "019b8372-378e-74ee-abc2-00739cc82f09",
|
|
742
|
+
country: "Gabon",
|
|
743
|
+
alpha2: "GA",
|
|
744
|
+
alpha3: "GAB",
|
|
745
|
+
numeric: 266,
|
|
746
|
+
latitude: -1,
|
|
747
|
+
longitude: 11.75
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
iso_country_code_uuid: "019b8372-378e-7604-9069-c1a20007fc80",
|
|
751
|
+
country: "Gambia (the)",
|
|
752
|
+
alpha2: "GM",
|
|
753
|
+
alpha3: "GMB",
|
|
754
|
+
numeric: 270,
|
|
755
|
+
latitude: 13.4667,
|
|
756
|
+
longitude: -16.5667
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
iso_country_code_uuid: "019b8372-378e-777a-af48-5d320c8bbede",
|
|
760
|
+
country: "Georgia",
|
|
761
|
+
alpha2: "GE",
|
|
762
|
+
alpha3: "GEO",
|
|
763
|
+
numeric: 268,
|
|
764
|
+
latitude: 42,
|
|
765
|
+
longitude: 43.5
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
iso_country_code_uuid: "019b8372-378e-785e-892d-0850bb3cd332",
|
|
769
|
+
country: "Germany",
|
|
770
|
+
alpha2: "DE",
|
|
771
|
+
alpha3: "DEU",
|
|
772
|
+
numeric: 276,
|
|
773
|
+
latitude: 51,
|
|
774
|
+
longitude: 9
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
iso_country_code_uuid: "019b8372-378e-7942-93fa-9af1ccddda64",
|
|
778
|
+
country: "Ghana",
|
|
779
|
+
alpha2: "GH",
|
|
780
|
+
alpha3: "GHA",
|
|
781
|
+
numeric: 288,
|
|
782
|
+
latitude: 8,
|
|
783
|
+
longitude: -2
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
iso_country_code_uuid: "019b8372-378e-7a25-940f-cf6a4a8e9cfc",
|
|
787
|
+
country: "Gibraltar",
|
|
788
|
+
alpha2: "GI",
|
|
789
|
+
alpha3: "GIB",
|
|
790
|
+
numeric: 292,
|
|
791
|
+
latitude: 36.1833,
|
|
792
|
+
longitude: -5.3667
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
iso_country_code_uuid: "019b8372-378e-7b08-aeb2-0a2ebcfe1779",
|
|
796
|
+
country: "Greece",
|
|
797
|
+
alpha2: "GR",
|
|
798
|
+
alpha3: "GRC",
|
|
799
|
+
numeric: 300,
|
|
800
|
+
latitude: 39,
|
|
801
|
+
longitude: 22
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
iso_country_code_uuid: "019b8372-378e-7beb-bb13-802703e52b3d",
|
|
805
|
+
country: "Greenland",
|
|
806
|
+
alpha2: "GL",
|
|
807
|
+
alpha3: "GRL",
|
|
808
|
+
numeric: 304,
|
|
809
|
+
latitude: 72,
|
|
810
|
+
longitude: -40
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
iso_country_code_uuid: "019b8372-378e-7cd0-8eab-b957f965813f",
|
|
814
|
+
country: "Grenada",
|
|
815
|
+
alpha2: "GD",
|
|
816
|
+
alpha3: "GRD",
|
|
817
|
+
numeric: 308,
|
|
818
|
+
latitude: 12.1167,
|
|
819
|
+
longitude: -61.6667
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
iso_country_code_uuid: "019b8372-378e-7db1-bf6d-dfa2a1760f54",
|
|
823
|
+
country: "Guadeloupe",
|
|
824
|
+
alpha2: "GP",
|
|
825
|
+
alpha3: "GLP",
|
|
826
|
+
numeric: 312,
|
|
827
|
+
latitude: 16.25,
|
|
828
|
+
longitude: -61.5833
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
iso_country_code_uuid: "019b8372-378e-7e90-99c5-04bf0f16f670",
|
|
832
|
+
country: "Guam",
|
|
833
|
+
alpha2: "GU",
|
|
834
|
+
alpha3: "GUM",
|
|
835
|
+
numeric: 316,
|
|
836
|
+
latitude: 13.4667,
|
|
837
|
+
longitude: 144.7833
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
iso_country_code_uuid: "019b8372-378e-7f95-99a6-d7fac687ab5f",
|
|
841
|
+
country: "Guatemala",
|
|
842
|
+
alpha2: "GT",
|
|
843
|
+
alpha3: "GTM",
|
|
844
|
+
numeric: 320,
|
|
845
|
+
latitude: 15.5,
|
|
846
|
+
longitude: -90.25
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
iso_country_code_uuid: "019b8372-378f-7074-a275-743d57f0220f",
|
|
850
|
+
country: "Guernsey",
|
|
851
|
+
alpha2: "GG",
|
|
852
|
+
alpha3: "GGY",
|
|
853
|
+
numeric: 831,
|
|
854
|
+
latitude: 49.46569,
|
|
855
|
+
longitude: -2.58528
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
iso_country_code_uuid: "019b8372-378f-715e-89fb-078863afbe63",
|
|
859
|
+
country: "Guinea",
|
|
860
|
+
alpha2: "GN",
|
|
861
|
+
alpha3: "GIN",
|
|
862
|
+
numeric: 324,
|
|
863
|
+
latitude: 11,
|
|
864
|
+
longitude: -10
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
iso_country_code_uuid: "019b8372-378f-723d-a3f8-02f00b7f8e97",
|
|
868
|
+
country: "Guinea-Bissau",
|
|
869
|
+
alpha2: "GW",
|
|
870
|
+
alpha3: "GNB",
|
|
871
|
+
numeric: 624,
|
|
872
|
+
latitude: 12,
|
|
873
|
+
longitude: -15
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
iso_country_code_uuid: "019b8372-378f-7321-85b4-5ac137c3f513",
|
|
877
|
+
country: "Guyana",
|
|
878
|
+
alpha2: "GY",
|
|
879
|
+
alpha3: "GUY",
|
|
880
|
+
numeric: 328,
|
|
881
|
+
latitude: 5,
|
|
882
|
+
longitude: -59
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
iso_country_code_uuid: "019b8372-378f-7406-a9aa-4316ff0dc5e4",
|
|
886
|
+
country: "Haiti",
|
|
887
|
+
alpha2: "HT",
|
|
888
|
+
alpha3: "HTI",
|
|
889
|
+
numeric: 332,
|
|
890
|
+
latitude: 19,
|
|
891
|
+
longitude: -72.4167
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
iso_country_code_uuid: "019b8372-378f-74eb-b157-477405f27880",
|
|
895
|
+
country: "Heard Island and McDonald Islands",
|
|
896
|
+
alpha2: "HM",
|
|
897
|
+
alpha3: "HMD",
|
|
898
|
+
numeric: 334,
|
|
899
|
+
latitude: -53.1,
|
|
900
|
+
longitude: 72.5167
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
iso_country_code_uuid: "019b8372-378f-75cd-8d68-f4afe51b402b",
|
|
904
|
+
country: "Holy See (the)",
|
|
905
|
+
alpha2: "VA",
|
|
906
|
+
alpha3: "VAT",
|
|
907
|
+
numeric: 336,
|
|
908
|
+
latitude: 41.9,
|
|
909
|
+
longitude: 12.45
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
iso_country_code_uuid: "019b8372-378f-76b1-a3f9-ee53b9b25ccf",
|
|
913
|
+
country: "Honduras",
|
|
914
|
+
alpha2: "HN",
|
|
915
|
+
alpha3: "HND",
|
|
916
|
+
numeric: 340,
|
|
917
|
+
latitude: 15,
|
|
918
|
+
longitude: -86.5
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
iso_country_code_uuid: "019b8372-378f-7796-817b-70e5f49ff808",
|
|
922
|
+
country: "Hong Kong",
|
|
923
|
+
alpha2: "HK",
|
|
924
|
+
alpha3: "HKG",
|
|
925
|
+
numeric: 344,
|
|
926
|
+
latitude: 22.25,
|
|
927
|
+
longitude: 114.1667
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
iso_country_code_uuid: "019b8372-378f-788a-a480-ba271fd2c21b",
|
|
931
|
+
country: "Hungary",
|
|
932
|
+
alpha2: "HU",
|
|
933
|
+
alpha3: "HUN",
|
|
934
|
+
numeric: 348,
|
|
935
|
+
latitude: 47,
|
|
936
|
+
longitude: 20
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
iso_country_code_uuid: "019b8372-378f-7971-bc48-1dd90591f1ae",
|
|
940
|
+
country: "Iceland",
|
|
941
|
+
alpha2: "IS",
|
|
942
|
+
alpha3: "ISL",
|
|
943
|
+
numeric: 352,
|
|
944
|
+
latitude: 65,
|
|
945
|
+
longitude: -18
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
iso_country_code_uuid: "019b8372-378f-7a56-aef8-dd924edfcffe",
|
|
949
|
+
country: "India",
|
|
950
|
+
alpha2: "IN",
|
|
951
|
+
alpha3: "IND",
|
|
952
|
+
numeric: 356,
|
|
953
|
+
latitude: 20,
|
|
954
|
+
longitude: 77
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
iso_country_code_uuid: "019b8372-378f-7b34-9c32-bbeab802d0b2",
|
|
958
|
+
country: "Indonesia",
|
|
959
|
+
alpha2: "ID",
|
|
960
|
+
alpha3: "IDN",
|
|
961
|
+
numeric: 360,
|
|
962
|
+
latitude: -5,
|
|
963
|
+
longitude: 120
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
iso_country_code_uuid: "019b8372-378f-7c19-a64f-ad3434b521a7",
|
|
967
|
+
country: "Iran (Islamic Republic of)",
|
|
968
|
+
alpha2: "IR",
|
|
969
|
+
alpha3: "IRN",
|
|
970
|
+
numeric: 364,
|
|
971
|
+
latitude: 32,
|
|
972
|
+
longitude: 53
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
iso_country_code_uuid: "019b8372-378f-7cf8-8975-a38beb513cc8",
|
|
976
|
+
country: "Iraq",
|
|
977
|
+
alpha2: "IQ",
|
|
978
|
+
alpha3: "IRQ",
|
|
979
|
+
numeric: 368,
|
|
980
|
+
latitude: 33,
|
|
981
|
+
longitude: 44
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
iso_country_code_uuid: "019b8372-378f-7ddf-bb57-acbf534a9ac7",
|
|
985
|
+
country: "Ireland",
|
|
986
|
+
alpha2: "IE",
|
|
987
|
+
alpha3: "IRL",
|
|
988
|
+
numeric: 372,
|
|
989
|
+
latitude: 53,
|
|
990
|
+
longitude: -8
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
iso_country_code_uuid: "019b8372-378f-7ec2-a1d7-5c93e8e58d22",
|
|
994
|
+
country: "Isle of Man",
|
|
995
|
+
alpha2: "IM",
|
|
996
|
+
alpha3: "IMN",
|
|
997
|
+
numeric: 833,
|
|
998
|
+
latitude: 54.23611,
|
|
999
|
+
longitude: -4.54806
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
iso_country_code_uuid: "019b8372-378f-7fa0-973e-c79c60595e11",
|
|
1003
|
+
country: "Israel",
|
|
1004
|
+
alpha2: "IL",
|
|
1005
|
+
alpha3: "ISR",
|
|
1006
|
+
numeric: 376,
|
|
1007
|
+
latitude: 31.5,
|
|
1008
|
+
longitude: 34.75
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
iso_country_code_uuid: "019b8372-3790-7082-933a-d2595db5fdb4",
|
|
1012
|
+
country: "Italy",
|
|
1013
|
+
alpha2: "IT",
|
|
1014
|
+
alpha3: "ITA",
|
|
1015
|
+
numeric: 380,
|
|
1016
|
+
latitude: 42.8333,
|
|
1017
|
+
longitude: 12.8333
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
iso_country_code_uuid: "019b8372-3790-7167-ac03-03ea87516d7f",
|
|
1021
|
+
country: "Jamaica",
|
|
1022
|
+
alpha2: "JM",
|
|
1023
|
+
alpha3: "JAM",
|
|
1024
|
+
numeric: 388,
|
|
1025
|
+
latitude: 18.25,
|
|
1026
|
+
longitude: -77.5
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
iso_country_code_uuid: "019b8372-3790-7244-8a1c-f64a074bab9d",
|
|
1030
|
+
country: "Japan",
|
|
1031
|
+
alpha2: "JP",
|
|
1032
|
+
alpha3: "JPN",
|
|
1033
|
+
numeric: 392,
|
|
1034
|
+
latitude: 36,
|
|
1035
|
+
longitude: 138
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
iso_country_code_uuid: "019b8372-3790-732b-80ed-357bde6cd175",
|
|
1039
|
+
country: "Jersey",
|
|
1040
|
+
alpha2: "JE",
|
|
1041
|
+
alpha3: "JEY",
|
|
1042
|
+
numeric: 832,
|
|
1043
|
+
latitude: 49.21444,
|
|
1044
|
+
longitude: -2.13125
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
iso_country_code_uuid: "019b8372-3790-7443-b7c6-bd13376b64e7",
|
|
1048
|
+
country: "Jordan",
|
|
1049
|
+
alpha2: "JO",
|
|
1050
|
+
alpha3: "JOR",
|
|
1051
|
+
numeric: 400,
|
|
1052
|
+
latitude: 31,
|
|
1053
|
+
longitude: 36
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
iso_country_code_uuid: "019b8372-3790-7527-808d-9e1ebd8e0cb3",
|
|
1057
|
+
country: "Kazakhstan",
|
|
1058
|
+
alpha2: "KZ",
|
|
1059
|
+
alpha3: "KAZ",
|
|
1060
|
+
numeric: 398,
|
|
1061
|
+
latitude: 48,
|
|
1062
|
+
longitude: 68
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
iso_country_code_uuid: "019b8372-3790-760e-a74c-a7231beafc76",
|
|
1066
|
+
country: "Kenya",
|
|
1067
|
+
alpha2: "KE",
|
|
1068
|
+
alpha3: "KEN",
|
|
1069
|
+
numeric: 404,
|
|
1070
|
+
latitude: 1,
|
|
1071
|
+
longitude: 38
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
iso_country_code_uuid: "019b8372-3790-7e76-9931-2e14419c8519",
|
|
1075
|
+
country: "Kiribati",
|
|
1076
|
+
alpha2: "KI",
|
|
1077
|
+
alpha3: "KIR",
|
|
1078
|
+
numeric: 296,
|
|
1079
|
+
latitude: 1.4167,
|
|
1080
|
+
longitude: 173
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
iso_country_code_uuid: "019b8372-3790-7f63-aa1c-30ef8d0ea49e",
|
|
1084
|
+
country: "Korea (the Democratic People's Republic of)",
|
|
1085
|
+
alpha2: "KP",
|
|
1086
|
+
alpha3: "PRK",
|
|
1087
|
+
numeric: 408,
|
|
1088
|
+
latitude: 40,
|
|
1089
|
+
longitude: 127
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
iso_country_code_uuid: "019b8372-3791-704b-8636-8b011411a2a3",
|
|
1093
|
+
country: "Korea (the Republic of)",
|
|
1094
|
+
alpha2: "KR",
|
|
1095
|
+
alpha3: "KOR",
|
|
1096
|
+
numeric: 410,
|
|
1097
|
+
latitude: 37,
|
|
1098
|
+
longitude: 127.5
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
iso_country_code_uuid: "019b8372-3791-7129-bda3-1142e04d27fc",
|
|
1102
|
+
country: "Kuwait",
|
|
1103
|
+
alpha2: "KW",
|
|
1104
|
+
alpha3: "KWT",
|
|
1105
|
+
numeric: 414,
|
|
1106
|
+
latitude: 29.3375,
|
|
1107
|
+
longitude: 47.6581
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
iso_country_code_uuid: "019b8372-3791-720f-b153-2e55d8a23f14",
|
|
1111
|
+
country: "Kyrgyzstan",
|
|
1112
|
+
alpha2: "KG",
|
|
1113
|
+
alpha3: "KGZ",
|
|
1114
|
+
numeric: 417,
|
|
1115
|
+
latitude: 41,
|
|
1116
|
+
longitude: 75
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
iso_country_code_uuid: "019b8372-3791-72f3-900e-5fe8f8baf5d8",
|
|
1120
|
+
country: "Lao People's Democratic Republic (the)",
|
|
1121
|
+
alpha2: "LA",
|
|
1122
|
+
alpha3: "LAO",
|
|
1123
|
+
numeric: 418,
|
|
1124
|
+
latitude: 18,
|
|
1125
|
+
longitude: 105
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
iso_country_code_uuid: "019b8372-3791-73d4-99b5-3bb2966499b2",
|
|
1129
|
+
country: "Latvia",
|
|
1130
|
+
alpha2: "LV",
|
|
1131
|
+
alpha3: "LVA",
|
|
1132
|
+
numeric: 428,
|
|
1133
|
+
latitude: 57,
|
|
1134
|
+
longitude: 25
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
iso_country_code_uuid: "019b8372-3791-74ba-a077-b1af46752beb",
|
|
1138
|
+
country: "Lebanon",
|
|
1139
|
+
alpha2: "LB",
|
|
1140
|
+
alpha3: "LBN",
|
|
1141
|
+
numeric: 422,
|
|
1142
|
+
latitude: 33.8333,
|
|
1143
|
+
longitude: 35.8333
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
iso_country_code_uuid: "019b8372-3791-759a-a54a-e64752ee58a5",
|
|
1147
|
+
country: "Lesotho",
|
|
1148
|
+
alpha2: "LS",
|
|
1149
|
+
alpha3: "LSO",
|
|
1150
|
+
numeric: 426,
|
|
1151
|
+
latitude: -29.5,
|
|
1152
|
+
longitude: 28.5
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
iso_country_code_uuid: "019b8372-3791-767a-b95d-bc7b0e41b049",
|
|
1156
|
+
country: "Liberia",
|
|
1157
|
+
alpha2: "LR",
|
|
1158
|
+
alpha3: "LBR",
|
|
1159
|
+
numeric: 430,
|
|
1160
|
+
latitude: 6.5,
|
|
1161
|
+
longitude: -9.5
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
iso_country_code_uuid: "019b8372-3791-7760-aeb3-241f254508c7",
|
|
1165
|
+
country: "Libya",
|
|
1166
|
+
alpha2: "LY",
|
|
1167
|
+
alpha3: "LBY",
|
|
1168
|
+
numeric: 434,
|
|
1169
|
+
latitude: 25,
|
|
1170
|
+
longitude: 17
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
iso_country_code_uuid: "019b8372-3791-7841-8112-b5af81d2eacd",
|
|
1174
|
+
country: "Liechtenstein",
|
|
1175
|
+
alpha2: "LI",
|
|
1176
|
+
alpha3: "LIE",
|
|
1177
|
+
numeric: 438,
|
|
1178
|
+
latitude: 47.1667,
|
|
1179
|
+
longitude: 9.5333
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
iso_country_code_uuid: "019b8372-3791-7925-b9b6-81e4652776b9",
|
|
1183
|
+
country: "Lithuania",
|
|
1184
|
+
alpha2: "LT",
|
|
1185
|
+
alpha3: "LTU",
|
|
1186
|
+
numeric: 440,
|
|
1187
|
+
latitude: 56,
|
|
1188
|
+
longitude: 24
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
iso_country_code_uuid: "019b8372-3791-7a0e-be67-cb99136148fe",
|
|
1192
|
+
country: "Luxembourg",
|
|
1193
|
+
alpha2: "LU",
|
|
1194
|
+
alpha3: "LUX",
|
|
1195
|
+
numeric: 442,
|
|
1196
|
+
latitude: 49.75,
|
|
1197
|
+
longitude: 6.1667
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
iso_country_code_uuid: "019b8372-3791-7aef-a406-849cacd9dad8",
|
|
1201
|
+
country: "Macao",
|
|
1202
|
+
alpha2: "MO",
|
|
1203
|
+
alpha3: "MAC",
|
|
1204
|
+
numeric: 446,
|
|
1205
|
+
latitude: 22.1667,
|
|
1206
|
+
longitude: 113.55
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
iso_country_code_uuid: "019b8372-3791-7bd0-a7bc-adb4d2e42b5a",
|
|
1210
|
+
country: "Madagascar",
|
|
1211
|
+
alpha2: "MG",
|
|
1212
|
+
alpha3: "MDG",
|
|
1213
|
+
numeric: 450,
|
|
1214
|
+
latitude: -20,
|
|
1215
|
+
longitude: 47
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
iso_country_code_uuid: "019b8372-3791-7cb4-a85c-0b8b820539d5",
|
|
1219
|
+
country: "Malawi",
|
|
1220
|
+
alpha2: "MW",
|
|
1221
|
+
alpha3: "MWI",
|
|
1222
|
+
numeric: 454,
|
|
1223
|
+
latitude: -13.5,
|
|
1224
|
+
longitude: 34
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
iso_country_code_uuid: "019b8372-3791-7d9b-8f4c-5f65efe8aed0",
|
|
1228
|
+
country: "Malaysia",
|
|
1229
|
+
alpha2: "MY",
|
|
1230
|
+
alpha3: "MYS",
|
|
1231
|
+
numeric: 458,
|
|
1232
|
+
latitude: 2.5,
|
|
1233
|
+
longitude: 112.5
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
iso_country_code_uuid: "019b8372-3791-7e7f-bf8e-9b484d0b3afb",
|
|
1237
|
+
country: "Maldives",
|
|
1238
|
+
alpha2: "MV",
|
|
1239
|
+
alpha3: "MDV",
|
|
1240
|
+
numeric: 462,
|
|
1241
|
+
latitude: 3.25,
|
|
1242
|
+
longitude: 73
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
iso_country_code_uuid: "019b8372-3791-7f61-a0ce-8692f642577f",
|
|
1246
|
+
country: "Mali",
|
|
1247
|
+
alpha2: "ML",
|
|
1248
|
+
alpha3: "MLI",
|
|
1249
|
+
numeric: 466,
|
|
1250
|
+
latitude: 17,
|
|
1251
|
+
longitude: -4
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
iso_country_code_uuid: "019b8372-3792-7047-ac91-17f9365d3b5b",
|
|
1255
|
+
country: "Malta",
|
|
1256
|
+
alpha2: "MT",
|
|
1257
|
+
alpha3: "MLT",
|
|
1258
|
+
numeric: 470,
|
|
1259
|
+
latitude: 35.8333,
|
|
1260
|
+
longitude: 14.5833
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
iso_country_code_uuid: "019b8372-3792-7127-8da5-e207b54d33fe",
|
|
1264
|
+
country: "Marshall Islands (the)",
|
|
1265
|
+
alpha2: "MH",
|
|
1266
|
+
alpha3: "MHL",
|
|
1267
|
+
numeric: 584,
|
|
1268
|
+
latitude: 9,
|
|
1269
|
+
longitude: 168
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
iso_country_code_uuid: "019b8372-3792-720b-97da-3c87aeb698a7",
|
|
1273
|
+
country: "Martinique",
|
|
1274
|
+
alpha2: "MQ",
|
|
1275
|
+
alpha3: "MTQ",
|
|
1276
|
+
numeric: 474,
|
|
1277
|
+
latitude: 14.6667,
|
|
1278
|
+
longitude: -61
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
iso_country_code_uuid: "019b8372-3792-72ee-88d6-6eedea20500d",
|
|
1282
|
+
country: "Mauritania",
|
|
1283
|
+
alpha2: "MR",
|
|
1284
|
+
alpha3: "MRT",
|
|
1285
|
+
numeric: 478,
|
|
1286
|
+
latitude: 20,
|
|
1287
|
+
longitude: -12
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
iso_country_code_uuid: "019b8372-3792-73cf-ac14-55617a4a5b0b",
|
|
1291
|
+
country: "Mauritius",
|
|
1292
|
+
alpha2: "MU",
|
|
1293
|
+
alpha3: "MUS",
|
|
1294
|
+
numeric: 480,
|
|
1295
|
+
latitude: -20.2833,
|
|
1296
|
+
longitude: 57.55
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
iso_country_code_uuid: "019b8372-3792-74b4-b407-e69208a3b2de",
|
|
1300
|
+
country: "Mayotte",
|
|
1301
|
+
alpha2: "YT",
|
|
1302
|
+
alpha3: "MYT",
|
|
1303
|
+
numeric: 175,
|
|
1304
|
+
latitude: -12.8333,
|
|
1305
|
+
longitude: 45.1667
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
iso_country_code_uuid: "019b8372-3792-7594-8caa-f72dd59418c8",
|
|
1309
|
+
country: "Mexico",
|
|
1310
|
+
alpha2: "MX",
|
|
1311
|
+
alpha3: "MEX",
|
|
1312
|
+
numeric: 484,
|
|
1313
|
+
latitude: 23,
|
|
1314
|
+
longitude: -102
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
iso_country_code_uuid: "019b8372-3792-7679-8d8f-10c092612e66",
|
|
1318
|
+
country: "Micronesia (Federated States of)",
|
|
1319
|
+
alpha2: "FM",
|
|
1320
|
+
alpha3: "FSM",
|
|
1321
|
+
numeric: 583,
|
|
1322
|
+
latitude: 6.9167,
|
|
1323
|
+
longitude: 158.25
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
iso_country_code_uuid: "019b8372-3792-7760-9104-279b0b4e6a0b",
|
|
1327
|
+
country: "Moldova (the Republic of)",
|
|
1328
|
+
alpha2: "MD",
|
|
1329
|
+
alpha3: "MDA",
|
|
1330
|
+
numeric: 498,
|
|
1331
|
+
latitude: 47,
|
|
1332
|
+
longitude: 29
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
iso_country_code_uuid: "019b8372-3792-7844-9765-2562cb346205",
|
|
1336
|
+
country: "Monaco",
|
|
1337
|
+
alpha2: "MC",
|
|
1338
|
+
alpha3: "MCO",
|
|
1339
|
+
numeric: 492,
|
|
1340
|
+
latitude: 43.7333,
|
|
1341
|
+
longitude: 7.4
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
iso_country_code_uuid: "019b8372-3792-7927-87d5-c2a87866b2de",
|
|
1345
|
+
country: "Mongolia",
|
|
1346
|
+
alpha2: "MN",
|
|
1347
|
+
alpha3: "MNG",
|
|
1348
|
+
numeric: 496,
|
|
1349
|
+
latitude: 46,
|
|
1350
|
+
longitude: 105
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
iso_country_code_uuid: "019b8372-3792-7a0a-b6a9-8a78d7566e6f",
|
|
1354
|
+
country: "Montenegro",
|
|
1355
|
+
alpha2: "ME",
|
|
1356
|
+
alpha3: "MNE",
|
|
1357
|
+
numeric: 499,
|
|
1358
|
+
latitude: 42,
|
|
1359
|
+
longitude: 19
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
iso_country_code_uuid: "019b8372-3792-7aec-b467-db92fa518555",
|
|
1363
|
+
country: "Montserrat",
|
|
1364
|
+
alpha2: "MS",
|
|
1365
|
+
alpha3: "MSR",
|
|
1366
|
+
numeric: 500,
|
|
1367
|
+
latitude: 16.75,
|
|
1368
|
+
longitude: -62.2
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
iso_country_code_uuid: "019b8372-3792-7bd3-a66c-51db55a361c9",
|
|
1372
|
+
country: "Morocco",
|
|
1373
|
+
alpha2: "MA",
|
|
1374
|
+
alpha3: "MAR",
|
|
1375
|
+
numeric: 504,
|
|
1376
|
+
latitude: 32,
|
|
1377
|
+
longitude: -5
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
iso_country_code_uuid: "019b8372-3792-7cb9-9780-1e9b6cae7eaa",
|
|
1381
|
+
country: "Mozambique",
|
|
1382
|
+
alpha2: "MZ",
|
|
1383
|
+
alpha3: "MOZ",
|
|
1384
|
+
numeric: 508,
|
|
1385
|
+
latitude: -18.25,
|
|
1386
|
+
longitude: 35
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
iso_country_code_uuid: "019b8372-3792-7dce-983e-96025992510b",
|
|
1390
|
+
country: "Myanmar",
|
|
1391
|
+
alpha2: "MM",
|
|
1392
|
+
alpha3: "MMR",
|
|
1393
|
+
numeric: 104,
|
|
1394
|
+
latitude: 22,
|
|
1395
|
+
longitude: 98
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
iso_country_code_uuid: "019b8372-3792-7ece-8fb6-4e0cb77d3adc",
|
|
1399
|
+
country: "Namibia",
|
|
1400
|
+
alpha2: "NA",
|
|
1401
|
+
alpha3: "NAM",
|
|
1402
|
+
numeric: 516,
|
|
1403
|
+
latitude: -22,
|
|
1404
|
+
longitude: 17
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
iso_country_code_uuid: "019b8372-3792-7fb5-8821-a9a9befe6b2c",
|
|
1408
|
+
country: "Nauru",
|
|
1409
|
+
alpha2: "NR",
|
|
1410
|
+
alpha3: "NRU",
|
|
1411
|
+
numeric: 520,
|
|
1412
|
+
latitude: -.5333,
|
|
1413
|
+
longitude: 166.9167
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
iso_country_code_uuid: "019b8372-3793-7098-8696-a9613d863c42",
|
|
1417
|
+
country: "Nepal",
|
|
1418
|
+
alpha2: "NP",
|
|
1419
|
+
alpha3: "NPL",
|
|
1420
|
+
numeric: 524,
|
|
1421
|
+
latitude: 28,
|
|
1422
|
+
longitude: 84
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
iso_country_code_uuid: "019b8372-3793-717c-aff4-278d278e45a6",
|
|
1426
|
+
country: "Netherlands (the)",
|
|
1427
|
+
alpha2: "NL",
|
|
1428
|
+
alpha3: "NLD",
|
|
1429
|
+
numeric: 528,
|
|
1430
|
+
latitude: 52.5,
|
|
1431
|
+
longitude: 5.75
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
iso_country_code_uuid: "019b8372-3793-7262-bcc1-56caa8a44a87",
|
|
1435
|
+
country: "New Caledonia",
|
|
1436
|
+
alpha2: "NC",
|
|
1437
|
+
alpha3: "NCL",
|
|
1438
|
+
numeric: 540,
|
|
1439
|
+
latitude: -21.5,
|
|
1440
|
+
longitude: 165.5
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
iso_country_code_uuid: "019b8372-3793-7343-a685-2d02887f1314",
|
|
1444
|
+
country: "New Zealand",
|
|
1445
|
+
alpha2: "NZ",
|
|
1446
|
+
alpha3: "NZL",
|
|
1447
|
+
numeric: 554,
|
|
1448
|
+
latitude: -41,
|
|
1449
|
+
longitude: 174
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
iso_country_code_uuid: "019b8372-3793-742c-b5c7-b284a7f37f06",
|
|
1453
|
+
country: "Nicaragua",
|
|
1454
|
+
alpha2: "NI",
|
|
1455
|
+
alpha3: "NIC",
|
|
1456
|
+
numeric: 558,
|
|
1457
|
+
latitude: 13,
|
|
1458
|
+
longitude: -85
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
iso_country_code_uuid: "019b8372-3793-750c-8964-aaeba5d4ae8f",
|
|
1462
|
+
country: "Niger (the)",
|
|
1463
|
+
alpha2: "NE",
|
|
1464
|
+
alpha3: "NER",
|
|
1465
|
+
numeric: 562,
|
|
1466
|
+
latitude: 16,
|
|
1467
|
+
longitude: 8
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
iso_country_code_uuid: "019b8372-3793-75ed-a3e3-2ca22467745a",
|
|
1471
|
+
country: "Nigeria",
|
|
1472
|
+
alpha2: "NG",
|
|
1473
|
+
alpha3: "NGA",
|
|
1474
|
+
numeric: 566,
|
|
1475
|
+
latitude: 10,
|
|
1476
|
+
longitude: 8
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
iso_country_code_uuid: "019b8372-3793-76d0-b87d-b5812040f9c7",
|
|
1480
|
+
country: "Niue",
|
|
1481
|
+
alpha2: "NU",
|
|
1482
|
+
alpha3: "NIU",
|
|
1483
|
+
numeric: 570,
|
|
1484
|
+
latitude: -19.0333,
|
|
1485
|
+
longitude: -169.8667
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
iso_country_code_uuid: "019b8372-3793-77b6-b078-23d763124f5c",
|
|
1489
|
+
country: "Norfolk Island",
|
|
1490
|
+
alpha2: "NF",
|
|
1491
|
+
alpha3: "NFK",
|
|
1492
|
+
numeric: 574,
|
|
1493
|
+
latitude: -29.0333,
|
|
1494
|
+
longitude: 167.95
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
iso_country_code_uuid: "019b8372-3793-7899-8c5b-ada9cde3d473",
|
|
1498
|
+
country: "Northern Mariana Islands (the)",
|
|
1499
|
+
alpha2: "MP",
|
|
1500
|
+
alpha3: "MNP",
|
|
1501
|
+
numeric: 580,
|
|
1502
|
+
latitude: 15.2,
|
|
1503
|
+
longitude: 145.75
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
iso_country_code_uuid: "019b8372-3793-797d-8825-1ed2d86068d5",
|
|
1507
|
+
country: "Norway",
|
|
1508
|
+
alpha2: "NO",
|
|
1509
|
+
alpha3: "NOR",
|
|
1510
|
+
numeric: 578,
|
|
1511
|
+
latitude: 62,
|
|
1512
|
+
longitude: 10
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
iso_country_code_uuid: "019b8372-3793-7a63-bdfb-bb24613f1ae7",
|
|
1516
|
+
country: "Oman",
|
|
1517
|
+
alpha2: "OM",
|
|
1518
|
+
alpha3: "OMN",
|
|
1519
|
+
numeric: 512,
|
|
1520
|
+
latitude: 21,
|
|
1521
|
+
longitude: 57
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
iso_country_code_uuid: "019b8372-3793-7b42-a7cc-651c177c0c5c",
|
|
1525
|
+
country: "Pakistan",
|
|
1526
|
+
alpha2: "PK",
|
|
1527
|
+
alpha3: "PAK",
|
|
1528
|
+
numeric: 586,
|
|
1529
|
+
latitude: 30,
|
|
1530
|
+
longitude: 70
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
iso_country_code_uuid: "019b8372-3793-7c24-9391-82770febdbe0",
|
|
1534
|
+
country: "Palau",
|
|
1535
|
+
alpha2: "PW",
|
|
1536
|
+
alpha3: "PLW",
|
|
1537
|
+
numeric: 585,
|
|
1538
|
+
latitude: 7.5,
|
|
1539
|
+
longitude: 134.5
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
iso_country_code_uuid: "019b8372-3793-7d06-a7a8-c2b3daa4ba30",
|
|
1543
|
+
country: "Palestine, State of",
|
|
1544
|
+
alpha2: "PS",
|
|
1545
|
+
alpha3: "PSE",
|
|
1546
|
+
numeric: 275,
|
|
1547
|
+
latitude: 32,
|
|
1548
|
+
longitude: 35.25
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
iso_country_code_uuid: "019b8372-3793-7de8-803c-2c99a06995e7",
|
|
1552
|
+
country: "Panama",
|
|
1553
|
+
alpha2: "PA",
|
|
1554
|
+
alpha3: "PAN",
|
|
1555
|
+
numeric: 591,
|
|
1556
|
+
latitude: 9,
|
|
1557
|
+
longitude: -80
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
iso_country_code_uuid: "019b8372-3793-7ece-a385-d3faac9f6d44",
|
|
1561
|
+
country: "Papua New Guinea",
|
|
1562
|
+
alpha2: "PG",
|
|
1563
|
+
alpha3: "PNG",
|
|
1564
|
+
numeric: 598,
|
|
1565
|
+
latitude: -6,
|
|
1566
|
+
longitude: 147
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
iso_country_code_uuid: "019b8372-3793-7fb0-94aa-102518e94529",
|
|
1570
|
+
country: "Paraguay",
|
|
1571
|
+
alpha2: "PY",
|
|
1572
|
+
alpha3: "PRY",
|
|
1573
|
+
numeric: 600,
|
|
1574
|
+
latitude: -23,
|
|
1575
|
+
longitude: -58
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
iso_country_code_uuid: "019b8372-3794-708d-a930-c4abbb83a703",
|
|
1579
|
+
country: "Peru",
|
|
1580
|
+
alpha2: "PE",
|
|
1581
|
+
alpha3: "PER",
|
|
1582
|
+
numeric: 604,
|
|
1583
|
+
latitude: -10,
|
|
1584
|
+
longitude: -76
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
iso_country_code_uuid: "019b8372-3794-7176-9ee7-1cf34fa2c277",
|
|
1588
|
+
country: "Philippines (the)",
|
|
1589
|
+
alpha2: "PH",
|
|
1590
|
+
alpha3: "PHL",
|
|
1591
|
+
numeric: 608,
|
|
1592
|
+
latitude: 13,
|
|
1593
|
+
longitude: 122
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
iso_country_code_uuid: "019b8372-3794-7257-8247-7d7ae8d1f313",
|
|
1597
|
+
country: "Pitcairn",
|
|
1598
|
+
alpha2: "PN",
|
|
1599
|
+
alpha3: "PCN",
|
|
1600
|
+
numeric: 612,
|
|
1601
|
+
latitude: -25.0667,
|
|
1602
|
+
longitude: -130.1
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
iso_country_code_uuid: "019b8372-3794-7339-9348-d6abac1d2c79",
|
|
1606
|
+
country: "Poland",
|
|
1607
|
+
alpha2: "PL",
|
|
1608
|
+
alpha3: "POL",
|
|
1609
|
+
numeric: 616,
|
|
1610
|
+
latitude: 52,
|
|
1611
|
+
longitude: 20
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
iso_country_code_uuid: "019b8372-3794-741c-ba1f-6250a73ce278",
|
|
1615
|
+
country: "Portugal",
|
|
1616
|
+
alpha2: "PT",
|
|
1617
|
+
alpha3: "PRT",
|
|
1618
|
+
numeric: 620,
|
|
1619
|
+
latitude: 39.5,
|
|
1620
|
+
longitude: -8
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
iso_country_code_uuid: "019b8372-3794-7500-8c82-04f824069d1c",
|
|
1624
|
+
country: "Puerto Rico",
|
|
1625
|
+
alpha2: "PR",
|
|
1626
|
+
alpha3: "PRI",
|
|
1627
|
+
numeric: 630,
|
|
1628
|
+
latitude: 18.25,
|
|
1629
|
+
longitude: -66.5
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
iso_country_code_uuid: "019b8372-3794-75e2-a2cd-fcbd5e1d5e43",
|
|
1633
|
+
country: "Qatar",
|
|
1634
|
+
alpha2: "QA",
|
|
1635
|
+
alpha3: "QAT",
|
|
1636
|
+
numeric: 634,
|
|
1637
|
+
latitude: 25.5,
|
|
1638
|
+
longitude: 51.25
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
iso_country_code_uuid: "019b8372-3794-76c4-9dd5-aa720711606e",
|
|
1642
|
+
country: "Republic of North Macedonia",
|
|
1643
|
+
alpha2: "MK",
|
|
1644
|
+
alpha3: "MKD",
|
|
1645
|
+
numeric: 807,
|
|
1646
|
+
latitude: 41.8333,
|
|
1647
|
+
longitude: 22
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
iso_country_code_uuid: "019b8372-3794-77a9-891a-b15df308d02b",
|
|
1651
|
+
country: "Romania",
|
|
1652
|
+
alpha2: "RO",
|
|
1653
|
+
alpha3: "ROU",
|
|
1654
|
+
numeric: 642,
|
|
1655
|
+
latitude: 46,
|
|
1656
|
+
longitude: 25
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
iso_country_code_uuid: "019b8372-3794-7888-b982-fbae4fbba541",
|
|
1660
|
+
country: "Russian Federation (the)",
|
|
1661
|
+
alpha2: "RU",
|
|
1662
|
+
alpha3: "RUS",
|
|
1663
|
+
numeric: 643,
|
|
1664
|
+
latitude: 60,
|
|
1665
|
+
longitude: 100
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
iso_country_code_uuid: "019b8372-3794-7973-87f9-881530e1e645",
|
|
1669
|
+
country: "Rwanda",
|
|
1670
|
+
alpha2: "RW",
|
|
1671
|
+
alpha3: "RWA",
|
|
1672
|
+
numeric: 646,
|
|
1673
|
+
latitude: -2,
|
|
1674
|
+
longitude: 30
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
iso_country_code_uuid: "019b8372-3794-7a57-8431-255336348edb",
|
|
1678
|
+
country: "Réunion",
|
|
1679
|
+
alpha2: "RE",
|
|
1680
|
+
alpha3: "REU",
|
|
1681
|
+
numeric: 638,
|
|
1682
|
+
latitude: -21.1,
|
|
1683
|
+
longitude: 55.6
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
iso_country_code_uuid: "019b8372-3794-7b3a-8df1-c119c3618b42",
|
|
1687
|
+
country: "Saint Barthélemy",
|
|
1688
|
+
alpha2: "BL",
|
|
1689
|
+
alpha3: "BLM",
|
|
1690
|
+
numeric: 652,
|
|
1691
|
+
latitude: 17.9,
|
|
1692
|
+
longitude: -62.8333
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
iso_country_code_uuid: "019b8372-3794-7c22-b56d-c7102fffa5bc",
|
|
1696
|
+
country: "Saint Helena, Ascension and Tristan da Cunha",
|
|
1697
|
+
alpha2: "SH",
|
|
1698
|
+
alpha3: "SHN",
|
|
1699
|
+
numeric: 654,
|
|
1700
|
+
latitude: -15.9333,
|
|
1701
|
+
longitude: -5.7
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
iso_country_code_uuid: "019b8372-3794-7d03-9619-f4e780f91c7b",
|
|
1705
|
+
country: "Saint Kitts and Nevis",
|
|
1706
|
+
alpha2: "KN",
|
|
1707
|
+
alpha3: "KNA",
|
|
1708
|
+
numeric: 659,
|
|
1709
|
+
latitude: 17.3333,
|
|
1710
|
+
longitude: -62.75
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
iso_country_code_uuid: "019b8372-3794-7de5-ad35-945b1116d88d",
|
|
1714
|
+
country: "Saint Lucia",
|
|
1715
|
+
alpha2: "LC",
|
|
1716
|
+
alpha3: "LCA",
|
|
1717
|
+
numeric: 662,
|
|
1718
|
+
latitude: 13.8833,
|
|
1719
|
+
longitude: -61.1333
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
iso_country_code_uuid: "019b8372-3794-7ece-9a43-cdb76f31f7e9",
|
|
1723
|
+
country: "Saint Martin (French part)",
|
|
1724
|
+
alpha2: "MF",
|
|
1725
|
+
alpha3: "MAF",
|
|
1726
|
+
numeric: 663,
|
|
1727
|
+
latitude: 18.0825,
|
|
1728
|
+
longitude: -63.05199
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
iso_country_code_uuid: "019b8372-3794-7fe3-9157-d2409f5686c3",
|
|
1732
|
+
country: "Saint Pierre and Miquelon",
|
|
1733
|
+
alpha2: "PM",
|
|
1734
|
+
alpha3: "SPM",
|
|
1735
|
+
numeric: 666,
|
|
1736
|
+
latitude: 46.8333,
|
|
1737
|
+
longitude: -56.3333
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
iso_country_code_uuid: "019b8372-3795-70cc-9a79-aedb28092df2",
|
|
1741
|
+
country: "Saint Vincent and the Grenadines",
|
|
1742
|
+
alpha2: "VC",
|
|
1743
|
+
alpha3: "VCT",
|
|
1744
|
+
numeric: 670,
|
|
1745
|
+
latitude: 13.25,
|
|
1746
|
+
longitude: -61.2
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
iso_country_code_uuid: "019b8372-3795-71b2-9ea9-8306a385dfdf",
|
|
1750
|
+
country: "Samoa",
|
|
1751
|
+
alpha2: "WS",
|
|
1752
|
+
alpha3: "WSM",
|
|
1753
|
+
numeric: 882,
|
|
1754
|
+
latitude: -13.5833,
|
|
1755
|
+
longitude: -172.3333
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
iso_country_code_uuid: "019b8372-3795-728a-a446-dd1d379310f9",
|
|
1759
|
+
country: "San Marino",
|
|
1760
|
+
alpha2: "SM",
|
|
1761
|
+
alpha3: "SMR",
|
|
1762
|
+
numeric: 674,
|
|
1763
|
+
latitude: 43.7667,
|
|
1764
|
+
longitude: 12.4167
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
iso_country_code_uuid: "019b8372-3795-7338-8b63-995f9fc81116",
|
|
1768
|
+
country: "Sao Tome and Principe",
|
|
1769
|
+
alpha2: "ST",
|
|
1770
|
+
alpha3: "STP",
|
|
1771
|
+
numeric: 678,
|
|
1772
|
+
latitude: 1,
|
|
1773
|
+
longitude: 7
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
iso_country_code_uuid: "019b8372-3795-73ea-ba92-e0dcdb0d85ef",
|
|
1777
|
+
country: "Saudi Arabia",
|
|
1778
|
+
alpha2: "SA",
|
|
1779
|
+
alpha3: "SAU",
|
|
1780
|
+
numeric: 682,
|
|
1781
|
+
latitude: 25,
|
|
1782
|
+
longitude: 45
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
iso_country_code_uuid: "019b8372-3795-749c-8450-f195f3bdc60e",
|
|
1786
|
+
country: "Senegal",
|
|
1787
|
+
alpha2: "SN",
|
|
1788
|
+
alpha3: "SEN",
|
|
1789
|
+
numeric: 686,
|
|
1790
|
+
latitude: 14,
|
|
1791
|
+
longitude: -14
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
iso_country_code_uuid: "019b8372-3795-754e-823f-8ad090ac6f95",
|
|
1795
|
+
country: "Serbia",
|
|
1796
|
+
alpha2: "RS",
|
|
1797
|
+
alpha3: "SRB",
|
|
1798
|
+
numeric: 688,
|
|
1799
|
+
latitude: 44,
|
|
1800
|
+
longitude: 21
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
iso_country_code_uuid: "019b8372-3795-7607-83fd-fda9e0390ee1",
|
|
1804
|
+
country: "Seychelles",
|
|
1805
|
+
alpha2: "SC",
|
|
1806
|
+
alpha3: "SYC",
|
|
1807
|
+
numeric: 690,
|
|
1808
|
+
latitude: -4.5833,
|
|
1809
|
+
longitude: 55.6667
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
iso_country_code_uuid: "019b8372-3795-76ba-ba47-c87f1efd4b2a",
|
|
1813
|
+
country: "Sierra Leone",
|
|
1814
|
+
alpha2: "SL",
|
|
1815
|
+
alpha3: "SLE",
|
|
1816
|
+
numeric: 694,
|
|
1817
|
+
latitude: 8.5,
|
|
1818
|
+
longitude: -11.5
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
iso_country_code_uuid: "019b8372-3795-776e-9943-953c5eb4f39b",
|
|
1822
|
+
country: "Singapore",
|
|
1823
|
+
alpha2: "SG",
|
|
1824
|
+
alpha3: "SGP",
|
|
1825
|
+
numeric: 702,
|
|
1826
|
+
latitude: 1.3667,
|
|
1827
|
+
longitude: 103.8
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
iso_country_code_uuid: "019b8372-3795-781d-83a6-ff85f077faae",
|
|
1831
|
+
country: "Sint Maarten (Dutch part)",
|
|
1832
|
+
alpha2: "SX",
|
|
1833
|
+
alpha3: "SXM",
|
|
1834
|
+
numeric: 534,
|
|
1835
|
+
latitude: 18.0425,
|
|
1836
|
+
longitude: -63.0548
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
iso_country_code_uuid: "019b8372-3795-78d3-b3c1-6d117597131c",
|
|
1840
|
+
country: "Slovakia",
|
|
1841
|
+
alpha2: "SK",
|
|
1842
|
+
alpha3: "SVK",
|
|
1843
|
+
numeric: 703,
|
|
1844
|
+
latitude: 48.6667,
|
|
1845
|
+
longitude: 19.5
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
iso_country_code_uuid: "019b8372-3795-7985-bcf7-5fe535f39beb",
|
|
1849
|
+
country: "Slovenia",
|
|
1850
|
+
alpha2: "SI",
|
|
1851
|
+
alpha3: "SVN",
|
|
1852
|
+
numeric: 705,
|
|
1853
|
+
latitude: 46,
|
|
1854
|
+
longitude: 15
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
iso_country_code_uuid: "019b8372-3795-7a35-abd4-adfd444dd75f",
|
|
1858
|
+
country: "Solomon Islands",
|
|
1859
|
+
alpha2: "SB",
|
|
1860
|
+
alpha3: "SLB",
|
|
1861
|
+
numeric: 90,
|
|
1862
|
+
latitude: -8,
|
|
1863
|
+
longitude: 159
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
iso_country_code_uuid: "019b8372-3795-7aeb-adad-d9d19bd4f223",
|
|
1867
|
+
country: "Somalia",
|
|
1868
|
+
alpha2: "SO",
|
|
1869
|
+
alpha3: "SOM",
|
|
1870
|
+
numeric: 706,
|
|
1871
|
+
latitude: 10,
|
|
1872
|
+
longitude: 49
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
iso_country_code_uuid: "019b8372-3795-7b98-a1dd-a6c84d99a73b",
|
|
1876
|
+
country: "South Africa",
|
|
1877
|
+
alpha2: "ZA",
|
|
1878
|
+
alpha3: "ZAF",
|
|
1879
|
+
numeric: 710,
|
|
1880
|
+
latitude: -29,
|
|
1881
|
+
longitude: 24
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
iso_country_code_uuid: "019b8372-3795-7c4d-835a-368f20051c2a",
|
|
1885
|
+
country: "South Georgia and the South Sandwich Islands",
|
|
1886
|
+
alpha2: "GS",
|
|
1887
|
+
alpha3: "SGS",
|
|
1888
|
+
numeric: 239,
|
|
1889
|
+
latitude: -54.5,
|
|
1890
|
+
longitude: -37
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
iso_country_code_uuid: "019b8372-3795-7d00-99c1-cb9edf6cc666",
|
|
1894
|
+
country: "South Sudan",
|
|
1895
|
+
alpha2: "SS",
|
|
1896
|
+
alpha3: "SSD",
|
|
1897
|
+
numeric: 728,
|
|
1898
|
+
latitude: 8,
|
|
1899
|
+
longitude: 30
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
iso_country_code_uuid: "019b8372-3795-7db1-94f6-d38c63da7ff9",
|
|
1903
|
+
country: "Spain",
|
|
1904
|
+
alpha2: "ES",
|
|
1905
|
+
alpha3: "ESP",
|
|
1906
|
+
numeric: 724,
|
|
1907
|
+
latitude: 40,
|
|
1908
|
+
longitude: -4
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
iso_country_code_uuid: "019b8372-3795-7e66-ba64-c4e172d2c34a",
|
|
1912
|
+
country: "Sri Lanka",
|
|
1913
|
+
alpha2: "LK",
|
|
1914
|
+
alpha3: "LKA",
|
|
1915
|
+
numeric: 144,
|
|
1916
|
+
latitude: 7,
|
|
1917
|
+
longitude: 81
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
iso_country_code_uuid: "019b8372-3795-7f19-8373-4a97148acee5",
|
|
1921
|
+
country: "Sudan (the)",
|
|
1922
|
+
alpha2: "SD",
|
|
1923
|
+
alpha3: "SDN",
|
|
1924
|
+
numeric: 729,
|
|
1925
|
+
latitude: 15,
|
|
1926
|
+
longitude: 30
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
iso_country_code_uuid: "019b8372-3795-7fca-96bc-b8f016ad02dc",
|
|
1930
|
+
country: "Suriname",
|
|
1931
|
+
alpha2: "SR",
|
|
1932
|
+
alpha3: "SUR",
|
|
1933
|
+
numeric: 740,
|
|
1934
|
+
latitude: 4,
|
|
1935
|
+
longitude: -56
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
iso_country_code_uuid: "019b8372-3796-7079-9e2d-09f7f637384e",
|
|
1939
|
+
country: "Svalbard and Jan Mayen",
|
|
1940
|
+
alpha2: "SJ",
|
|
1941
|
+
alpha3: "SJM",
|
|
1942
|
+
numeric: 744,
|
|
1943
|
+
latitude: 78,
|
|
1944
|
+
longitude: 20
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
iso_country_code_uuid: "019b8372-3796-712c-8b5f-66d9266e21d1",
|
|
1948
|
+
country: "Sweden",
|
|
1949
|
+
alpha2: "SE",
|
|
1950
|
+
alpha3: "SWE",
|
|
1951
|
+
numeric: 752,
|
|
1952
|
+
latitude: 62,
|
|
1953
|
+
longitude: 15
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
iso_country_code_uuid: "019b8372-3796-71e2-90f4-4f968b64f2cd",
|
|
1957
|
+
country: "Switzerland",
|
|
1958
|
+
alpha2: "CH",
|
|
1959
|
+
alpha3: "CHE",
|
|
1960
|
+
numeric: 756,
|
|
1961
|
+
latitude: 47,
|
|
1962
|
+
longitude: 8
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
iso_country_code_uuid: "019b8372-3796-7290-bb26-a5f604f47936",
|
|
1966
|
+
country: "Syrian Arab Republic",
|
|
1967
|
+
alpha2: "SY",
|
|
1968
|
+
alpha3: "SYR",
|
|
1969
|
+
numeric: 760,
|
|
1970
|
+
latitude: 35,
|
|
1971
|
+
longitude: 38
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
iso_country_code_uuid: "019b8372-3796-7344-9ebd-0f77053a47fa",
|
|
1975
|
+
country: "Taiwan (Province of China)",
|
|
1976
|
+
alpha2: "TW",
|
|
1977
|
+
alpha3: "TWN",
|
|
1978
|
+
numeric: 158,
|
|
1979
|
+
latitude: 23.5,
|
|
1980
|
+
longitude: 121
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
iso_country_code_uuid: "019b8372-3796-73f5-a218-64edaaeefb56",
|
|
1984
|
+
country: "Tajikistan",
|
|
1985
|
+
alpha2: "TJ",
|
|
1986
|
+
alpha3: "TJK",
|
|
1987
|
+
numeric: 762,
|
|
1988
|
+
latitude: 39,
|
|
1989
|
+
longitude: 71
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
iso_country_code_uuid: "019b8372-3796-74ad-9c02-c28081f8cb5e",
|
|
1993
|
+
country: "Tanzania, United Republic of",
|
|
1994
|
+
alpha2: "TZ",
|
|
1995
|
+
alpha3: "TZA",
|
|
1996
|
+
numeric: 834,
|
|
1997
|
+
latitude: -6,
|
|
1998
|
+
longitude: 35
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
iso_country_code_uuid: "019b8372-3796-755c-9668-c39758c7e305",
|
|
2002
|
+
country: "Thailand",
|
|
2003
|
+
alpha2: "TH",
|
|
2004
|
+
alpha3: "THA",
|
|
2005
|
+
numeric: 764,
|
|
2006
|
+
latitude: 15,
|
|
2007
|
+
longitude: 100
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
iso_country_code_uuid: "019b8372-3796-7610-afe5-757fff51259e",
|
|
2011
|
+
country: "Timor-Leste",
|
|
2012
|
+
alpha2: "TL",
|
|
2013
|
+
alpha3: "TLS",
|
|
2014
|
+
numeric: 626,
|
|
2015
|
+
latitude: -8.87422,
|
|
2016
|
+
longitude: 125.72754
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
iso_country_code_uuid: "019b8372-3796-76c1-8851-3dedf6366bd1",
|
|
2020
|
+
country: "Togo",
|
|
2021
|
+
alpha2: "TG",
|
|
2022
|
+
alpha3: "TGO",
|
|
2023
|
+
numeric: 768,
|
|
2024
|
+
latitude: 8,
|
|
2025
|
+
longitude: 1.1667
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
iso_country_code_uuid: "019b8372-3796-7772-9975-4dd30805e043",
|
|
2029
|
+
country: "Tokelau",
|
|
2030
|
+
alpha2: "TK",
|
|
2031
|
+
alpha3: "TKL",
|
|
2032
|
+
numeric: 772,
|
|
2033
|
+
latitude: -9,
|
|
2034
|
+
longitude: -172
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
iso_country_code_uuid: "019b8372-3796-7823-85c6-a5f0d31e77b8",
|
|
2038
|
+
country: "Tonga",
|
|
2039
|
+
alpha2: "TO",
|
|
2040
|
+
alpha3: "TON",
|
|
2041
|
+
numeric: 776,
|
|
2042
|
+
latitude: -20,
|
|
2043
|
+
longitude: -175
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
iso_country_code_uuid: "019b8372-3796-78d4-afc8-a52cfcc52d74",
|
|
2047
|
+
country: "Trinidad and Tobago",
|
|
2048
|
+
alpha2: "TT",
|
|
2049
|
+
alpha3: "TTO",
|
|
2050
|
+
numeric: 780,
|
|
2051
|
+
latitude: 11,
|
|
2052
|
+
longitude: -61
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
iso_country_code_uuid: "019b8372-3796-7985-989f-bd37f602d8a5",
|
|
2056
|
+
country: "Tunisia",
|
|
2057
|
+
alpha2: "TN",
|
|
2058
|
+
alpha3: "TUN",
|
|
2059
|
+
numeric: 788,
|
|
2060
|
+
latitude: 34,
|
|
2061
|
+
longitude: 9
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
iso_country_code_uuid: "019b8372-3796-7a6d-af14-ba50bbcd7bb5",
|
|
2065
|
+
country: "Turkey",
|
|
2066
|
+
alpha2: "TR",
|
|
2067
|
+
alpha3: "TUR",
|
|
2068
|
+
numeric: 792,
|
|
2069
|
+
latitude: 39,
|
|
2070
|
+
longitude: 35
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
iso_country_code_uuid: "019b8372-3796-7bcc-9812-9020cac01303",
|
|
2074
|
+
country: "Turkmenistan",
|
|
2075
|
+
alpha2: "TM",
|
|
2076
|
+
alpha3: "TKM",
|
|
2077
|
+
numeric: 795,
|
|
2078
|
+
latitude: 40,
|
|
2079
|
+
longitude: 60
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
iso_country_code_uuid: "019b8372-3796-7c84-b1ef-ced130e5d40c",
|
|
2083
|
+
country: "Turks and Caicos Islands (the)",
|
|
2084
|
+
alpha2: "TC",
|
|
2085
|
+
alpha3: "TCA",
|
|
2086
|
+
numeric: 796,
|
|
2087
|
+
latitude: 21.75,
|
|
2088
|
+
longitude: -71.5833
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
iso_country_code_uuid: "019b8372-3796-7e3d-aff8-f6ae89c83f58",
|
|
2092
|
+
country: "Tuvalu",
|
|
2093
|
+
alpha2: "TV",
|
|
2094
|
+
alpha3: "TUV",
|
|
2095
|
+
numeric: 798,
|
|
2096
|
+
latitude: -8,
|
|
2097
|
+
longitude: 178
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
iso_country_code_uuid: "019b8372-3796-7ef3-97ef-1bd6b8aaa6df",
|
|
2101
|
+
country: "Uganda",
|
|
2102
|
+
alpha2: "UG",
|
|
2103
|
+
alpha3: "UGA",
|
|
2104
|
+
numeric: 800,
|
|
2105
|
+
latitude: 1,
|
|
2106
|
+
longitude: 32
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
iso_country_code_uuid: "019b8372-3796-7fa4-981b-18b8d040acdb",
|
|
2110
|
+
country: "Ukraine",
|
|
2111
|
+
alpha2: "UA",
|
|
2112
|
+
alpha3: "UKR",
|
|
2113
|
+
numeric: 804,
|
|
2114
|
+
latitude: 49,
|
|
2115
|
+
longitude: 32
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
iso_country_code_uuid: "019b8372-3797-7056-9609-324fb6e53d4e",
|
|
2119
|
+
country: "United Arab Emirates (the)",
|
|
2120
|
+
alpha2: "AE",
|
|
2121
|
+
alpha3: "ARE",
|
|
2122
|
+
numeric: 784,
|
|
2123
|
+
latitude: 24,
|
|
2124
|
+
longitude: 54
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
iso_country_code_uuid: "019b8372-3797-710a-afa9-1d1fa8d9909d",
|
|
2128
|
+
country: "United Kingdom of Great Britain and Northern Ireland (the)",
|
|
2129
|
+
alpha2: "GB",
|
|
2130
|
+
alpha3: "GBR",
|
|
2131
|
+
numeric: 826,
|
|
2132
|
+
latitude: 54,
|
|
2133
|
+
longitude: -2
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
iso_country_code_uuid: "019b8372-3797-71bc-870a-b1a2eea224a7",
|
|
2137
|
+
country: "United States Minor Outlying Islands (the)",
|
|
2138
|
+
alpha2: "UM",
|
|
2139
|
+
alpha3: "UMI",
|
|
2140
|
+
numeric: 581,
|
|
2141
|
+
latitude: 19.2833,
|
|
2142
|
+
longitude: 166.6
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
iso_country_code_uuid: "019b8372-3797-7273-b215-7a450837eb2e",
|
|
2146
|
+
country: "United States of America (the)",
|
|
2147
|
+
alpha2: "US",
|
|
2148
|
+
alpha3: "USA",
|
|
2149
|
+
numeric: 840,
|
|
2150
|
+
latitude: 38,
|
|
2151
|
+
longitude: -97
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
iso_country_code_uuid: "019b8372-3797-7325-bffb-890338ecdf0e",
|
|
2155
|
+
country: "Uruguay",
|
|
2156
|
+
alpha2: "UY",
|
|
2157
|
+
alpha3: "URY",
|
|
2158
|
+
numeric: 858,
|
|
2159
|
+
latitude: -33,
|
|
2160
|
+
longitude: -56
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
iso_country_code_uuid: "019b8372-3797-73d7-90b1-534470ac8bbe",
|
|
2164
|
+
country: "Uzbekistan",
|
|
2165
|
+
alpha2: "UZ",
|
|
2166
|
+
alpha3: "UZB",
|
|
2167
|
+
numeric: 860,
|
|
2168
|
+
latitude: 41,
|
|
2169
|
+
longitude: 64
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
iso_country_code_uuid: "019b8372-3797-748a-82b7-8494f6676171",
|
|
2173
|
+
country: "Vanuatu",
|
|
2174
|
+
alpha2: "VU",
|
|
2175
|
+
alpha3: "VUT",
|
|
2176
|
+
numeric: 548,
|
|
2177
|
+
latitude: -16,
|
|
2178
|
+
longitude: 167
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
iso_country_code_uuid: "019b8372-3797-753d-95a0-c71cf325b6d2",
|
|
2182
|
+
country: "Venezuela (Bolivarian Republic of)",
|
|
2183
|
+
alpha2: "VE",
|
|
2184
|
+
alpha3: "VEN",
|
|
2185
|
+
numeric: 862,
|
|
2186
|
+
latitude: 8,
|
|
2187
|
+
longitude: -66
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
iso_country_code_uuid: "019b8372-3797-75ef-857c-dc6734264d01",
|
|
2191
|
+
country: "Viet Nam",
|
|
2192
|
+
alpha2: "VN",
|
|
2193
|
+
alpha3: "VNM",
|
|
2194
|
+
numeric: 704,
|
|
2195
|
+
latitude: 16,
|
|
2196
|
+
longitude: 106
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
iso_country_code_uuid: "019b8372-3797-76a2-8bb5-3086076307ac",
|
|
2200
|
+
country: "Virgin Islands (British)",
|
|
2201
|
+
alpha2: "VG",
|
|
2202
|
+
alpha3: "VGB",
|
|
2203
|
+
numeric: 92,
|
|
2204
|
+
latitude: 18.5,
|
|
2205
|
+
longitude: -64.5
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
iso_country_code_uuid: "019b8372-3797-7750-a8b3-5170180675f8",
|
|
2209
|
+
country: "Virgin Islands (U.S.)",
|
|
2210
|
+
alpha2: "VI",
|
|
2211
|
+
alpha3: "VIR",
|
|
2212
|
+
numeric: 850,
|
|
2213
|
+
latitude: 18.3333,
|
|
2214
|
+
longitude: -64.8333
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
iso_country_code_uuid: "019b8372-3797-7808-860c-4704bacb99c9",
|
|
2218
|
+
country: "Wallis and Futuna",
|
|
2219
|
+
alpha2: "WF",
|
|
2220
|
+
alpha3: "WLF",
|
|
2221
|
+
numeric: 876,
|
|
2222
|
+
latitude: -13.3,
|
|
2223
|
+
longitude: -176.2
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
iso_country_code_uuid: "019b8372-3797-78ed-9c31-0148b97eda2c",
|
|
2227
|
+
country: "Western Sahara",
|
|
2228
|
+
alpha2: "EH",
|
|
2229
|
+
alpha3: "ESH",
|
|
2230
|
+
numeric: 732,
|
|
2231
|
+
latitude: 24.5,
|
|
2232
|
+
longitude: -13
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
iso_country_code_uuid: "019b8372-3797-79a3-a8a3-0d91a9e7658d",
|
|
2236
|
+
country: "Yemen",
|
|
2237
|
+
alpha2: "YE",
|
|
2238
|
+
alpha3: "YEM",
|
|
2239
|
+
numeric: 887,
|
|
2240
|
+
latitude: 15,
|
|
2241
|
+
longitude: 48
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
iso_country_code_uuid: "019b8372-3797-7a54-b3fd-19b95606cc1f",
|
|
2245
|
+
country: "Zambia",
|
|
2246
|
+
alpha2: "ZM",
|
|
2247
|
+
alpha3: "ZMB",
|
|
2248
|
+
numeric: 894,
|
|
2249
|
+
latitude: -15,
|
|
2250
|
+
longitude: 30
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
iso_country_code_uuid: "019b8372-3797-7b05-a890-19341efbabfd",
|
|
2254
|
+
country: "Zimbabwe",
|
|
2255
|
+
alpha2: "ZW",
|
|
2256
|
+
alpha3: "ZWE",
|
|
2257
|
+
numeric: 716,
|
|
2258
|
+
latitude: -20,
|
|
2259
|
+
longitude: 30
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
iso_country_code_uuid: "019b8372-3797-7c3d-bf3f-d7c66345aa8a",
|
|
2263
|
+
country: "Åland Islands",
|
|
2264
|
+
alpha2: "AX",
|
|
2265
|
+
alpha3: "ALA",
|
|
2266
|
+
numeric: 248,
|
|
2267
|
+
latitude: 60.25072,
|
|
2268
|
+
longitude: 20.37415
|
|
2269
|
+
}
|
|
2270
|
+
];
|
|
2271
|
+
const isoCountryCodeDropdown = isoCountryCodeRaw.map((item) => ({
|
|
2272
|
+
label: `${item.country} - ${item.alpha2} - ${item.alpha3}`,
|
|
2273
|
+
value: item.iso_country_code_uuid
|
|
2274
|
+
}));
|
|
2275
|
+
//#endregion
|
|
2276
|
+
//#region src/constants/isoCurrencyCode.ts
|
|
2277
|
+
const isoCurrencyCodeRaw = [
|
|
2278
|
+
{
|
|
2279
|
+
iso_currency_code_uuid: "019b8378-2486-74fe-9dd8-389a3893ad51",
|
|
2280
|
+
currency: "Afghani",
|
|
2281
|
+
code: "AFN",
|
|
2282
|
+
number: 971
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
iso_currency_code_uuid: "019b8378-2486-7ee7-b77a-f4d1d5c2649a",
|
|
2286
|
+
currency: "Lek",
|
|
2287
|
+
code: "ALL",
|
|
2288
|
+
number: 8
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
iso_currency_code_uuid: "019b8378-2486-7f86-b505-87f7d2d61e80",
|
|
2292
|
+
currency: "Algerian Dinar",
|
|
2293
|
+
code: "DZD",
|
|
2294
|
+
number: 12
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
iso_currency_code_uuid: "019b8378-2487-700f-a1e5-5637a22f4356",
|
|
2298
|
+
currency: "US Dollar",
|
|
2299
|
+
code: "USD",
|
|
2300
|
+
number: 840
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
iso_currency_code_uuid: "019b8378-2487-7088-9af1-2f97908f147e",
|
|
2304
|
+
currency: "Euro",
|
|
2305
|
+
code: "EUR",
|
|
2306
|
+
number: 978
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
iso_currency_code_uuid: "019b8378-2487-710e-b455-49d8fe4f7251",
|
|
2310
|
+
currency: "Kwanza",
|
|
2311
|
+
code: "AOA",
|
|
2312
|
+
number: 973
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
iso_currency_code_uuid: "019b8378-2487-718f-a0fb-8b15b3865d5e",
|
|
2316
|
+
currency: "East Caribbean Dollar",
|
|
2317
|
+
code: "XCD",
|
|
2318
|
+
number: 951
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
iso_currency_code_uuid: "019b8378-2487-720e-b3e4-21f15d996205",
|
|
2322
|
+
currency: "Argentine Peso",
|
|
2323
|
+
code: "ARS",
|
|
2324
|
+
number: 32
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
iso_currency_code_uuid: "019b8378-2487-728a-bd14-34d7ae038e7e",
|
|
2328
|
+
currency: "Armenian Dram",
|
|
2329
|
+
code: "AMD",
|
|
2330
|
+
number: 51
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
iso_currency_code_uuid: "019b8378-2487-730b-bc0a-def7bd788bc7",
|
|
2334
|
+
currency: "Aruban Florin",
|
|
2335
|
+
code: "AWG",
|
|
2336
|
+
number: 533
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
iso_currency_code_uuid: "019b8378-2487-7385-a0f8-2dda7d2d1d02",
|
|
2340
|
+
currency: "Australian Dollar",
|
|
2341
|
+
code: "AUD",
|
|
2342
|
+
number: 36
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
iso_currency_code_uuid: "019b8378-2487-7407-9191-82362dde2914",
|
|
2346
|
+
currency: "Azerbaijanian Manat",
|
|
2347
|
+
code: "AZN",
|
|
2348
|
+
number: 944
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
iso_currency_code_uuid: "019b8378-2487-7482-a7f2-1fd0dffa1915",
|
|
2352
|
+
currency: "Bahamian Dollar",
|
|
2353
|
+
code: "BSD",
|
|
2354
|
+
number: 44
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
iso_currency_code_uuid: "019b8378-2487-7500-ab00-276dda0418d0",
|
|
2358
|
+
currency: "Bahraini Dinar",
|
|
2359
|
+
code: "BHD",
|
|
2360
|
+
number: 48
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
iso_currency_code_uuid: "019b8378-2487-7581-b80c-9e4a0293be1d",
|
|
2364
|
+
currency: "Taka",
|
|
2365
|
+
code: "BDT",
|
|
2366
|
+
number: 50
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
iso_currency_code_uuid: "019b8378-2487-7640-b4b7-b7dc4c34d70e",
|
|
2370
|
+
currency: "Barbados Dollar",
|
|
2371
|
+
code: "BBD",
|
|
2372
|
+
number: 52
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
iso_currency_code_uuid: "019b8378-2487-76c6-aa7c-e88c249a0550",
|
|
2376
|
+
currency: "Belarussian Ruble",
|
|
2377
|
+
code: "BYN",
|
|
2378
|
+
number: 933
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
iso_currency_code_uuid: "019b8378-2487-7742-a061-752dd8dd7f3f",
|
|
2382
|
+
currency: "Belize Dollar",
|
|
2383
|
+
code: "BZD",
|
|
2384
|
+
number: 84
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
iso_currency_code_uuid: "019b8378-2487-77d4-bc24-44bb8d1007a7",
|
|
2388
|
+
currency: "CFA Franc BCEAO",
|
|
2389
|
+
code: "XOF",
|
|
2390
|
+
number: 952
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
iso_currency_code_uuid: "019b8378-2487-7885-bff6-fe11c027307f",
|
|
2394
|
+
currency: "Bermudian Dollar",
|
|
2395
|
+
code: "BMD",
|
|
2396
|
+
number: 60
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
iso_currency_code_uuid: "019b8378-2487-790b-80ed-4c235463ac71",
|
|
2400
|
+
currency: "Ngultrum",
|
|
2401
|
+
code: "BTN",
|
|
2402
|
+
number: 64
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
iso_currency_code_uuid: "019b8378-2487-7988-b3d1-fa7d6828485b",
|
|
2406
|
+
currency: "Indian Rupee",
|
|
2407
|
+
code: "INR",
|
|
2408
|
+
number: 356
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
iso_currency_code_uuid: "019b8378-2487-7a09-a14b-0858e146f6a3",
|
|
2412
|
+
currency: "Boliviano",
|
|
2413
|
+
code: "BOB",
|
|
2414
|
+
number: 68
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
iso_currency_code_uuid: "019b8378-2487-7a84-bcf1-ffccb1e8514d",
|
|
2418
|
+
currency: "Mvdol",
|
|
2419
|
+
code: "BOV",
|
|
2420
|
+
number: 984
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
iso_currency_code_uuid: "019b8378-2487-7b8d-8979-3a98a8a44b23",
|
|
2424
|
+
currency: "Convertible Mark",
|
|
2425
|
+
code: "BAM",
|
|
2426
|
+
number: 977
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
iso_currency_code_uuid: "019b8378-2487-7c14-8b56-d8dd7a444774",
|
|
2430
|
+
currency: "Pula",
|
|
2431
|
+
code: "BWP",
|
|
2432
|
+
number: 72
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
iso_currency_code_uuid: "019b8378-2487-7c93-b8bb-04342d7af204",
|
|
2436
|
+
currency: "Norwegian Krone",
|
|
2437
|
+
code: "NOK",
|
|
2438
|
+
number: 578
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
iso_currency_code_uuid: "019b8378-2487-7d10-84e5-2318560a6655",
|
|
2442
|
+
currency: "Brazilian Real",
|
|
2443
|
+
code: "BRL",
|
|
2444
|
+
number: 986
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
iso_currency_code_uuid: "019b8378-2487-7d91-bd4d-536dea4d6afe",
|
|
2448
|
+
currency: "Brunei Dollar",
|
|
2449
|
+
code: "BND",
|
|
2450
|
+
number: 96
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
iso_currency_code_uuid: "019b8378-2487-7e12-8e31-52ca4c25eff1",
|
|
2454
|
+
currency: "Bulgarian Lev",
|
|
2455
|
+
code: "BGN",
|
|
2456
|
+
number: 975
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
iso_currency_code_uuid: "019b8378-2487-7e8e-b71c-c4c22fecc82f",
|
|
2460
|
+
currency: "Burundi Franc",
|
|
2461
|
+
code: "BIF",
|
|
2462
|
+
number: 108
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
iso_currency_code_uuid: "019b8378-2487-7f0c-8d7b-c310e470a478",
|
|
2466
|
+
currency: "Cabo Verde Escudo",
|
|
2467
|
+
code: "CVE",
|
|
2468
|
+
number: 132
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
iso_currency_code_uuid: "019b8378-2487-7f8e-a753-ee2011065a11",
|
|
2472
|
+
currency: "Riel",
|
|
2473
|
+
code: "KHR",
|
|
2474
|
+
number: 116
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
iso_currency_code_uuid: "019b8378-2488-700c-8375-123fad3cd9f0",
|
|
2478
|
+
currency: "CFA Franc BEAC",
|
|
2479
|
+
code: "XAF",
|
|
2480
|
+
number: 950
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
iso_currency_code_uuid: "019b8378-2488-708a-b958-c774a33d3dda",
|
|
2484
|
+
currency: "Canadian Dollar",
|
|
2485
|
+
code: "CAD",
|
|
2486
|
+
number: 124
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
iso_currency_code_uuid: "019b8378-2488-710e-84bc-05503fb1e853",
|
|
2490
|
+
currency: "Cayman Islands Dollar",
|
|
2491
|
+
code: "KYD",
|
|
2492
|
+
number: 136
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
iso_currency_code_uuid: "019b8378-2488-718f-b726-10a9b97e9a51",
|
|
2496
|
+
currency: "Unidad de Fomento",
|
|
2497
|
+
code: "CLF",
|
|
2498
|
+
number: 990
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
iso_currency_code_uuid: "019b8378-2488-720c-8bc5-dc3f5808326d",
|
|
2502
|
+
currency: "Chilean Peso",
|
|
2503
|
+
code: "CLP",
|
|
2504
|
+
number: 152
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
iso_currency_code_uuid: "019b8378-2488-7289-b8a4-7d3c7c89a3bb",
|
|
2508
|
+
currency: "Yuan Renminbi",
|
|
2509
|
+
code: "CNY",
|
|
2510
|
+
number: 156
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
iso_currency_code_uuid: "019b8378-2488-7308-8684-4efd1f87e717",
|
|
2514
|
+
currency: "Colombian Peso",
|
|
2515
|
+
code: "COP",
|
|
2516
|
+
number: 170
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
iso_currency_code_uuid: "019b8378-2488-738f-97bf-e8d11ad04847",
|
|
2520
|
+
currency: "Unidad de Valor Real",
|
|
2521
|
+
code: "COU",
|
|
2522
|
+
number: 970
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
iso_currency_code_uuid: "019b8378-2488-740f-9dc3-b59d167d5183",
|
|
2526
|
+
currency: "Comoro Franc",
|
|
2527
|
+
code: "KMF",
|
|
2528
|
+
number: 174
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
iso_currency_code_uuid: "019b8378-2488-7489-99bf-2f5042c812cb",
|
|
2532
|
+
currency: "Congolese Franc",
|
|
2533
|
+
code: "CDF",
|
|
2534
|
+
number: 976
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
iso_currency_code_uuid: "019b8378-2488-750a-a866-38c13de22234",
|
|
2538
|
+
currency: "New Zealand Dollar",
|
|
2539
|
+
code: "NZD",
|
|
2540
|
+
number: 554
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
iso_currency_code_uuid: "019b8378-2488-758a-aea7-6961c590782d",
|
|
2544
|
+
currency: "Costa Rican Colon",
|
|
2545
|
+
code: "CRC",
|
|
2546
|
+
number: 188
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
iso_currency_code_uuid: "019b8378-2488-760b-a7dd-22faf3a1c91b",
|
|
2550
|
+
currency: "Peso Convertible",
|
|
2551
|
+
code: "CUC",
|
|
2552
|
+
number: 931
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
iso_currency_code_uuid: "019b8378-2488-7686-bd14-612802eeee4b",
|
|
2556
|
+
currency: "Cuban Peso",
|
|
2557
|
+
code: "CUP",
|
|
2558
|
+
number: 192
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
iso_currency_code_uuid: "019b8378-2488-7705-b40e-e3466675d930",
|
|
2562
|
+
currency: "Netherlands Antillean Guilder",
|
|
2563
|
+
code: "ANG",
|
|
2564
|
+
number: 532
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
iso_currency_code_uuid: "019b8378-2488-7785-9772-2678dfd768fc",
|
|
2568
|
+
currency: "Czech Koruna",
|
|
2569
|
+
code: "CZK",
|
|
2570
|
+
number: 203
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
iso_currency_code_uuid: "019b8378-2488-7805-81e7-a11e4427bcc5",
|
|
2574
|
+
currency: "Danish Krone",
|
|
2575
|
+
code: "DKK",
|
|
2576
|
+
number: 208
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
iso_currency_code_uuid: "019b8378-2488-7883-82e8-ad21bfa65934",
|
|
2580
|
+
currency: "Djibouti Franc",
|
|
2581
|
+
code: "DJF",
|
|
2582
|
+
number: 262
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
iso_currency_code_uuid: "019b8378-2488-7901-ad91-bb54b60cf0f9",
|
|
2586
|
+
currency: "Dominican Peso",
|
|
2587
|
+
code: "DOP",
|
|
2588
|
+
number: 214
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
iso_currency_code_uuid: "019b8378-2488-7980-90fd-d77a41a61031",
|
|
2592
|
+
currency: "Egyptian Pound",
|
|
2593
|
+
code: "EGP",
|
|
2594
|
+
number: 818
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
iso_currency_code_uuid: "019b8378-2488-7a02-8573-fb350df82edd",
|
|
2598
|
+
currency: "El Salvador Colon",
|
|
2599
|
+
code: "SVC",
|
|
2600
|
+
number: 222
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
iso_currency_code_uuid: "019b8378-2488-7a7c-83c9-0e06e4482cbf",
|
|
2604
|
+
currency: "Nakfa",
|
|
2605
|
+
code: "ERN",
|
|
2606
|
+
number: 232
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
iso_currency_code_uuid: "019b8378-2488-7afd-9e72-854b0c833b38",
|
|
2610
|
+
currency: "Ethiopian Birr",
|
|
2611
|
+
code: "ETB",
|
|
2612
|
+
number: 230
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
iso_currency_code_uuid: "019b8378-2488-7b82-80db-ae8899de1046",
|
|
2616
|
+
currency: "Falkland Islands Pound",
|
|
2617
|
+
code: "FKP",
|
|
2618
|
+
number: 238
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
iso_currency_code_uuid: "019b8378-2488-7c03-a6aa-8da62fd596b1",
|
|
2622
|
+
currency: "Fiji Dollar",
|
|
2623
|
+
code: "FJD",
|
|
2624
|
+
number: 242
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
iso_currency_code_uuid: "019b8378-2488-7c7f-90ae-ab65fed0066d",
|
|
2628
|
+
currency: "CFP Franc",
|
|
2629
|
+
code: "XPF",
|
|
2630
|
+
number: 953
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
iso_currency_code_uuid: "019b8378-2488-7cfd-9a32-05357c67cc6c",
|
|
2634
|
+
currency: "Dalasi",
|
|
2635
|
+
code: "GMD",
|
|
2636
|
+
number: 270
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
iso_currency_code_uuid: "019b8378-2488-7d7d-a7df-10230a74fd75",
|
|
2640
|
+
currency: "Lari",
|
|
2641
|
+
code: "GEL",
|
|
2642
|
+
number: 981
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
iso_currency_code_uuid: "019b8378-2488-7dfa-a616-c3bf97275b5b",
|
|
2646
|
+
currency: "Ghana Cedi",
|
|
2647
|
+
code: "GHS",
|
|
2648
|
+
number: 936
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
iso_currency_code_uuid: "019b8378-2488-7e7a-a8c3-90e799536853",
|
|
2652
|
+
currency: "Gibraltar Pound",
|
|
2653
|
+
code: "GIP",
|
|
2654
|
+
number: 292
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
iso_currency_code_uuid: "019b8378-2488-7efc-ba5e-908d376de756",
|
|
2658
|
+
currency: "Quetzal",
|
|
2659
|
+
code: "GTQ",
|
|
2660
|
+
number: 320
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
iso_currency_code_uuid: "019b8378-2488-7f7f-9f81-9638b9fe811f",
|
|
2664
|
+
currency: "Pound Sterling",
|
|
2665
|
+
code: "GBP",
|
|
2666
|
+
number: 826
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
iso_currency_code_uuid: "019b8378-2488-7ff9-8170-787a1e23a7fe",
|
|
2670
|
+
currency: "Guinea Franc",
|
|
2671
|
+
code: "GNF",
|
|
2672
|
+
number: 324
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
iso_currency_code_uuid: "019b8378-2489-707a-ad03-418b258d0276",
|
|
2676
|
+
currency: "Guyana Dollar",
|
|
2677
|
+
code: "GYD",
|
|
2678
|
+
number: 328
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
iso_currency_code_uuid: "019b8378-2489-70fb-92f0-71bff2a80bb8",
|
|
2682
|
+
currency: "Gourde",
|
|
2683
|
+
code: "HTG",
|
|
2684
|
+
number: 332
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
iso_currency_code_uuid: "019b8378-2489-717f-b6bd-9e951cdfc5e2",
|
|
2688
|
+
currency: "Lempira",
|
|
2689
|
+
code: "HNL",
|
|
2690
|
+
number: 340
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
iso_currency_code_uuid: "019b8378-2489-71fa-bb86-de80583ebee4",
|
|
2694
|
+
currency: "Hong Kong Dollar",
|
|
2695
|
+
code: "HKD",
|
|
2696
|
+
number: 344
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
iso_currency_code_uuid: "019b8378-2489-72b5-9f7c-120fea2f62ab",
|
|
2700
|
+
currency: "Forint",
|
|
2701
|
+
code: "HUF",
|
|
2702
|
+
number: 348
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
iso_currency_code_uuid: "019b8378-2489-7333-9263-b73707bfe365",
|
|
2706
|
+
currency: "Iceland Krona",
|
|
2707
|
+
code: "ISK",
|
|
2708
|
+
number: 352
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
iso_currency_code_uuid: "019b8378-2489-73b6-8d2a-e9a0702b5157",
|
|
2712
|
+
currency: "Rupiah",
|
|
2713
|
+
code: "IDR",
|
|
2714
|
+
number: 360
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
iso_currency_code_uuid: "019b8378-2489-7434-b0c0-a33295d40728",
|
|
2718
|
+
currency: "SDR (Special Drawing Right)",
|
|
2719
|
+
code: "XDR",
|
|
2720
|
+
number: 960
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
iso_currency_code_uuid: "019b8378-2489-74b7-9eb8-884cbf3c8ee0",
|
|
2724
|
+
currency: "Iranian Rial",
|
|
2725
|
+
code: "IRR",
|
|
2726
|
+
number: 364
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
iso_currency_code_uuid: "019b8378-2489-7530-b017-9e3d28832cc4",
|
|
2730
|
+
currency: "Iraqi Dinar",
|
|
2731
|
+
code: "IQD",
|
|
2732
|
+
number: 368
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
iso_currency_code_uuid: "019b8378-2489-75b2-80aa-0788b5a05685",
|
|
2736
|
+
currency: "New Israeli Sheqel",
|
|
2737
|
+
code: "ILS",
|
|
2738
|
+
number: 376
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
iso_currency_code_uuid: "019b8378-2489-7648-8f7c-8b7038886d76",
|
|
2742
|
+
currency: "Jamaican Dollar",
|
|
2743
|
+
code: "JMD",
|
|
2744
|
+
number: 388
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
iso_currency_code_uuid: "019b8378-2489-76cd-9692-a3efbaea1ff7",
|
|
2748
|
+
currency: "Yen",
|
|
2749
|
+
code: "JPY",
|
|
2750
|
+
number: 392
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
iso_currency_code_uuid: "019b8378-2489-7748-80dc-3a748e7b1080",
|
|
2754
|
+
currency: "Jordanian Dinar",
|
|
2755
|
+
code: "JOD",
|
|
2756
|
+
number: 400
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
iso_currency_code_uuid: "019b8378-2489-77cf-b11d-efe0d5f41d90",
|
|
2760
|
+
currency: "Tenge",
|
|
2761
|
+
code: "KZT",
|
|
2762
|
+
number: 398
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
iso_currency_code_uuid: "019b8378-2489-784f-ba5b-e087a339d80c",
|
|
2766
|
+
currency: "Kenyan Shilling",
|
|
2767
|
+
code: "KES",
|
|
2768
|
+
number: 404
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
iso_currency_code_uuid: "019b8378-2489-78d1-b415-d014901bb842",
|
|
2772
|
+
currency: "North Korean Won",
|
|
2773
|
+
code: "KPW",
|
|
2774
|
+
number: 408
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
iso_currency_code_uuid: "019b8378-2489-794c-8e1f-fe253f4413f4",
|
|
2778
|
+
currency: "Won",
|
|
2779
|
+
code: "KRW",
|
|
2780
|
+
number: 410
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
iso_currency_code_uuid: "019b8378-2489-79cf-93bc-3ceb4bb1bc12",
|
|
2784
|
+
currency: "Kuwaiti Dinar",
|
|
2785
|
+
code: "KWD",
|
|
2786
|
+
number: 414
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
iso_currency_code_uuid: "019b8378-2489-7a4c-ba83-065fc3d1f7ec",
|
|
2790
|
+
currency: "Som",
|
|
2791
|
+
code: "KGS",
|
|
2792
|
+
number: 417
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
iso_currency_code_uuid: "019b8378-2489-7ad0-aa93-62cbf3982263",
|
|
2796
|
+
currency: "Kip",
|
|
2797
|
+
code: "LAK",
|
|
2798
|
+
number: 418
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
iso_currency_code_uuid: "019b8378-2489-7b4d-974d-3875d08b28bf",
|
|
2802
|
+
currency: "Lebanese Pound",
|
|
2803
|
+
code: "LBP",
|
|
2804
|
+
number: 422
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
iso_currency_code_uuid: "019b8378-2489-7bce-b4d7-ff9353c29886",
|
|
2808
|
+
currency: "Loti",
|
|
2809
|
+
code: "LSL",
|
|
2810
|
+
number: 426
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
iso_currency_code_uuid: "019b8378-2489-7c4e-8d2a-5c488bc22fa9",
|
|
2814
|
+
currency: "Rand",
|
|
2815
|
+
code: "ZAR",
|
|
2816
|
+
number: 710
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
iso_currency_code_uuid: "019b8378-2489-7ccd-b712-0ee2f3e7cfd6",
|
|
2820
|
+
currency: "Liberian Dollar",
|
|
2821
|
+
code: "LRD",
|
|
2822
|
+
number: 430
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
iso_currency_code_uuid: "019b8378-2489-7d4f-87cc-f3f49206b782",
|
|
2826
|
+
currency: "Libyan Dinar",
|
|
2827
|
+
code: "LYD",
|
|
2828
|
+
number: 434
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
iso_currency_code_uuid: "019b8378-2489-7dcc-a968-d631f19f0966",
|
|
2832
|
+
currency: "Swiss Franc",
|
|
2833
|
+
code: "CHF",
|
|
2834
|
+
number: 756
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
iso_currency_code_uuid: "019b8378-2489-7e4d-99fc-564cca851906",
|
|
2838
|
+
currency: "Pataca",
|
|
2839
|
+
code: "MOP",
|
|
2840
|
+
number: 446
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
iso_currency_code_uuid: "019b8378-2489-7ecf-abd8-3fa6523ea935",
|
|
2844
|
+
currency: "Malagasy Ariary",
|
|
2845
|
+
code: "MGA",
|
|
2846
|
+
number: 969
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
iso_currency_code_uuid: "019b8378-2489-7f49-bef5-fd9a9a330dcc",
|
|
2850
|
+
currency: "Kwacha",
|
|
2851
|
+
code: "MWK",
|
|
2852
|
+
number: 454
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
iso_currency_code_uuid: "019b8378-2489-7fcf-9d98-9dae977acf2a",
|
|
2856
|
+
currency: "Malaysian Ringgit",
|
|
2857
|
+
code: "MYR",
|
|
2858
|
+
number: 458
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
iso_currency_code_uuid: "019b8378-248a-704e-bdbd-c83834ddb330",
|
|
2862
|
+
currency: "Rufiyaa",
|
|
2863
|
+
code: "MVR",
|
|
2864
|
+
number: 462
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
iso_currency_code_uuid: "019b8378-248a-70ce-b94e-8a122712c76e",
|
|
2868
|
+
currency: "Ouguiya",
|
|
2869
|
+
code: "MRU",
|
|
2870
|
+
number: 929
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
iso_currency_code_uuid: "019b8378-248a-7148-a077-5e1f5da14589",
|
|
2874
|
+
currency: "Mauritius Rupee",
|
|
2875
|
+
code: "MUR",
|
|
2876
|
+
number: 480
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
iso_currency_code_uuid: "019b8378-248a-71cd-9ac5-0b705d169678",
|
|
2880
|
+
currency: "ADB Unit of Account",
|
|
2881
|
+
code: "XUA",
|
|
2882
|
+
number: 965
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
iso_currency_code_uuid: "019b8378-248a-724e-8398-319edb453eaf",
|
|
2886
|
+
currency: "Mexican Peso",
|
|
2887
|
+
code: "MXN",
|
|
2888
|
+
number: 484
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
iso_currency_code_uuid: "019b8378-248a-72ce-8f66-83d8a1876e6d",
|
|
2892
|
+
currency: "Mexican Unidad de Inversion (UDI)",
|
|
2893
|
+
code: "MXV",
|
|
2894
|
+
number: 979
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
iso_currency_code_uuid: "019b8378-248a-7348-b903-64b61455ea82",
|
|
2898
|
+
currency: "Moldovan Leu",
|
|
2899
|
+
code: "MDL",
|
|
2900
|
+
number: 498
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
iso_currency_code_uuid: "019b8378-248a-73cf-ae39-f683b8abc7e0",
|
|
2904
|
+
currency: "Tugrik",
|
|
2905
|
+
code: "MNT",
|
|
2906
|
+
number: 496
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
iso_currency_code_uuid: "019b8378-248a-744e-a33d-939294c73d7d",
|
|
2910
|
+
currency: "Moroccan Dirham",
|
|
2911
|
+
code: "MAD",
|
|
2912
|
+
number: 504
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
iso_currency_code_uuid: "019b8378-248a-74cc-b34e-df205b7947ca",
|
|
2916
|
+
currency: "Mozambique Metical",
|
|
2917
|
+
code: "MZN",
|
|
2918
|
+
number: 943
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
iso_currency_code_uuid: "019b8378-248a-754b-ab28-4190cb7fb5eb",
|
|
2922
|
+
currency: "Kyat",
|
|
2923
|
+
code: "MMK",
|
|
2924
|
+
number: 104
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
iso_currency_code_uuid: "019b8378-248a-75cd-9ab7-d3b6f0cc747a",
|
|
2928
|
+
currency: "Namibia Dollar",
|
|
2929
|
+
code: "NAD",
|
|
2930
|
+
number: 516
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
iso_currency_code_uuid: "019b8378-248a-764e-ac66-c6c2c0264b94",
|
|
2934
|
+
currency: "Nepalese Rupee",
|
|
2935
|
+
code: "NPR",
|
|
2936
|
+
number: 524
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
iso_currency_code_uuid: "019b8378-248a-76ce-ad33-a80d68471724",
|
|
2940
|
+
currency: "Cordoba Oro",
|
|
2941
|
+
code: "NIO",
|
|
2942
|
+
number: 558
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
iso_currency_code_uuid: "019b8378-248a-774e-99a3-9151984cf5c2",
|
|
2946
|
+
currency: "Naira",
|
|
2947
|
+
code: "NGN",
|
|
2948
|
+
number: 566
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
iso_currency_code_uuid: "019b8378-248a-77cc-8c78-81c348d5ed78",
|
|
2952
|
+
currency: "Rial Omani",
|
|
2953
|
+
code: "OMR",
|
|
2954
|
+
number: 512
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
iso_currency_code_uuid: "019b8378-248a-784f-a117-f4bbe341b585",
|
|
2958
|
+
currency: "Pakistan Rupee",
|
|
2959
|
+
code: "PKR",
|
|
2960
|
+
number: 586
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
iso_currency_code_uuid: "019b8378-248a-78ce-93e8-59dd42cea368",
|
|
2964
|
+
currency: "Balboa",
|
|
2965
|
+
code: "PAB",
|
|
2966
|
+
number: 590
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
iso_currency_code_uuid: "019b8378-248a-794e-90b1-39d9d04cfcb8",
|
|
2970
|
+
currency: "Kina",
|
|
2971
|
+
code: "PGK",
|
|
2972
|
+
number: 598
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
iso_currency_code_uuid: "019b8378-248a-79cf-969e-7721a0bf89e4",
|
|
2976
|
+
currency: "Guarani",
|
|
2977
|
+
code: "PYG",
|
|
2978
|
+
number: 600
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
iso_currency_code_uuid: "019b8378-248a-7b60-ba3a-2ddce0544a49",
|
|
2982
|
+
currency: "Nuevo Sol",
|
|
2983
|
+
code: "PEN",
|
|
2984
|
+
number: 604
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
iso_currency_code_uuid: "019b8378-248a-7c2c-b980-8054084a04af",
|
|
2988
|
+
currency: "Philippine Peso",
|
|
2989
|
+
code: "PHP",
|
|
2990
|
+
number: 608
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
iso_currency_code_uuid: "019b8378-248a-7cc3-9e49-7cd7bec13372",
|
|
2994
|
+
currency: "Zloty",
|
|
2995
|
+
code: "PLN",
|
|
2996
|
+
number: 985
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
iso_currency_code_uuid: "019b8378-248a-7d4b-8a25-2f4e0914c5a6",
|
|
3000
|
+
currency: "Qatari Rial",
|
|
3001
|
+
code: "QAR",
|
|
3002
|
+
number: 634
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
iso_currency_code_uuid: "019b8378-248a-7dcc-a41f-91e6f42fe32f",
|
|
3006
|
+
currency: "Denar",
|
|
3007
|
+
code: "MKD",
|
|
3008
|
+
number: 807
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
iso_currency_code_uuid: "019b8378-248b-72b8-927c-b37f972aaba7",
|
|
3012
|
+
currency: "Romanian Leu",
|
|
3013
|
+
code: "RON",
|
|
3014
|
+
number: 946
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
iso_currency_code_uuid: "019b8378-248b-733d-925b-89bacb149512",
|
|
3018
|
+
currency: "Russian Ruble",
|
|
3019
|
+
code: "RUB",
|
|
3020
|
+
number: 643
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
iso_currency_code_uuid: "019b8378-248b-73c6-ae7b-0aeadf308b05",
|
|
3024
|
+
currency: "Rwanda Franc",
|
|
3025
|
+
code: "RWF",
|
|
3026
|
+
number: 646
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
iso_currency_code_uuid: "019b8378-248b-748a-957e-2a5986ea2784",
|
|
3030
|
+
currency: "Saint Helena Pound",
|
|
3031
|
+
code: "SHP",
|
|
3032
|
+
number: 654
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
iso_currency_code_uuid: "019b8378-248b-750e-a0bd-ea2116c897b2",
|
|
3036
|
+
currency: "Tala",
|
|
3037
|
+
code: "WST",
|
|
3038
|
+
number: 882
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
iso_currency_code_uuid: "019b8378-248b-7593-ae5b-250dd744f292",
|
|
3042
|
+
currency: "Dobra",
|
|
3043
|
+
code: "STN",
|
|
3044
|
+
number: 930
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
iso_currency_code_uuid: "019b8378-248b-7610-a5a1-dab1dd52e57c",
|
|
3048
|
+
currency: "Saudi Riyal",
|
|
3049
|
+
code: "SAR",
|
|
3050
|
+
number: 682
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
iso_currency_code_uuid: "019b8378-248b-7692-8c3d-9862b81c137b",
|
|
3054
|
+
currency: "Serbian Dinar",
|
|
3055
|
+
code: "RSD",
|
|
3056
|
+
number: 941
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
iso_currency_code_uuid: "019b8378-248b-7713-8e5b-ccc180e89035",
|
|
3060
|
+
currency: "Seychelles Rupee",
|
|
3061
|
+
code: "SCR",
|
|
3062
|
+
number: 690
|
|
3063
|
+
},
|
|
3064
|
+
{
|
|
3065
|
+
iso_currency_code_uuid: "019b8378-248b-7795-b6b3-057d52ef075d",
|
|
3066
|
+
currency: "Leone",
|
|
3067
|
+
code: "SLE",
|
|
3068
|
+
number: 925
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
iso_currency_code_uuid: "019b8378-248b-781b-8a32-8569e724c7ee",
|
|
3072
|
+
currency: "Singapore Dollar",
|
|
3073
|
+
code: "SGD",
|
|
3074
|
+
number: 702
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
iso_currency_code_uuid: "019b8378-248b-7896-8695-c408f663aad9",
|
|
3078
|
+
currency: "Sucre",
|
|
3079
|
+
code: "XSU",
|
|
3080
|
+
number: 994
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
iso_currency_code_uuid: "019b8378-248b-7919-9a0b-bd8ce4df1900",
|
|
3084
|
+
currency: "Solomon Islands Dollar",
|
|
3085
|
+
code: "SBD",
|
|
3086
|
+
number: 90
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
iso_currency_code_uuid: "019b8378-248b-799f-8522-842675adb8e5",
|
|
3090
|
+
currency: "Somali Shilling",
|
|
3091
|
+
code: "SOS",
|
|
3092
|
+
number: 706
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
iso_currency_code_uuid: "019b8378-248b-7a1f-9881-dd213d6e3fe0",
|
|
3096
|
+
currency: "South Sudanese Pound",
|
|
3097
|
+
code: "SSP",
|
|
3098
|
+
number: 728
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
iso_currency_code_uuid: "019b8378-248b-7a9e-b2c0-a5a37704b13c",
|
|
3102
|
+
currency: "Sri Lanka Rupee",
|
|
3103
|
+
code: "LKR",
|
|
3104
|
+
number: 144
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
iso_currency_code_uuid: "019b8378-248b-7b1f-9867-47e2c197ebaa",
|
|
3108
|
+
currency: "Sudanese Pound",
|
|
3109
|
+
code: "SDG",
|
|
3110
|
+
number: 938
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
iso_currency_code_uuid: "019b8378-248b-7ba0-8b83-b972a0029390",
|
|
3114
|
+
currency: "Surinam Dollar",
|
|
3115
|
+
code: "SRD",
|
|
3116
|
+
number: 968
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
iso_currency_code_uuid: "019b8378-248b-7c20-ac6f-cc4b56e895ea",
|
|
3120
|
+
currency: "Lilangeni",
|
|
3121
|
+
code: "SZL",
|
|
3122
|
+
number: 748
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
iso_currency_code_uuid: "019b8378-248b-7ca1-9b54-0471fe5c75a4",
|
|
3126
|
+
currency: "Swedish Krona",
|
|
3127
|
+
code: "SEK",
|
|
3128
|
+
number: 752
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
iso_currency_code_uuid: "019b8378-248b-7d22-8ef8-871477ced273",
|
|
3132
|
+
currency: "WIR Euro",
|
|
3133
|
+
code: "CHE",
|
|
3134
|
+
number: 947
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
iso_currency_code_uuid: "019b8378-248b-7e32-b66a-9e5aed5c97ce",
|
|
3138
|
+
currency: "WIR Franc",
|
|
3139
|
+
code: "CHW",
|
|
3140
|
+
number: 948
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
iso_currency_code_uuid: "019b8378-248b-7eb4-adba-f640df01afca",
|
|
3144
|
+
currency: "Syrian Pound",
|
|
3145
|
+
code: "SYP",
|
|
3146
|
+
number: 760
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
iso_currency_code_uuid: "019b8378-248b-7f34-96cd-4afb78607ed0",
|
|
3150
|
+
currency: "New Taiwan Dollar",
|
|
3151
|
+
code: "TWD",
|
|
3152
|
+
number: 901
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
iso_currency_code_uuid: "019b8378-248b-7fb8-8aef-b21e74ed48f1",
|
|
3156
|
+
currency: "Somoni",
|
|
3157
|
+
code: "TJS",
|
|
3158
|
+
number: 972
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
iso_currency_code_uuid: "019b8378-248c-703e-b245-356d95c6cf53",
|
|
3162
|
+
currency: "Tanzanian Shilling",
|
|
3163
|
+
code: "TZS",
|
|
3164
|
+
number: 834
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
iso_currency_code_uuid: "019b8378-248c-70bf-ac5d-e51fbd4bef29",
|
|
3168
|
+
currency: "Baht",
|
|
3169
|
+
code: "THB",
|
|
3170
|
+
number: 764
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
iso_currency_code_uuid: "019b8378-248c-713f-9214-80c19e0e4392",
|
|
3174
|
+
currency: "Pa’anga",
|
|
3175
|
+
code: "TOP",
|
|
3176
|
+
number: 776
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
iso_currency_code_uuid: "019b8378-248c-71c0-bacf-7090893e2fb9",
|
|
3180
|
+
currency: "Trinidad and Tobago Dollar",
|
|
3181
|
+
code: "TTD",
|
|
3182
|
+
number: 780
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
iso_currency_code_uuid: "019b8378-248c-7245-a201-03246a67b5e9",
|
|
3186
|
+
currency: "Tunisian Dinar",
|
|
3187
|
+
code: "TND",
|
|
3188
|
+
number: 788
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
iso_currency_code_uuid: "019b8378-248c-72ca-a412-40df5d1445c5",
|
|
3192
|
+
currency: "Turkish Lira",
|
|
3193
|
+
code: "TRY",
|
|
3194
|
+
number: 949
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
iso_currency_code_uuid: "019b8378-248c-7347-be30-72415e6ff8f3",
|
|
3198
|
+
currency: "Turkmenistan New Manat",
|
|
3199
|
+
code: "TMT",
|
|
3200
|
+
number: 934
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
iso_currency_code_uuid: "019b8378-248c-73ca-9281-65a555aa5a2b",
|
|
3204
|
+
currency: "Uganda Shilling",
|
|
3205
|
+
code: "UGX",
|
|
3206
|
+
number: 800
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
iso_currency_code_uuid: "019b8378-248c-744b-aab6-6f3195ccc230",
|
|
3210
|
+
currency: "Hryvnia",
|
|
3211
|
+
code: "UAH",
|
|
3212
|
+
number: 980
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
iso_currency_code_uuid: "019b8378-248c-74cd-ad75-b8a2515f9a00",
|
|
3216
|
+
currency: "UAE Dirham",
|
|
3217
|
+
code: "AED",
|
|
3218
|
+
number: 784
|
|
3219
|
+
},
|
|
3220
|
+
{
|
|
3221
|
+
iso_currency_code_uuid: "019b8378-248c-754c-b63d-6dd02ba10f69",
|
|
3222
|
+
currency: "US Dollar (Next day)",
|
|
3223
|
+
code: "USN",
|
|
3224
|
+
number: 997
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
iso_currency_code_uuid: "019b8378-248c-75d3-bd15-5bbe02a4417a",
|
|
3228
|
+
currency: "Uruguay Peso en Unidades Indexadas (URUIURUI)",
|
|
3229
|
+
code: "UYI",
|
|
3230
|
+
number: 940
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
iso_currency_code_uuid: "019b8378-248c-7651-aedd-97d795bc1ca2",
|
|
3234
|
+
currency: "Peso Uruguayo",
|
|
3235
|
+
code: "UYU",
|
|
3236
|
+
number: 858
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
iso_currency_code_uuid: "019b8378-248c-76d6-8f74-13cde254bb8d",
|
|
3240
|
+
currency: "Uzbekistan Sum",
|
|
3241
|
+
code: "UZS",
|
|
3242
|
+
number: 860
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
iso_currency_code_uuid: "019b8378-248c-7752-b400-d91062d3c114",
|
|
3246
|
+
currency: "Vatu",
|
|
3247
|
+
code: "VUV",
|
|
3248
|
+
number: 548
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
iso_currency_code_uuid: "019b8378-248c-77d6-af12-4882baa0c8e1",
|
|
3252
|
+
currency: "Bolivar",
|
|
3253
|
+
code: "VEF",
|
|
3254
|
+
number: 937
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
iso_currency_code_uuid: "019b8378-248c-7856-bb54-0b7e27832cd1",
|
|
3258
|
+
currency: "Bolivar",
|
|
3259
|
+
code: "VED",
|
|
3260
|
+
number: 926
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
iso_currency_code_uuid: "019b8378-248c-78da-9277-97b82b8ab479",
|
|
3264
|
+
currency: "Dong",
|
|
3265
|
+
code: "VND",
|
|
3266
|
+
number: 704
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
iso_currency_code_uuid: "019b8378-248c-7959-aea7-3833f8416355",
|
|
3270
|
+
currency: "Yemeni Rial",
|
|
3271
|
+
code: "YER",
|
|
3272
|
+
number: 886
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
iso_currency_code_uuid: "019b8378-248c-79d8-8ff2-480524ac3e88",
|
|
3276
|
+
currency: "Zambian Kwacha",
|
|
3277
|
+
code: "ZMW",
|
|
3278
|
+
number: 967
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
iso_currency_code_uuid: "019b8378-248c-7a5d-b3cc-8163abe74084",
|
|
3282
|
+
currency: "Zimbabwe Dollar",
|
|
3283
|
+
code: "ZWL",
|
|
3284
|
+
number: 932
|
|
3285
|
+
}
|
|
3286
|
+
];
|
|
3287
|
+
const isoCurrencyCodeDropdown = isoCurrencyCodeRaw.map((item) => ({
|
|
3288
|
+
label: `${item.currency} - ${item.code} - ${item.number}`,
|
|
3289
|
+
value: item.iso_currency_code_uuid
|
|
3290
|
+
}));
|
|
3291
|
+
//#endregion
|
|
3292
|
+
//#region src/constants/isoLanguageCode.ts
|
|
3293
|
+
const isoLanguageCodeRaw = [
|
|
3294
|
+
{
|
|
3295
|
+
iso_language_code_uuid: "019b837c-fc26-7c0a-857e-241644fe80f9",
|
|
3296
|
+
language: "Abkhazian",
|
|
3297
|
+
code: "ab"
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
iso_language_code_uuid: "019b837c-fc28-7da8-93bb-a71cfad6df21",
|
|
3301
|
+
language: "Afar",
|
|
3302
|
+
code: "aa"
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
iso_language_code_uuid: "019b837c-fc28-7efb-9086-d8d95972b846",
|
|
3306
|
+
language: "Afrikaans",
|
|
3307
|
+
code: "af"
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
iso_language_code_uuid: "019b837c-fc28-7fef-ab10-0db70f2e8f56",
|
|
3311
|
+
language: "Akan",
|
|
3312
|
+
code: "ak"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
iso_language_code_uuid: "019b837c-fc29-7103-9050-9a2d1f950441",
|
|
3316
|
+
language: "Albanian",
|
|
3317
|
+
code: "sq"
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
iso_language_code_uuid: "019b837c-fc29-71e7-8400-5cef129abafb",
|
|
3321
|
+
language: "Amharic",
|
|
3322
|
+
code: "am"
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
iso_language_code_uuid: "019b837c-fc29-72ca-8168-5cb56aedcac7",
|
|
3326
|
+
language: "Arabic",
|
|
3327
|
+
code: "ar"
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
iso_language_code_uuid: "019b837c-fc29-73aa-94a5-3186d4c494f4",
|
|
3331
|
+
language: "Aragonese",
|
|
3332
|
+
code: "an"
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
iso_language_code_uuid: "019b837c-fc29-748c-a179-b9bd8aba2e76",
|
|
3336
|
+
language: "Armenian",
|
|
3337
|
+
code: "hy"
|
|
3338
|
+
},
|
|
3339
|
+
{
|
|
3340
|
+
iso_language_code_uuid: "019b837c-fc29-7570-927f-eba6b8cfb5c2",
|
|
3341
|
+
language: "Assamese",
|
|
3342
|
+
code: "as"
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
iso_language_code_uuid: "019b837c-fc29-7650-92a0-01f954e21c8d",
|
|
3346
|
+
language: "Avaric",
|
|
3347
|
+
code: "av"
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
iso_language_code_uuid: "019b837c-fc29-7737-b11f-0a474d212259",
|
|
3351
|
+
language: "Avestan",
|
|
3352
|
+
code: "ae"
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
iso_language_code_uuid: "019b837c-fc29-7819-83c7-46951d61dcb3",
|
|
3356
|
+
language: "Aymara",
|
|
3357
|
+
code: "ay"
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
iso_language_code_uuid: "019b837c-fc29-78f8-b253-6ccb36d5a1ee",
|
|
3361
|
+
language: "Azerbaijani",
|
|
3362
|
+
code: "az"
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
iso_language_code_uuid: "019b837c-fc29-79d9-9242-c4996d1ff7c8",
|
|
3366
|
+
language: "Bambara",
|
|
3367
|
+
code: "bm"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
iso_language_code_uuid: "019b837c-fc29-7abe-8fba-ac20a6eaeba7",
|
|
3371
|
+
language: "Bashkir",
|
|
3372
|
+
code: "ba"
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
iso_language_code_uuid: "019b837c-fc29-7b9f-9164-0fd6797ce588",
|
|
3376
|
+
language: "Basque",
|
|
3377
|
+
code: "eu"
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
iso_language_code_uuid: "019b837c-fc29-7c7c-bb61-acc70661c4a0",
|
|
3381
|
+
language: "Belarusian",
|
|
3382
|
+
code: "be"
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
iso_language_code_uuid: "019b837c-fc29-7d60-acfb-8a835b8c97ad",
|
|
3386
|
+
language: "Bengali (Bangla)",
|
|
3387
|
+
code: "bn"
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
iso_language_code_uuid: "019b837c-fc29-7e43-823e-00de846fa96f",
|
|
3391
|
+
language: "Bihari",
|
|
3392
|
+
code: "bh"
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
iso_language_code_uuid: "019b837c-fc29-7f23-ab6b-c97344a37246",
|
|
3396
|
+
language: "Bislama",
|
|
3397
|
+
code: "bi"
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
iso_language_code_uuid: "019b837c-fc2a-7007-9130-7a757434cc68",
|
|
3401
|
+
language: "Bosnian",
|
|
3402
|
+
code: "bs"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
iso_language_code_uuid: "019b837c-fc2a-70e5-9ac8-3d941c89d890",
|
|
3406
|
+
language: "Breton",
|
|
3407
|
+
code: "br"
|
|
3408
|
+
},
|
|
3409
|
+
{
|
|
3410
|
+
iso_language_code_uuid: "019b837c-fc2a-71c6-9626-9b7cfc4b7bfd",
|
|
3411
|
+
language: "Bulgarian",
|
|
3412
|
+
code: "bg"
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
iso_language_code_uuid: "019b837c-fc2a-72a0-824c-a34d2073ed7d",
|
|
3416
|
+
language: "Burmese",
|
|
3417
|
+
code: "my"
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
iso_language_code_uuid: "019b837c-fc2a-7385-b8cc-fc6870b24190",
|
|
3421
|
+
language: "Catalan",
|
|
3422
|
+
code: "ca"
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
iso_language_code_uuid: "019b837c-fc2a-7464-9347-654236e85cf7",
|
|
3426
|
+
language: "Chamorro",
|
|
3427
|
+
code: "ch"
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
iso_language_code_uuid: "019b837c-fc2a-756e-9f03-d966729d2d3d",
|
|
3431
|
+
language: "Chechen",
|
|
3432
|
+
code: "ce"
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
iso_language_code_uuid: "019b837c-fc2a-7726-878d-ac80c254047a",
|
|
3436
|
+
language: "Chichewa, Chewa, Nyanja",
|
|
3437
|
+
code: "ny"
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
iso_language_code_uuid: "019b837c-fc2a-7855-b941-e188da3df864",
|
|
3441
|
+
language: "Chinese",
|
|
3442
|
+
code: "zh"
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
iso_language_code_uuid: "019b837c-fc2a-794c-821a-7deee35382f7",
|
|
3446
|
+
language: "Chinese (Simplified)",
|
|
3447
|
+
code: "zh-Hans"
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
iso_language_code_uuid: "019b837c-fc2a-7a3b-bed6-4da9c7ed55c2",
|
|
3451
|
+
language: "Chinese (Traditional)",
|
|
3452
|
+
code: "zh-Hant"
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
iso_language_code_uuid: "019b837c-fc2a-7b1c-9bf9-f863fb64e76c",
|
|
3456
|
+
language: "Chuvash",
|
|
3457
|
+
code: "cv"
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
iso_language_code_uuid: "019b837c-fc2a-7c02-9c17-6e0aa818c506",
|
|
3461
|
+
language: "Cornish",
|
|
3462
|
+
code: "kw"
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
iso_language_code_uuid: "019b837c-fc2a-7ce0-ab22-d2b37dfad545",
|
|
3466
|
+
language: "Corsican",
|
|
3467
|
+
code: "co"
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
iso_language_code_uuid: "019b837c-fc2a-7dc0-8657-d5ff464e1959",
|
|
3471
|
+
language: "Cree",
|
|
3472
|
+
code: "cr"
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
iso_language_code_uuid: "019b837c-fc2a-7ea1-b6d3-7d53c3283234",
|
|
3476
|
+
language: "Croatian",
|
|
3477
|
+
code: "hr"
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
iso_language_code_uuid: "019b837c-fc2a-7fde-b0f8-85be49be3737",
|
|
3481
|
+
language: "Czech",
|
|
3482
|
+
code: "cs"
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
iso_language_code_uuid: "019b837c-fc2b-7116-b7f9-f5bebc1ef083",
|
|
3486
|
+
language: "Danish",
|
|
3487
|
+
code: "da"
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
iso_language_code_uuid: "019b837c-fc2b-7227-bd2e-777718583d41",
|
|
3491
|
+
language: "Divehi, Dhivehi, Maldivian",
|
|
3492
|
+
code: "dv"
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
iso_language_code_uuid: "019b837c-fc2b-73e8-a05e-ce1100489c9d",
|
|
3496
|
+
language: "Dutch",
|
|
3497
|
+
code: "nl"
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
iso_language_code_uuid: "019b837c-fc2b-751b-9b45-458077629f81",
|
|
3501
|
+
language: "Dzongkha",
|
|
3502
|
+
code: "dz"
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
iso_language_code_uuid: "019b837c-fc2b-7644-91aa-746a58783b5e",
|
|
3506
|
+
language: "English",
|
|
3507
|
+
code: "en"
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
iso_language_code_uuid: "019b837c-fc2b-7777-b1b2-72685cb2704d",
|
|
3511
|
+
language: "Esperanto",
|
|
3512
|
+
code: "eo"
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
iso_language_code_uuid: "019b837c-fc2b-789d-bbdd-1735ed8920e4",
|
|
3516
|
+
language: "Estonian",
|
|
3517
|
+
code: "et"
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
iso_language_code_uuid: "019b837c-fc2b-79a9-a5f4-ded65771e366",
|
|
3521
|
+
language: "Ewe",
|
|
3522
|
+
code: "ee"
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
iso_language_code_uuid: "019b837c-fc2b-7b47-a4d2-939d7f74f20c",
|
|
3526
|
+
language: "Faroese",
|
|
3527
|
+
code: "fo"
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
iso_language_code_uuid: "019b837c-fc2b-7c54-8baf-5ca258b117d6",
|
|
3531
|
+
language: "Fijian",
|
|
3532
|
+
code: "fj"
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
iso_language_code_uuid: "019b837c-fc2b-7d61-8261-28ace81ea1cf",
|
|
3536
|
+
language: "Finnish",
|
|
3537
|
+
code: "fi"
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
iso_language_code_uuid: "019b837c-fc2b-7e43-b76f-fecfe3f87bb8",
|
|
3541
|
+
language: "French",
|
|
3542
|
+
code: "fr"
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
iso_language_code_uuid: "019b837c-fc2b-7f22-9300-eafa8c5b12f6",
|
|
3546
|
+
language: "Fula, Fulah, Pulaar, Pular",
|
|
3547
|
+
code: "ff"
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
iso_language_code_uuid: "019b837c-fc2c-7006-a380-4f26cfc41e6a",
|
|
3551
|
+
language: "Galician",
|
|
3552
|
+
code: "gl"
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
iso_language_code_uuid: "019b837c-fc2c-70e5-a11f-c3551ca7de20",
|
|
3556
|
+
language: "Gaelic (Scottish)",
|
|
3557
|
+
code: "gd"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
iso_language_code_uuid: "019b837c-fc2c-71c8-83ee-d5f6b31feba5",
|
|
3561
|
+
language: "Gaelic (Manx)",
|
|
3562
|
+
code: "gv"
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
iso_language_code_uuid: "019b837c-fc2c-72ae-b8a0-157f6e29f908",
|
|
3566
|
+
language: "Georgian",
|
|
3567
|
+
code: "ka"
|
|
3568
|
+
},
|
|
3569
|
+
{
|
|
3570
|
+
iso_language_code_uuid: "019b837c-fc2c-738c-beb8-4b4a3821c8ef",
|
|
3571
|
+
language: "German",
|
|
3572
|
+
code: "de"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
iso_language_code_uuid: "019b837c-fc2c-746d-b06e-1f6731506173",
|
|
3576
|
+
language: "Greek",
|
|
3577
|
+
code: "el"
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
iso_language_code_uuid: "019b837c-fc2c-754c-bfb7-0267b06b304b",
|
|
3581
|
+
language: "Greenlandic",
|
|
3582
|
+
code: "kl"
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
iso_language_code_uuid: "019b837c-fc2c-7632-a0b5-db7c0f1cb133",
|
|
3586
|
+
language: "Guarani",
|
|
3587
|
+
code: "gn"
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
iso_language_code_uuid: "019b837c-fc2c-7711-a19e-dc4839eb7bee",
|
|
3591
|
+
language: "Gujarati",
|
|
3592
|
+
code: "gu"
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
iso_language_code_uuid: "019b837c-fc2c-77f1-95ca-ab6c45fe240f",
|
|
3596
|
+
language: "Haitian Creole",
|
|
3597
|
+
code: "ht"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
iso_language_code_uuid: "019b837c-fc2c-78d4-9eaa-f3abb1d5643d",
|
|
3601
|
+
language: "Hausa",
|
|
3602
|
+
code: "ha"
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
iso_language_code_uuid: "019b837c-fc2c-79b3-893d-318277a9d26d",
|
|
3606
|
+
language: "Hebrew",
|
|
3607
|
+
code: "he"
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
iso_language_code_uuid: "019b837c-fc2c-7a91-be9a-03aaeb03c29e",
|
|
3611
|
+
language: "Herero",
|
|
3612
|
+
code: "hz"
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
iso_language_code_uuid: "019b837c-fc2c-7b77-877a-bf17eb79340a",
|
|
3616
|
+
language: "Hindi",
|
|
3617
|
+
code: "hi"
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
iso_language_code_uuid: "019b837c-fc2c-7c50-ab6c-9a18e50a50c6",
|
|
3621
|
+
language: "Hiri Motu",
|
|
3622
|
+
code: "ho"
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
iso_language_code_uuid: "019b837c-fc2c-7d31-b01e-a76157030367",
|
|
3626
|
+
language: "Hungarian",
|
|
3627
|
+
code: "hu"
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
iso_language_code_uuid: "019b837c-fc2c-7e15-ab01-2eee68da963e",
|
|
3631
|
+
language: "Icelandic",
|
|
3632
|
+
code: "is"
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
iso_language_code_uuid: "019b837c-fc2c-7ef7-8e28-728b3cd973d0",
|
|
3636
|
+
language: "Ido",
|
|
3637
|
+
code: "io"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
iso_language_code_uuid: "019b837c-fc2c-7fd7-bab0-f5dcd339f8c7",
|
|
3641
|
+
language: "Igbo",
|
|
3642
|
+
code: "ig"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
iso_language_code_uuid: "019b837c-fc2d-70ba-80c8-3c7cf91d657f",
|
|
3646
|
+
language: "Indonesian",
|
|
3647
|
+
code: "id, in"
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
iso_language_code_uuid: "019b837c-fc2d-719b-85c3-4438495e8ad6",
|
|
3651
|
+
language: "Interlingua",
|
|
3652
|
+
code: "ia"
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
iso_language_code_uuid: "019b837c-fc2d-727b-a442-5e3e1caee86f",
|
|
3656
|
+
language: "Interlingue",
|
|
3657
|
+
code: "ie"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
iso_language_code_uuid: "019b837c-fc2d-735d-b72a-6fda051fbd83",
|
|
3661
|
+
language: "Inuktitut",
|
|
3662
|
+
code: "iu"
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
iso_language_code_uuid: "019b837c-fc2d-740e-8996-fa9f3b3861f0",
|
|
3666
|
+
language: "Inupiak",
|
|
3667
|
+
code: "ik"
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
iso_language_code_uuid: "019b837c-fc2d-74b1-a5e4-f428982c8512",
|
|
3671
|
+
language: "Irish",
|
|
3672
|
+
code: "ga"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
iso_language_code_uuid: "019b837c-fc2d-7553-a6b5-fde34dc3b2e4",
|
|
3676
|
+
language: "Italian",
|
|
3677
|
+
code: "it"
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
iso_language_code_uuid: "019b837c-fc2d-75f6-ae7c-b02bb2d3d259",
|
|
3681
|
+
language: "Japanese",
|
|
3682
|
+
code: "ja"
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
iso_language_code_uuid: "019b837c-fc2d-7698-884d-1119b34e3242",
|
|
3686
|
+
language: "Javanese",
|
|
3687
|
+
code: "jv"
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
iso_language_code_uuid: "019b837c-fc2d-773f-9d2f-eee422a02919",
|
|
3691
|
+
language: "Kalaallisut, Greenlandic",
|
|
3692
|
+
code: "kl"
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
iso_language_code_uuid: "019b837c-fc2d-77e4-823b-ec75f037eba2",
|
|
3696
|
+
language: "Kannada",
|
|
3697
|
+
code: "kn"
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
iso_language_code_uuid: "019b837c-fc2d-7886-be5d-708f58eb84a9",
|
|
3701
|
+
language: "Kanuri",
|
|
3702
|
+
code: "kr"
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
iso_language_code_uuid: "019b837c-fc2d-7929-84e3-ed6d56eb0f2e",
|
|
3706
|
+
language: "Kashmiri",
|
|
3707
|
+
code: "ks"
|
|
3708
|
+
},
|
|
3709
|
+
{
|
|
3710
|
+
iso_language_code_uuid: "019b837c-fc2d-79cf-8706-64ff91f5160c",
|
|
3711
|
+
language: "Kazakh",
|
|
3712
|
+
code: "kk"
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
iso_language_code_uuid: "019b837c-fc2d-7a74-a37d-09fb61b32fc5",
|
|
3716
|
+
language: "Khmer",
|
|
3717
|
+
code: "km"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
iso_language_code_uuid: "019b837c-fc2d-7b19-b690-29a16a131fef",
|
|
3721
|
+
language: "Kikuyu",
|
|
3722
|
+
code: "ki"
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
iso_language_code_uuid: "019b837c-fc2d-7bbc-b232-f70caa4fd171",
|
|
3726
|
+
language: "Kinyarwanda (Rwanda)",
|
|
3727
|
+
code: "rw"
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
iso_language_code_uuid: "019b837c-fc2d-7c60-9451-4055e23de272",
|
|
3731
|
+
language: "Kirundi",
|
|
3732
|
+
code: "rn"
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
iso_language_code_uuid: "019b837c-fc2d-7d0b-8ffd-ae2702dbfef6",
|
|
3736
|
+
language: "Kyrgyz",
|
|
3737
|
+
code: "ky"
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
iso_language_code_uuid: "019b837c-fc2d-7da8-8194-b65d81a0fda1",
|
|
3741
|
+
language: "Komi",
|
|
3742
|
+
code: "kv"
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
iso_language_code_uuid: "019b837c-fc2d-7e53-9581-e87b39b8efbc",
|
|
3746
|
+
language: "Kongo",
|
|
3747
|
+
code: "kg"
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
iso_language_code_uuid: "019b837c-fc2d-7ef5-926c-21ba4d22abed",
|
|
3751
|
+
language: "Korean",
|
|
3752
|
+
code: "ko"
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
iso_language_code_uuid: "019b837c-fc2d-7f99-b441-cfe10b39c976",
|
|
3756
|
+
language: "Kurdish",
|
|
3757
|
+
code: "ku"
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
iso_language_code_uuid: "019b837c-fc2e-703c-9200-c72de8edb4a6",
|
|
3761
|
+
language: "Kwanyama",
|
|
3762
|
+
code: "kj"
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
iso_language_code_uuid: "019b837c-fc2e-70e3-ac4e-cf5cfd17e5a2",
|
|
3766
|
+
language: "Lao",
|
|
3767
|
+
code: "lo"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
iso_language_code_uuid: "019b837c-fc2e-7186-9361-affb8c4ab37f",
|
|
3771
|
+
language: "Latin",
|
|
3772
|
+
code: "la"
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
iso_language_code_uuid: "019b837c-fc2e-722d-951d-90a79c523170",
|
|
3776
|
+
language: "Latvian (Lettish)",
|
|
3777
|
+
code: "lv"
|
|
3778
|
+
},
|
|
3779
|
+
{
|
|
3780
|
+
iso_language_code_uuid: "019b837c-fc2e-72d0-ad92-20feaf1c3b95",
|
|
3781
|
+
language: "Limburgish ( Limburger)",
|
|
3782
|
+
code: "li"
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
iso_language_code_uuid: "019b837c-fc2e-7376-955d-dc02c2fcfeb8",
|
|
3786
|
+
language: "Lingala",
|
|
3787
|
+
code: "ln"
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
iso_language_code_uuid: "019b837c-fc2e-7418-8c8f-d5d258beb017",
|
|
3791
|
+
language: "Lithuanian",
|
|
3792
|
+
code: "lt"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
iso_language_code_uuid: "019b837c-fc2e-74be-8043-93e86e02c61e",
|
|
3796
|
+
language: "Luga-Katanga",
|
|
3797
|
+
code: "lu"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
iso_language_code_uuid: "019b837c-fc2e-7567-b076-a2d4e254bb25",
|
|
3801
|
+
language: "Luganda, Ganda",
|
|
3802
|
+
code: "lg"
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
iso_language_code_uuid: "019b837c-fc2e-760b-93d8-3f39fc687a7d",
|
|
3806
|
+
language: "Luxembourgish",
|
|
3807
|
+
code: "lb"
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
iso_language_code_uuid: "019b837c-fc2e-76f0-b4b1-92b2cbca3361",
|
|
3811
|
+
language: "Manx",
|
|
3812
|
+
code: "gv"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
iso_language_code_uuid: "019b837c-fc2e-779f-97a0-7ac0d6cfc399",
|
|
3816
|
+
language: "Macedonian",
|
|
3817
|
+
code: "mk"
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
iso_language_code_uuid: "019b837c-fc2e-7847-8649-baa0dfeae373",
|
|
3821
|
+
language: "Malagasy",
|
|
3822
|
+
code: "mg"
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
iso_language_code_uuid: "019b837c-fc2e-78eb-b22f-ccc1e6095b60",
|
|
3826
|
+
language: "Malay",
|
|
3827
|
+
code: "ms"
|
|
3828
|
+
},
|
|
3829
|
+
{
|
|
3830
|
+
iso_language_code_uuid: "019b837c-fc2e-798e-8b4c-74a4153d156f",
|
|
3831
|
+
language: "Malayalam",
|
|
3832
|
+
code: "ml"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
iso_language_code_uuid: "019b837c-fc2e-7a30-97ec-95b1585c78aa",
|
|
3836
|
+
language: "Maltese",
|
|
3837
|
+
code: "mt"
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
iso_language_code_uuid: "019b837c-fc2e-7ad7-9d5e-c88d3c1bb0d0",
|
|
3841
|
+
language: "Maori",
|
|
3842
|
+
code: "mi"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
iso_language_code_uuid: "019b837c-fc2e-7b7f-a86e-76dbac8d5c1c",
|
|
3846
|
+
language: "Marathi",
|
|
3847
|
+
code: "mr"
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
iso_language_code_uuid: "019b837c-fc2e-7c22-9c32-ab36f14755a7",
|
|
3851
|
+
language: "Marshallese",
|
|
3852
|
+
code: "mh"
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
iso_language_code_uuid: "019b837c-fc2e-7d4b-bb89-9afbce3cfcbe",
|
|
3856
|
+
language: "Moldavian",
|
|
3857
|
+
code: "mo"
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
iso_language_code_uuid: "019b837c-fc2e-7df4-8536-7462553318f8",
|
|
3861
|
+
language: "Mongolian",
|
|
3862
|
+
code: "mn"
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
iso_language_code_uuid: "019b837c-fc2e-7ed9-aca1-094506a8fde7",
|
|
3866
|
+
language: "Nauru",
|
|
3867
|
+
code: "na"
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
iso_language_code_uuid: "019b837c-fc2e-7fa0-b20d-f0ebd122036c",
|
|
3871
|
+
language: "Navajo",
|
|
3872
|
+
code: "nv"
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
iso_language_code_uuid: "019b837c-fc2f-704a-9dd3-0a8774c372da",
|
|
3876
|
+
language: "Ndonga",
|
|
3877
|
+
code: "ng"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
iso_language_code_uuid: "019b837c-fc2f-70ed-b026-b768e9cd1e96",
|
|
3881
|
+
language: "Northern Ndebele",
|
|
3882
|
+
code: "nd"
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
iso_language_code_uuid: "019b837c-fc2f-7190-8f0f-0b0ae0f183a0",
|
|
3886
|
+
language: "Nepali",
|
|
3887
|
+
code: "ne"
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
iso_language_code_uuid: "019b837c-fc2f-7235-b5ab-44a67a4ef206",
|
|
3891
|
+
language: "Norwegian",
|
|
3892
|
+
code: "no"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
iso_language_code_uuid: "019b837c-fc2f-78ff-8017-b0af11515ac9",
|
|
3896
|
+
language: "Norwegian bokmål",
|
|
3897
|
+
code: "nb"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
iso_language_code_uuid: "019b837c-fc2f-79b0-b476-032d6f422e5d",
|
|
3901
|
+
language: "Norwegian nynorsk",
|
|
3902
|
+
code: "nn"
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
iso_language_code_uuid: "019b837c-fc2f-7a54-bfb6-f5157b42d5b1",
|
|
3906
|
+
language: "Nuosu",
|
|
3907
|
+
code: "ii"
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
iso_language_code_uuid: "019b837c-fc2f-7b5f-8b7a-64a299b09937",
|
|
3911
|
+
language: "Occitan",
|
|
3912
|
+
code: "oc"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
iso_language_code_uuid: "019b837c-fc2f-7c3d-af10-8e5208a89d79",
|
|
3916
|
+
language: "Ojibwe",
|
|
3917
|
+
code: "oj"
|
|
3918
|
+
},
|
|
3919
|
+
{
|
|
3920
|
+
iso_language_code_uuid: "019b837c-fc2f-7d24-a435-ccb2c155b877",
|
|
3921
|
+
language: "Old Church Slavonic, Old Bulgarian",
|
|
3922
|
+
code: "cu"
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
iso_language_code_uuid: "019b837c-fc2f-7df0-b4e9-bf077ea1338d",
|
|
3926
|
+
language: "Oriya",
|
|
3927
|
+
code: "or"
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
iso_language_code_uuid: "019b837c-fc2f-7ef4-81ab-7f675bc1aa2e",
|
|
3931
|
+
language: "Oromo (Afaan Oromo)",
|
|
3932
|
+
code: "om"
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
iso_language_code_uuid: "019b837c-fc2f-7fc4-9493-9dbc40291c8f",
|
|
3936
|
+
language: "Ossetian",
|
|
3937
|
+
code: "os"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
iso_language_code_uuid: "019b837c-fc30-708c-b010-bb5e651329e1",
|
|
3941
|
+
language: "Pāli",
|
|
3942
|
+
code: "pi"
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
iso_language_code_uuid: "019b837c-fc30-7137-aa62-f5ceb7dfb793",
|
|
3946
|
+
language: "Pashto, Pushto",
|
|
3947
|
+
code: "ps"
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
iso_language_code_uuid: "019b837c-fc30-71d8-99ad-a71e4cd4fcb4",
|
|
3951
|
+
language: "Persian (Farsi)",
|
|
3952
|
+
code: "fa"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
iso_language_code_uuid: "019b837c-fc30-7281-9f41-24807f85f1e2",
|
|
3956
|
+
language: "Polish",
|
|
3957
|
+
code: "pl"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
iso_language_code_uuid: "019b837c-fc30-7327-86e6-ac64a75a9bc5",
|
|
3961
|
+
language: "Portuguese",
|
|
3962
|
+
code: "pt"
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
iso_language_code_uuid: "019b837c-fc3c-79b3-a795-9e56ca21c284",
|
|
3966
|
+
language: "Punjabi (Eastern)",
|
|
3967
|
+
code: "pa"
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
iso_language_code_uuid: "019b837c-fc3c-7ae8-a70d-430a31c2178a",
|
|
3971
|
+
language: "Quechua",
|
|
3972
|
+
code: "qu"
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
iso_language_code_uuid: "019b837c-fc3c-7b99-a260-0b6d46050fb2",
|
|
3976
|
+
language: "Romansh",
|
|
3977
|
+
code: "rm"
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
iso_language_code_uuid: "019b837c-fc3c-7c8a-88c5-433d53fbd97b",
|
|
3981
|
+
language: "Romanian",
|
|
3982
|
+
code: "ro"
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
iso_language_code_uuid: "019b837c-fc3c-7d13-9109-8df931b8c0b8",
|
|
3986
|
+
language: "Russian",
|
|
3987
|
+
code: "ru"
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
iso_language_code_uuid: "019b837c-fc3c-7df0-a451-1d26a4079908",
|
|
3991
|
+
language: "Sami",
|
|
3992
|
+
code: "se"
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
iso_language_code_uuid: "019b837c-fc3c-7ea2-b118-3084f7e42994",
|
|
3996
|
+
language: "Samoan",
|
|
3997
|
+
code: "sm"
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
iso_language_code_uuid: "019b837c-fc3c-7f1f-b832-8613ddca031c",
|
|
4001
|
+
language: "Sango",
|
|
4002
|
+
code: "sg"
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
iso_language_code_uuid: "019b837c-fc3c-7f95-bf6c-7e6f3f6d1d9f",
|
|
4006
|
+
language: "Sanskrit",
|
|
4007
|
+
code: "sa"
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
iso_language_code_uuid: "019b837c-fc3d-7004-af82-b65167048889",
|
|
4011
|
+
language: "Serbian",
|
|
4012
|
+
code: "sr"
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
iso_language_code_uuid: "019b837c-fc3d-7073-987e-d1b2ed15261c",
|
|
4016
|
+
language: "Serbo-Croatian",
|
|
4017
|
+
code: "sh"
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
iso_language_code_uuid: "019b837c-fc3d-70e0-9b50-92205c63685e",
|
|
4021
|
+
language: "Sesotho",
|
|
4022
|
+
code: "st"
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
iso_language_code_uuid: "019b837c-fc3d-714d-9901-2d461499665d",
|
|
4026
|
+
language: "Setswana",
|
|
4027
|
+
code: "tn"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
iso_language_code_uuid: "019b837c-fc3d-71bc-a9d3-2b2125338d62",
|
|
4031
|
+
language: "Shona",
|
|
4032
|
+
code: "sn"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
iso_language_code_uuid: "019b837c-fc3d-7228-900d-e7646bdc071b",
|
|
4036
|
+
language: "Sichuan Yi",
|
|
4037
|
+
code: "ii"
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
iso_language_code_uuid: "019b837c-fc3d-7297-82e6-0e73189ba61f",
|
|
4041
|
+
language: "Sindhi",
|
|
4042
|
+
code: "sd"
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
iso_language_code_uuid: "019b837c-fc3d-7304-9245-f6e723c4596b",
|
|
4046
|
+
language: "Sinhalese",
|
|
4047
|
+
code: "si"
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
iso_language_code_uuid: "019b837c-fc3d-73ad-b027-aee9b33ebcce",
|
|
4051
|
+
language: "Siswati",
|
|
4052
|
+
code: "ss"
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
iso_language_code_uuid: "019b837c-fc3d-7423-a8bb-fb6bc8df272d",
|
|
4056
|
+
language: "Slovak",
|
|
4057
|
+
code: "sk"
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
iso_language_code_uuid: "019b837c-fc3d-748e-a479-5f1d6839c226",
|
|
4061
|
+
language: "Slovenian",
|
|
4062
|
+
code: "sl"
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
iso_language_code_uuid: "019b837c-fc3d-74fd-9656-a5cd5263c122",
|
|
4066
|
+
language: "Somali",
|
|
4067
|
+
code: "so"
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
iso_language_code_uuid: "019b837c-fc3d-7568-9a40-1c548e98899e",
|
|
4071
|
+
language: "Southern Ndebele",
|
|
4072
|
+
code: "nr"
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
iso_language_code_uuid: "019b837c-fc3d-75d7-b499-551751033087",
|
|
4076
|
+
language: "Spanish",
|
|
4077
|
+
code: "es"
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
iso_language_code_uuid: "019b837c-fc3d-7643-866f-f5c847da1300",
|
|
4081
|
+
language: "Sundanese",
|
|
4082
|
+
code: "su"
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
iso_language_code_uuid: "019b837c-fc3d-76ae-aeb9-fb45984a2d6a",
|
|
4086
|
+
language: "Swahili (Kiswahili)",
|
|
4087
|
+
code: "sw"
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
iso_language_code_uuid: "019b837c-fc3d-771a-a664-55c2edf8d6d4",
|
|
4091
|
+
language: "Swati",
|
|
4092
|
+
code: "ss"
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
iso_language_code_uuid: "019b837c-fc3d-7785-9ce0-1c660f9f72e3",
|
|
4096
|
+
language: "Swedish",
|
|
4097
|
+
code: "sv"
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
iso_language_code_uuid: "019b837c-fc3d-77f0-a267-3ba66ffe9e8d",
|
|
4101
|
+
language: "Tagalog",
|
|
4102
|
+
code: "tl"
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
iso_language_code_uuid: "019b837c-fc3d-785d-9692-e056429d5e21",
|
|
4106
|
+
language: "Tahitian",
|
|
4107
|
+
code: "ty"
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
iso_language_code_uuid: "019b837c-fc3d-78c8-82ef-6af7ecf5f23a",
|
|
4111
|
+
language: "Tajik",
|
|
4112
|
+
code: "tg"
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
iso_language_code_uuid: "019b837c-fc3d-7937-8d6a-181868dd38e0",
|
|
4116
|
+
language: "Tamil",
|
|
4117
|
+
code: "ta"
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
iso_language_code_uuid: "019b837c-fc3d-79a2-b31f-faed643bff10",
|
|
4121
|
+
language: "Tatar",
|
|
4122
|
+
code: "tt"
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
iso_language_code_uuid: "019b837c-fc3d-7a12-8cb8-9696e64fadd3",
|
|
4126
|
+
language: "Telugu",
|
|
4127
|
+
code: "te"
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
iso_language_code_uuid: "019b837c-fc3d-7a78-a516-42481ef2eccd",
|
|
4131
|
+
language: "Thai",
|
|
4132
|
+
code: "th"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
iso_language_code_uuid: "019b837c-fc3d-7ae9-9454-335bf7fbc898",
|
|
4136
|
+
language: "Tibetan",
|
|
4137
|
+
code: "bo"
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
iso_language_code_uuid: "019b837c-fc3d-7b52-b786-7ab9f11eaa80",
|
|
4141
|
+
language: "Tigrinya",
|
|
4142
|
+
code: "ti"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
iso_language_code_uuid: "019b837c-fc3d-7bc3-8a0f-9e85c0ad47cd",
|
|
4146
|
+
language: "Tonga",
|
|
4147
|
+
code: "to"
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
iso_language_code_uuid: "019b837c-fc3d-7c2f-a8dc-eeff5ce3a87c",
|
|
4151
|
+
language: "Tsonga",
|
|
4152
|
+
code: "ts"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
iso_language_code_uuid: "019b837c-fc3d-7c9b-9f4d-f9d540e96bf2",
|
|
4156
|
+
language: "Turkish",
|
|
4157
|
+
code: "tr"
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
iso_language_code_uuid: "019b837c-fc3d-7d05-b8cd-863def91a94c",
|
|
4161
|
+
language: "Turkmen",
|
|
4162
|
+
code: "tk"
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
iso_language_code_uuid: "019b837c-fc3d-7d70-9349-326b234bad8e",
|
|
4166
|
+
language: "Twi",
|
|
4167
|
+
code: "tw"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
iso_language_code_uuid: "019b837c-fc3d-7dde-8d83-1a2b4de028cb",
|
|
4171
|
+
language: "Uyghur",
|
|
4172
|
+
code: "ug"
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
iso_language_code_uuid: "019b837c-fc3d-7e48-9b28-afd2b8e1e876",
|
|
4176
|
+
language: "Ukrainian",
|
|
4177
|
+
code: "uk"
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
iso_language_code_uuid: "019b837c-fc3d-7eb4-adda-ffd38139ae3f",
|
|
4181
|
+
language: "Urdu",
|
|
4182
|
+
code: "ur"
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
iso_language_code_uuid: "019b837c-fc3d-7f23-8e1f-dfec4c704668",
|
|
4186
|
+
language: "Uzbek",
|
|
4187
|
+
code: "uz"
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
iso_language_code_uuid: "019b837c-fc3d-7f8f-bf6f-250bc8b72a85",
|
|
4191
|
+
language: "Venda",
|
|
4192
|
+
code: "ve"
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
iso_language_code_uuid: "019b837c-fc3e-7011-9d0e-deb2e4a154b2",
|
|
4196
|
+
language: "Vietnamese",
|
|
4197
|
+
code: "vi"
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
iso_language_code_uuid: "019b837c-fc3e-7078-924d-3c553ae29f86",
|
|
4201
|
+
language: "Volapük",
|
|
4202
|
+
code: "vo"
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
iso_language_code_uuid: "019b837c-fc3e-70ea-a6a3-7893449f7287",
|
|
4206
|
+
language: "Wallon",
|
|
4207
|
+
code: "wa"
|
|
4208
|
+
},
|
|
4209
|
+
{
|
|
4210
|
+
iso_language_code_uuid: "019b837c-fc3e-71f9-83ea-7677cdc0bf01",
|
|
4211
|
+
language: "Welsh",
|
|
4212
|
+
code: "cy"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
iso_language_code_uuid: "019b837c-fc3e-726d-ba5c-3e52ef2ee560",
|
|
4216
|
+
language: "Wolof",
|
|
4217
|
+
code: "wo"
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
iso_language_code_uuid: "019b837c-fc3e-72df-97e1-289f2b043d9c",
|
|
4221
|
+
language: "Western Frisian",
|
|
4222
|
+
code: "fy"
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
iso_language_code_uuid: "019b837c-fc3e-734b-ad66-c269098597c6",
|
|
4226
|
+
language: "Xhosa",
|
|
4227
|
+
code: "xh"
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
iso_language_code_uuid: "019b837c-fc3e-73b8-895c-0d9ea1ebd531",
|
|
4231
|
+
language: "Yiddish",
|
|
4232
|
+
code: "yi, ji"
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
iso_language_code_uuid: "019b837c-fc3e-7425-8313-b21f992a1a76",
|
|
4236
|
+
language: "Yoruba",
|
|
4237
|
+
code: "yo"
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
iso_language_code_uuid: "019b837c-fc3e-748d-82fd-d37ee63d9d66",
|
|
4241
|
+
language: "Zhuang, Chuang",
|
|
4242
|
+
code: "za"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
iso_language_code_uuid: "019b837c-fc3e-7503-95bb-a3a6960b855b",
|
|
4246
|
+
language: "Zulu",
|
|
4247
|
+
code: "zu"
|
|
4248
|
+
}
|
|
4249
|
+
];
|
|
4250
|
+
const isoLanguageCodeDropdown = isoLanguageCodeRaw.map((item) => ({
|
|
4251
|
+
label: `${item.language} - ${item.code}`,
|
|
4252
|
+
value: item.iso_language_code_uuid
|
|
4253
|
+
}));
|
|
4254
|
+
//#endregion
|
|
4255
|
+
//#region src/constants/legalEntitySize.ts
|
|
4256
|
+
const legalEntitySizeRaw = [
|
|
4257
|
+
{
|
|
4258
|
+
legal_entity_size_uuid: "019b8382-9534-71ae-81ae-b08c327085eb",
|
|
4259
|
+
name: "Micro",
|
|
4260
|
+
definition: "Fewer than 10 employees"
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
legal_entity_size_uuid: "019b8382-953b-7d1a-81f7-1397b36664ae",
|
|
4264
|
+
name: "Small",
|
|
4265
|
+
definition: "10-49 employees"
|
|
4266
|
+
},
|
|
4267
|
+
{
|
|
4268
|
+
legal_entity_size_uuid: "019b8382-953b-7ed3-8a77-a2ca3bdc303a",
|
|
4269
|
+
name: "Medium",
|
|
4270
|
+
definition: "50-249 employees"
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
legal_entity_size_uuid: "019b8382-953b-7f68-ad56-e3871ac7eb65",
|
|
4274
|
+
name: "Large",
|
|
4275
|
+
definition: "250 or more employees"
|
|
4276
|
+
}
|
|
4277
|
+
];
|
|
4278
|
+
//#endregion
|
|
4279
|
+
//#region src/constants/legalEntityTypes.ts
|
|
4280
|
+
const legalEntityTypesRaw = [
|
|
4281
|
+
{
|
|
4282
|
+
legal_entity_types_uuid: "019b8385-604d-71a2-b024-b05f6f6e8a5e",
|
|
4283
|
+
name: "Businesses (For-Profit Companies)"
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
legal_entity_types_uuid: "019b8385-604e-7a7d-9405-45d5ec37f0a6",
|
|
4287
|
+
name: "Nonprofit Organizations (NPOs, NGOs)"
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
legal_entity_types_uuid: "019b8385-604e-7bb7-b144-793460ab9c8e",
|
|
4291
|
+
name: "Government Agencies & Public Institutions"
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
legal_entity_types_uuid: "019b8385-604e-7c9c-8a43-7da70fadc99a",
|
|
4295
|
+
name: "Individuals, Freelancers & Independent Contractors"
|
|
4296
|
+
}
|
|
4297
|
+
];
|
|
4298
|
+
//#endregion
|
|
4299
|
+
//#region src/constants/sectors.ts
|
|
4300
|
+
const sectorsRaw = [
|
|
4301
|
+
{
|
|
4302
|
+
sectors_uuid: "019b83a5-16d4-71ba-8e18-127f29de3b24",
|
|
4303
|
+
name: "Information Technology & Software"
|
|
4304
|
+
},
|
|
4305
|
+
{
|
|
4306
|
+
sectors_uuid: "019b83a5-16d7-7192-8d11-3f33445943a2",
|
|
4307
|
+
name: "Healthcare & Medical"
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
sectors_uuid: "019b83a5-16d7-721b-80fe-3f2927dbd062",
|
|
4311
|
+
name: "Business, Finance & Legal"
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
sectors_uuid: "019b83a5-16d7-7286-ba34-04e5b9ff4729",
|
|
4315
|
+
name: "Engineering & Manufacturing"
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
sectors_uuid: "019b83a5-16d7-72ed-a650-f75de99efabc",
|
|
4319
|
+
name: "Education & Training"
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
sectors_uuid: "019b83a5-16d7-7350-9d28-f9d4211c55b9",
|
|
4323
|
+
name: "Media, Design & Entertainment"
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
sectors_uuid: "019b83a5-16d7-73b8-8b19-4ebff00daf28",
|
|
4327
|
+
name: "Sales, Retail & Customer Service"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
sectors_uuid: "019b83a5-16d7-7420-be93-48fdd44e8133",
|
|
4331
|
+
name: "Construction & Real Estate"
|
|
4332
|
+
},
|
|
4333
|
+
{
|
|
4334
|
+
sectors_uuid: "019b83a5-16d7-7486-93fa-9f71738f4f7c",
|
|
4335
|
+
name: "Hospitality, Travel & Tourism"
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
sectors_uuid: "019b83a5-16d7-74ed-9788-c11e1a2bc8b3",
|
|
4339
|
+
name: "Logistics & Transportation"
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
sectors_uuid: "019b83a5-16d7-754f-8bcf-24e166b3419b",
|
|
4343
|
+
name: "Government & Public Services"
|
|
4344
|
+
},
|
|
4345
|
+
{
|
|
4346
|
+
sectors_uuid: "019b83a5-16d7-75db-b5fc-8c80265eef8f",
|
|
4347
|
+
name: "Science, Research & Environmental"
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
sectors_uuid: "019b83a5-16d7-7642-8644-47743c25eef0",
|
|
4351
|
+
name: "Energy & Utilities"
|
|
4352
|
+
},
|
|
4353
|
+
{
|
|
4354
|
+
sectors_uuid: "019b83a5-16d7-76a6-a329-86cf7fe56f73",
|
|
4355
|
+
name: "Recruiting & Staffing Agencies"
|
|
4356
|
+
},
|
|
4357
|
+
{
|
|
4358
|
+
sectors_uuid: "019b83a5-16d7-770d-abc6-6962b059e7e6",
|
|
4359
|
+
name: "Freelance, Remote & Gig Economy"
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
sectors_uuid: "019b83a5-16d7-7775-ba90-d835f48c4d76",
|
|
4363
|
+
name: "Sports, Fitness & Recreation"
|
|
4364
|
+
},
|
|
4365
|
+
{
|
|
4366
|
+
sectors_uuid: "019b83a5-16d7-77db-be34-ce1c247c39b2",
|
|
4367
|
+
name: "Fashion, Beauty & Lifestyle"
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
sectors_uuid: "019b83a5-16d7-7843-b837-ed13ad4cd05c",
|
|
4371
|
+
name: "Agriculture, Farming & Veterinary"
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
sectors_uuid: "019b83a5-16d7-78a4-9709-9c80082c1f18",
|
|
4375
|
+
name: "Automotive & Mechanical Trades"
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
sectors_uuid: "019b83a5-16d7-790d-a0ce-e9b0e714afed",
|
|
4379
|
+
name: "Handicrafts, Trades & Artisans"
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
sectors_uuid: "019b83a5-16d7-797d-bea1-2afaf9bf2f71",
|
|
4383
|
+
name: "Others"
|
|
4384
|
+
}
|
|
4385
|
+
];
|
|
4386
|
+
//#endregion
|
|
4387
|
+
//#region src/constants/sex.ts
|
|
4388
|
+
const sexRaw = [
|
|
4389
|
+
{
|
|
4390
|
+
sex_uuid: "019b83ac-ce10-78de-ac51-a80f373773c0",
|
|
4391
|
+
description: "Male"
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
sex_uuid: "019b83ac-ce11-74d7-b53d-f0eaed2ad604",
|
|
4395
|
+
description: "Female"
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
sex_uuid: "019b83ac-ce11-755d-aad1-db11faae90b4",
|
|
4399
|
+
description: "Prefer not to say"
|
|
4400
|
+
}
|
|
4401
|
+
];
|
|
4402
|
+
//#endregion
|
|
4403
|
+
//#region src/uis/buttonsScale.ts
|
|
4404
|
+
const BUTTON_SIZE = {
|
|
4405
|
+
SMALL: "small",
|
|
4406
|
+
MEDIUM: "medium",
|
|
4407
|
+
LARGE: "large"
|
|
4408
|
+
};
|
|
4409
|
+
function buttonHeight(scale) {
|
|
4410
|
+
switch (scale) {
|
|
4411
|
+
case BUTTON_SIZE.SMALL: return "h-8";
|
|
4412
|
+
case BUTTON_SIZE.MEDIUM: return "h-10";
|
|
4413
|
+
case BUTTON_SIZE.LARGE: return "h-14";
|
|
4414
|
+
}
|
|
4415
|
+
}
|
|
4416
|
+
function buttonFontSize(scale) {
|
|
4417
|
+
switch (scale) {
|
|
4418
|
+
case BUTTON_SIZE.SMALL: return "text-[14px]";
|
|
4419
|
+
case BUTTON_SIZE.MEDIUM: return "text-[15px]";
|
|
4420
|
+
case BUTTON_SIZE.LARGE: return "text-[16px]";
|
|
4421
|
+
}
|
|
4422
|
+
}
|
|
4423
|
+
function buttonIconSize(scale) {
|
|
4424
|
+
switch (scale) {
|
|
4425
|
+
case BUTTON_SIZE.SMALL: return 16;
|
|
4426
|
+
case BUTTON_SIZE.MEDIUM: return 20;
|
|
4427
|
+
case BUTTON_SIZE.LARGE: return 24;
|
|
4428
|
+
}
|
|
4429
|
+
}
|
|
4430
|
+
//#endregion
|
|
4431
|
+
//#region src/uis/cn.ts
|
|
4432
|
+
function cn(...args) {
|
|
4433
|
+
return (0, tailwind_merge.twMerge)((0, clsx.default)(args));
|
|
4434
|
+
}
|
|
4435
|
+
//#endregion
|
|
4436
|
+
//#region src/utilities/httpError.ts
|
|
4437
|
+
var HttpError = class extends Error {
|
|
4438
|
+
constructor(status) {
|
|
4439
|
+
super();
|
|
4440
|
+
this.status = status;
|
|
4441
|
+
}
|
|
4442
|
+
};
|
|
4443
|
+
//#endregion
|
|
4444
|
+
exports.BUTTON_SIZE = BUTTON_SIZE;
|
|
4445
|
+
exports.HttpError = HttpError;
|
|
4446
|
+
exports.buttonFontSize = buttonFontSize;
|
|
4447
|
+
exports.buttonHeight = buttonHeight;
|
|
4448
|
+
exports.buttonIconSize = buttonIconSize;
|
|
4449
|
+
exports.cn = cn;
|
|
4450
|
+
exports.isoCountryCodeDropdown = isoCountryCodeDropdown;
|
|
4451
|
+
exports.isoCountryCodeRaw = isoCountryCodeRaw;
|
|
4452
|
+
exports.isoCurrencyCodeDropdown = isoCurrencyCodeDropdown;
|
|
4453
|
+
exports.isoCurrencyCodeRaw = isoCurrencyCodeRaw;
|
|
4454
|
+
exports.isoLanguageCodeDropdown = isoLanguageCodeDropdown;
|
|
4455
|
+
exports.isoLanguageCodeRaw = isoLanguageCodeRaw;
|
|
4456
|
+
exports.legalEntitySizeRaw = legalEntitySizeRaw;
|
|
4457
|
+
exports.legalEntityTypesRaw = legalEntityTypesRaw;
|
|
4458
|
+
exports.sectorsRaw = sectorsRaw;
|
|
4459
|
+
exports.sexRaw = sexRaw;
|