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