0xtrails 0.9.0 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist/{ccip-3JTFJIx6.js → ccip-g6lDdnrD.js} +1 -1
  2. package/dist/constants.d.ts +14 -0
  3. package/dist/constants.d.ts.map +1 -1
  4. package/dist/{index-DcL9VF7o.js → index-D-QngA_s.js} +66447 -66407
  5. package/dist/index.js +3 -3
  6. package/dist/prepareSend.d.ts.map +1 -1
  7. package/dist/widget/components/FiatSelector.d.ts.map +1 -1
  8. package/dist/widget/components/OnrampProviderConfirmation.d.ts.map +1 -1
  9. package/dist/widget/components/Receipt.d.ts.map +1 -1
  10. package/dist/widget/components/Swap.d.ts.map +1 -1
  11. package/dist/widget/components/TransferPendingVertical.d.ts.map +1 -1
  12. package/dist/widget/components/WalletConfirmation.d.ts.map +1 -1
  13. package/dist/widget/index.js +1 -1
  14. package/dist/widget/providers/TrailsProvider.d.ts +0 -2
  15. package/dist/widget/providers/TrailsProvider.d.ts.map +1 -1
  16. package/dist/widget/widget.d.ts +0 -1
  17. package/dist/widget/widget.d.ts.map +1 -1
  18. package/package.json +2 -2
  19. package/src/constants.ts +1781 -0
  20. package/src/onrampClient.ts +2 -2
  21. package/src/prepareSend.ts +8 -5
  22. package/src/widget/components/FiatSelector.tsx +1 -1781
  23. package/src/widget/components/MeldForm.tsx +2 -2
  24. package/src/widget/components/MeldStepsFlow.tsx +2 -2
  25. package/src/widget/components/OnrampProviderConfirmation.tsx +121 -53
  26. package/src/widget/components/Receipt.tsx +1 -1
  27. package/src/widget/components/Swap.tsx +1 -1
  28. package/src/widget/components/TransferPendingVertical.tsx +1 -1
  29. package/src/widget/components/WalletConfirmation.tsx +1 -1
  30. package/src/widget/providers/TrailsProvider.tsx +0 -6
  31. package/src/widget/widget.tsx +1 -4
package/src/constants.ts CHANGED
@@ -212,3 +212,1784 @@ export const FIAT_CURRENCY_SYMNOLS = {
212
212
  IMP: "£",
213
213
  JEP: "£",
214
214
  }
215
+
216
+ export const availableCountries = [
217
+ {
218
+ countryCode: "AF",
219
+ name: "Afghanistan",
220
+ flagImageUrl: "https://images-country.meld.io/AF/flag.svg",
221
+ regions: null,
222
+ },
223
+ {
224
+ countryCode: "AX",
225
+ name: "Aland Islands",
226
+ flagImageUrl: "https://images-country.meld.io/AX/flag.svg",
227
+ regions: null,
228
+ },
229
+ {
230
+ countryCode: "AL",
231
+ name: "Albania",
232
+ flagImageUrl: "https://images-country.meld.io/AL/flag.svg",
233
+ regions: null,
234
+ },
235
+ {
236
+ countryCode: "DZ",
237
+ name: "Algeria",
238
+ flagImageUrl: "https://images-country.meld.io/DZ/flag.svg",
239
+ regions: null,
240
+ },
241
+ {
242
+ countryCode: "AS",
243
+ name: "American Samoa",
244
+ flagImageUrl: "https://images-country.meld.io/AS/flag.svg",
245
+ regions: null,
246
+ },
247
+ {
248
+ countryCode: "AD",
249
+ name: "Andorra",
250
+ flagImageUrl: "https://images-country.meld.io/AD/flag.svg",
251
+ regions: null,
252
+ },
253
+ {
254
+ countryCode: "AO",
255
+ name: "Angola",
256
+ flagImageUrl: "https://images-country.meld.io/AO/flag.svg",
257
+ regions: null,
258
+ },
259
+ {
260
+ countryCode: "AI",
261
+ name: "Anguilla",
262
+ flagImageUrl: "https://images-country.meld.io/AI/flag.svg",
263
+ regions: null,
264
+ },
265
+ {
266
+ countryCode: "AQ",
267
+ name: "Antarctica",
268
+ flagImageUrl: "https://images-country.meld.io/AQ/flag.svg",
269
+ regions: null,
270
+ },
271
+ {
272
+ countryCode: "AG",
273
+ name: "Antigua and Barbuda",
274
+ flagImageUrl: "https://images-country.meld.io/AG/flag.svg",
275
+ regions: null,
276
+ },
277
+ {
278
+ countryCode: "AR",
279
+ name: "Argentina",
280
+ flagImageUrl: "https://images-country.meld.io/AR/flag.svg",
281
+ regions: null,
282
+ },
283
+ {
284
+ countryCode: "AM",
285
+ name: "Armenia",
286
+ flagImageUrl: "https://images-country.meld.io/AM/flag.svg",
287
+ regions: null,
288
+ },
289
+ {
290
+ countryCode: "AW",
291
+ name: "Aruba",
292
+ flagImageUrl: "https://images-country.meld.io/AW/flag.svg",
293
+ regions: null,
294
+ },
295
+ {
296
+ countryCode: "AU",
297
+ name: "Australia",
298
+ flagImageUrl: "https://images-country.meld.io/AU/flag.svg",
299
+ regions: null,
300
+ },
301
+ {
302
+ countryCode: "AT",
303
+ name: "Austria",
304
+ flagImageUrl: "https://images-country.meld.io/AT/flag.svg",
305
+ regions: null,
306
+ },
307
+ {
308
+ countryCode: "AZ",
309
+ name: "Azerbaijan",
310
+ flagImageUrl: "https://images-country.meld.io/AZ/flag.svg",
311
+ regions: null,
312
+ },
313
+ {
314
+ countryCode: "BS",
315
+ name: "Bahamas",
316
+ flagImageUrl: "https://images-country.meld.io/BS/flag.svg",
317
+ regions: null,
318
+ },
319
+ {
320
+ countryCode: "BH",
321
+ name: "Bahrain",
322
+ flagImageUrl: "https://images-country.meld.io/BH/flag.svg",
323
+ regions: null,
324
+ },
325
+ {
326
+ countryCode: "BD",
327
+ name: "Bangladesh",
328
+ flagImageUrl: "https://images-country.meld.io/BD/flag.svg",
329
+ regions: null,
330
+ },
331
+ {
332
+ countryCode: "BB",
333
+ name: "Barbados",
334
+ flagImageUrl: "https://images-country.meld.io/BB/flag.svg",
335
+ regions: null,
336
+ },
337
+ {
338
+ countryCode: "BY",
339
+ name: "Belarus",
340
+ flagImageUrl: "https://images-country.meld.io/BY/flag.svg",
341
+ regions: null,
342
+ },
343
+ {
344
+ countryCode: "BE",
345
+ name: "Belgium",
346
+ flagImageUrl: "https://images-country.meld.io/BE/flag.svg",
347
+ regions: null,
348
+ },
349
+ {
350
+ countryCode: "BZ",
351
+ name: "Belize",
352
+ flagImageUrl: "https://images-country.meld.io/BZ/flag.svg",
353
+ regions: null,
354
+ },
355
+ {
356
+ countryCode: "BJ",
357
+ name: "Benin",
358
+ flagImageUrl: "https://images-country.meld.io/BJ/flag.svg",
359
+ regions: null,
360
+ },
361
+ {
362
+ countryCode: "BM",
363
+ name: "Bermuda",
364
+ flagImageUrl: "https://images-country.meld.io/BM/flag.svg",
365
+ regions: null,
366
+ },
367
+ {
368
+ countryCode: "BT",
369
+ name: "Bhutan",
370
+ flagImageUrl: "https://images-country.meld.io/BT/flag.svg",
371
+ regions: null,
372
+ },
373
+ {
374
+ countryCode: "BO",
375
+ name: "Bolivia",
376
+ flagImageUrl: "https://images-country.meld.io/BO/flag.svg",
377
+ regions: null,
378
+ },
379
+ {
380
+ countryCode: "BQ",
381
+ name: "Bonaire, Saint Eustatius and Saba",
382
+ flagImageUrl: "https://images-country.meld.io/BQ/flag.svg",
383
+ regions: null,
384
+ },
385
+ {
386
+ countryCode: "BA",
387
+ name: "Bosnia and Herzegovina",
388
+ flagImageUrl: "https://images-country.meld.io/BA/flag.svg",
389
+ regions: null,
390
+ },
391
+ {
392
+ countryCode: "BW",
393
+ name: "Botswana",
394
+ flagImageUrl: "https://images-country.meld.io/BW/flag.svg",
395
+ regions: null,
396
+ },
397
+ {
398
+ countryCode: "BV",
399
+ name: "Bouvet Island",
400
+ flagImageUrl: "https://images-country.meld.io/BV/flag.svg",
401
+ regions: null,
402
+ },
403
+ {
404
+ countryCode: "BR",
405
+ name: "Brazil",
406
+ flagImageUrl: "https://images-country.meld.io/BR/flag.svg",
407
+ regions: null,
408
+ },
409
+ {
410
+ countryCode: "IO",
411
+ name: "British Indian Ocean Territory",
412
+ flagImageUrl: "https://images-country.meld.io/IO/flag.svg",
413
+ regions: null,
414
+ },
415
+ {
416
+ countryCode: "VG",
417
+ name: "British Virgin Islands",
418
+ flagImageUrl: "https://images-country.meld.io/VG/flag.svg",
419
+ regions: null,
420
+ },
421
+ {
422
+ countryCode: "BN",
423
+ name: "Brunei",
424
+ flagImageUrl: "https://images-country.meld.io/BN/flag.svg",
425
+ regions: null,
426
+ },
427
+ {
428
+ countryCode: "BG",
429
+ name: "Bulgaria",
430
+ flagImageUrl: "https://images-country.meld.io/BG/flag.svg",
431
+ regions: null,
432
+ },
433
+ {
434
+ countryCode: "BF",
435
+ name: "Burkina Faso",
436
+ flagImageUrl: "https://images-country.meld.io/BF/flag.svg",
437
+ regions: null,
438
+ },
439
+ {
440
+ countryCode: "BI",
441
+ name: "Burundi",
442
+ flagImageUrl: "https://images-country.meld.io/BI/flag.svg",
443
+ regions: null,
444
+ },
445
+ {
446
+ countryCode: "KH",
447
+ name: "Cambodia",
448
+ flagImageUrl: "https://images-country.meld.io/KH/flag.svg",
449
+ regions: null,
450
+ },
451
+ {
452
+ countryCode: "CM",
453
+ name: "Cameroon",
454
+ flagImageUrl: "https://images-country.meld.io/CM/flag.svg",
455
+ regions: null,
456
+ },
457
+ {
458
+ countryCode: "CA",
459
+ name: "Canada",
460
+ flagImageUrl: "https://images-country.meld.io/CA/flag.svg",
461
+ regions: [
462
+ {
463
+ regionCode: "CA-AB",
464
+ name: "Alberta",
465
+ },
466
+ {
467
+ regionCode: "CA-BC",
468
+ name: "British Columbia",
469
+ },
470
+ {
471
+ regionCode: "CA-MB",
472
+ name: "Manitoba",
473
+ },
474
+ {
475
+ regionCode: "CA-NB",
476
+ name: "New Brunswick",
477
+ },
478
+ {
479
+ regionCode: "CA-NL",
480
+ name: "Newfoundland and Labrador",
481
+ },
482
+ {
483
+ regionCode: "CA-NT",
484
+ name: "Northwest Territories",
485
+ },
486
+ {
487
+ regionCode: "CA-NS",
488
+ name: "Nova Scotia",
489
+ },
490
+ {
491
+ regionCode: "CA-NU",
492
+ name: "Nunavut",
493
+ },
494
+ {
495
+ regionCode: "CA-ON",
496
+ name: "Ontario",
497
+ },
498
+ {
499
+ regionCode: "CA-PE",
500
+ name: "Prince Edward Island",
501
+ },
502
+ {
503
+ regionCode: "CA-QC",
504
+ name: "Quebec",
505
+ },
506
+ {
507
+ regionCode: "CA-SK",
508
+ name: "Saskatchewan",
509
+ },
510
+ {
511
+ regionCode: "CA-YT",
512
+ name: "Yukon",
513
+ },
514
+ ],
515
+ },
516
+ {
517
+ countryCode: "CV",
518
+ name: "Cape Verde",
519
+ flagImageUrl: "https://images-country.meld.io/CV/flag.svg",
520
+ regions: null,
521
+ },
522
+ {
523
+ countryCode: "KY",
524
+ name: "Cayman Islands",
525
+ flagImageUrl: "https://images-country.meld.io/KY/flag.svg",
526
+ regions: null,
527
+ },
528
+ {
529
+ countryCode: "CF",
530
+ name: "Central African Republic",
531
+ flagImageUrl: "https://images-country.meld.io/CF/flag.svg",
532
+ regions: null,
533
+ },
534
+ {
535
+ countryCode: "TD",
536
+ name: "Chad",
537
+ flagImageUrl: "https://images-country.meld.io/TD/flag.svg",
538
+ regions: null,
539
+ },
540
+ {
541
+ countryCode: "CL",
542
+ name: "Chile",
543
+ flagImageUrl: "https://images-country.meld.io/CL/flag.svg",
544
+ regions: null,
545
+ },
546
+ {
547
+ countryCode: "CN",
548
+ name: "China",
549
+ flagImageUrl: "https://images-country.meld.io/CN/flag.svg",
550
+ regions: null,
551
+ },
552
+ {
553
+ countryCode: "CX",
554
+ name: "Christmas Island",
555
+ flagImageUrl: "https://images-country.meld.io/CX/flag.svg",
556
+ regions: null,
557
+ },
558
+ {
559
+ countryCode: "CC",
560
+ name: "Cocos (Keeling) Islands",
561
+ flagImageUrl: "https://images-country.meld.io/CC/flag.svg",
562
+ regions: null,
563
+ },
564
+ {
565
+ countryCode: "CO",
566
+ name: "Colombia",
567
+ flagImageUrl: "https://images-country.meld.io/CO/flag.svg",
568
+ regions: null,
569
+ },
570
+ {
571
+ countryCode: "KM",
572
+ name: "Comoros",
573
+ flagImageUrl: "https://images-country.meld.io/KM/flag.svg",
574
+ regions: null,
575
+ },
576
+ {
577
+ countryCode: "CK",
578
+ name: "Cook Islands",
579
+ flagImageUrl: "https://images-country.meld.io/CK/flag.svg",
580
+ regions: null,
581
+ },
582
+ {
583
+ countryCode: "CR",
584
+ name: "Costa Rica",
585
+ flagImageUrl: "https://images-country.meld.io/CR/flag.svg",
586
+ regions: null,
587
+ },
588
+ {
589
+ countryCode: "HR",
590
+ name: "Croatia",
591
+ flagImageUrl: "https://images-country.meld.io/HR/flag.svg",
592
+ regions: null,
593
+ },
594
+ {
595
+ countryCode: "CU",
596
+ name: "Cuba",
597
+ flagImageUrl: "https://images-country.meld.io/CU/flag.svg",
598
+ regions: null,
599
+ },
600
+ {
601
+ countryCode: "CW",
602
+ name: "Curaçao",
603
+ flagImageUrl: "https://images-country.meld.io/CW/flag.svg",
604
+ regions: null,
605
+ },
606
+ {
607
+ countryCode: "CY",
608
+ name: "Cyprus",
609
+ flagImageUrl: "https://images-country.meld.io/CY/flag.svg",
610
+ regions: null,
611
+ },
612
+ {
613
+ countryCode: "CZ",
614
+ name: "Czechia",
615
+ flagImageUrl: "https://images-country.meld.io/CZ/flag.svg",
616
+ regions: null,
617
+ },
618
+ {
619
+ countryCode: "CD",
620
+ name: "Democratic Republic of the Congo",
621
+ flagImageUrl: "https://images-country.meld.io/CD/flag.svg",
622
+ regions: null,
623
+ },
624
+ {
625
+ countryCode: "DK",
626
+ name: "Denmark",
627
+ flagImageUrl: "https://images-country.meld.io/DK/flag.svg",
628
+ regions: null,
629
+ },
630
+ {
631
+ countryCode: "DJ",
632
+ name: "Djibouti",
633
+ flagImageUrl: "https://images-country.meld.io/DJ/flag.svg",
634
+ regions: null,
635
+ },
636
+ {
637
+ countryCode: "DM",
638
+ name: "Dominica",
639
+ flagImageUrl: "https://images-country.meld.io/DM/flag.svg",
640
+ regions: null,
641
+ },
642
+ {
643
+ countryCode: "DO",
644
+ name: "Dominican Republic",
645
+ flagImageUrl: "https://images-country.meld.io/DO/flag.svg",
646
+ regions: null,
647
+ },
648
+ {
649
+ countryCode: "TL",
650
+ name: "East Timor",
651
+ flagImageUrl: "https://images-country.meld.io/TL/flag.svg",
652
+ regions: null,
653
+ },
654
+ {
655
+ countryCode: "EC",
656
+ name: "Ecuador",
657
+ flagImageUrl: "https://images-country.meld.io/EC/flag.svg",
658
+ regions: null,
659
+ },
660
+ {
661
+ countryCode: "EG",
662
+ name: "Egypt",
663
+ flagImageUrl: "https://images-country.meld.io/EG/flag.svg",
664
+ regions: null,
665
+ },
666
+ {
667
+ countryCode: "SV",
668
+ name: "El Salvador",
669
+ flagImageUrl: "https://images-country.meld.io/SV/flag.svg",
670
+ regions: null,
671
+ },
672
+ {
673
+ countryCode: "GQ",
674
+ name: "Equatorial Guinea",
675
+ flagImageUrl: "https://images-country.meld.io/GQ/flag.svg",
676
+ regions: null,
677
+ },
678
+ {
679
+ countryCode: "ER",
680
+ name: "Eritrea",
681
+ flagImageUrl: "https://images-country.meld.io/ER/flag.svg",
682
+ regions: null,
683
+ },
684
+ {
685
+ countryCode: "EE",
686
+ name: "Estonia",
687
+ flagImageUrl: "https://images-country.meld.io/EE/flag.svg",
688
+ regions: null,
689
+ },
690
+ {
691
+ countryCode: "SZ",
692
+ name: "Eswatini",
693
+ flagImageUrl: "https://images-country.meld.io/SZ/flag.svg",
694
+ regions: null,
695
+ },
696
+ {
697
+ countryCode: "ET",
698
+ name: "Ethiopia",
699
+ flagImageUrl: "https://images-country.meld.io/ET/flag.svg",
700
+ regions: null,
701
+ },
702
+ {
703
+ countryCode: "FK",
704
+ name: "Falkland Islands",
705
+ flagImageUrl: "https://images-country.meld.io/FK/flag.svg",
706
+ regions: null,
707
+ },
708
+ {
709
+ countryCode: "FO",
710
+ name: "Faroe Islands",
711
+ flagImageUrl: "https://images-country.meld.io/FO/flag.svg",
712
+ regions: null,
713
+ },
714
+ {
715
+ countryCode: "FM",
716
+ name: "Federated States of Micronesia",
717
+ flagImageUrl: "https://images-country.meld.io/FM/flag.svg",
718
+ regions: null,
719
+ },
720
+ {
721
+ countryCode: "FJ",
722
+ name: "Fiji",
723
+ flagImageUrl: "https://images-country.meld.io/FJ/flag.svg",
724
+ regions: null,
725
+ },
726
+ {
727
+ countryCode: "FI",
728
+ name: "Finland",
729
+ flagImageUrl: "https://images-country.meld.io/FI/flag.svg",
730
+ regions: null,
731
+ },
732
+ {
733
+ countryCode: "FR",
734
+ name: "France",
735
+ flagImageUrl: "https://images-country.meld.io/FR/flag.svg",
736
+ regions: null,
737
+ },
738
+ {
739
+ countryCode: "GF",
740
+ name: "French Guiana",
741
+ flagImageUrl: "https://images-country.meld.io/GF/flag.svg",
742
+ regions: null,
743
+ },
744
+ {
745
+ countryCode: "PF",
746
+ name: "French Polynesia",
747
+ flagImageUrl: "https://images-country.meld.io/PF/flag.svg",
748
+ regions: null,
749
+ },
750
+ {
751
+ countryCode: "TF",
752
+ name: "French Southern and Antarctic Lands",
753
+ flagImageUrl: "https://images-country.meld.io/TF/flag.svg",
754
+ regions: null,
755
+ },
756
+ {
757
+ countryCode: "GA",
758
+ name: "Gabon",
759
+ flagImageUrl: "https://images-country.meld.io/GA/flag.svg",
760
+ regions: null,
761
+ },
762
+ {
763
+ countryCode: "GM",
764
+ name: "Gambia",
765
+ flagImageUrl: "https://images-country.meld.io/GM/flag.svg",
766
+ regions: null,
767
+ },
768
+ {
769
+ countryCode: "GE",
770
+ name: "Georgia",
771
+ flagImageUrl: "https://images-country.meld.io/GE/flag.svg",
772
+ regions: null,
773
+ },
774
+ {
775
+ countryCode: "DE",
776
+ name: "Germany",
777
+ flagImageUrl: "https://images-country.meld.io/DE/flag.svg",
778
+ regions: null,
779
+ },
780
+ {
781
+ countryCode: "GH",
782
+ name: "Ghana",
783
+ flagImageUrl: "https://images-country.meld.io/GH/flag.svg",
784
+ regions: null,
785
+ },
786
+ {
787
+ countryCode: "GI",
788
+ name: "Gibraltar",
789
+ flagImageUrl: "https://images-country.meld.io/GI/flag.svg",
790
+ regions: null,
791
+ },
792
+ {
793
+ countryCode: "GR",
794
+ name: "Greece",
795
+ flagImageUrl: "https://images-country.meld.io/GR/flag.svg",
796
+ regions: null,
797
+ },
798
+ {
799
+ countryCode: "GL",
800
+ name: "Greenland",
801
+ flagImageUrl: "https://images-country.meld.io/GL/flag.svg",
802
+ regions: null,
803
+ },
804
+ {
805
+ countryCode: "GD",
806
+ name: "Grenada",
807
+ flagImageUrl: "https://images-country.meld.io/GD/flag.svg",
808
+ regions: null,
809
+ },
810
+ {
811
+ countryCode: "GP",
812
+ name: "Guadeloupe",
813
+ flagImageUrl: "https://images-country.meld.io/GP/flag.svg",
814
+ regions: null,
815
+ },
816
+ {
817
+ countryCode: "GU",
818
+ name: "Guam",
819
+ flagImageUrl: "https://images-country.meld.io/GU/flag.svg",
820
+ regions: null,
821
+ },
822
+ {
823
+ countryCode: "GT",
824
+ name: "Guatemala",
825
+ flagImageUrl: "https://images-country.meld.io/GT/flag.svg",
826
+ regions: null,
827
+ },
828
+ {
829
+ countryCode: "GG",
830
+ name: "Guernsey",
831
+ flagImageUrl: "https://images-country.meld.io/GG/flag.svg",
832
+ regions: null,
833
+ },
834
+ {
835
+ countryCode: "GN",
836
+ name: "Guinea",
837
+ flagImageUrl: "https://images-country.meld.io/GN/flag.svg",
838
+ regions: null,
839
+ },
840
+ {
841
+ countryCode: "GW",
842
+ name: "Guinea-Bissau",
843
+ flagImageUrl: "https://images-country.meld.io/GW/flag.svg",
844
+ regions: null,
845
+ },
846
+ {
847
+ countryCode: "GY",
848
+ name: "Guyana",
849
+ flagImageUrl: "https://images-country.meld.io/GY/flag.svg",
850
+ regions: null,
851
+ },
852
+ {
853
+ countryCode: "HT",
854
+ name: "Haiti",
855
+ flagImageUrl: "https://images-country.meld.io/HT/flag.svg",
856
+ regions: null,
857
+ },
858
+ {
859
+ countryCode: "HM",
860
+ name: "Heard Island and McDonald Islands",
861
+ flagImageUrl: "https://images-country.meld.io/HM/flag.svg",
862
+ regions: null,
863
+ },
864
+ {
865
+ countryCode: "HN",
866
+ name: "Honduras",
867
+ flagImageUrl: "https://images-country.meld.io/HN/flag.svg",
868
+ regions: null,
869
+ },
870
+ {
871
+ countryCode: "HK",
872
+ name: "Hong Kong",
873
+ flagImageUrl: "https://images-country.meld.io/HK/flag.svg",
874
+ regions: null,
875
+ },
876
+ {
877
+ countryCode: "HU",
878
+ name: "Hungary",
879
+ flagImageUrl: "https://images-country.meld.io/HU/flag.svg",
880
+ regions: null,
881
+ },
882
+ {
883
+ countryCode: "IS",
884
+ name: "Iceland",
885
+ flagImageUrl: "https://images-country.meld.io/IS/flag.svg",
886
+ regions: null,
887
+ },
888
+ {
889
+ countryCode: "IN",
890
+ name: "India",
891
+ flagImageUrl: "https://images-country.meld.io/IN/flag.svg",
892
+ regions: null,
893
+ },
894
+ {
895
+ countryCode: "ID",
896
+ name: "Indonesia",
897
+ flagImageUrl: "https://images-country.meld.io/ID/flag.svg",
898
+ regions: null,
899
+ },
900
+ {
901
+ countryCode: "IR",
902
+ name: "Iran",
903
+ flagImageUrl: "https://images-country.meld.io/IR/flag.svg",
904
+ regions: null,
905
+ },
906
+ {
907
+ countryCode: "IQ",
908
+ name: "Iraq",
909
+ flagImageUrl: "https://images-country.meld.io/IQ/flag.svg",
910
+ regions: null,
911
+ },
912
+ {
913
+ countryCode: "IE",
914
+ name: "Ireland",
915
+ flagImageUrl: "https://images-country.meld.io/IE/flag.svg",
916
+ regions: null,
917
+ },
918
+ {
919
+ countryCode: "IM",
920
+ name: "Isle of Man",
921
+ flagImageUrl: "https://images-country.meld.io/IM/flag.svg",
922
+ regions: null,
923
+ },
924
+ {
925
+ countryCode: "IL",
926
+ name: "Israel",
927
+ flagImageUrl: "https://images-country.meld.io/IL/flag.svg",
928
+ regions: null,
929
+ },
930
+ {
931
+ countryCode: "IT",
932
+ name: "Italy",
933
+ flagImageUrl: "https://images-country.meld.io/IT/flag.svg",
934
+ regions: null,
935
+ },
936
+ {
937
+ countryCode: "CI",
938
+ name: "Ivory Coast",
939
+ flagImageUrl: "https://images-country.meld.io/CI/flag.svg",
940
+ regions: null,
941
+ },
942
+ {
943
+ countryCode: "JM",
944
+ name: "Jamaica",
945
+ flagImageUrl: "https://images-country.meld.io/JM/flag.svg",
946
+ regions: null,
947
+ },
948
+ {
949
+ countryCode: "JP",
950
+ name: "Japan",
951
+ flagImageUrl: "https://images-country.meld.io/JP/flag.svg",
952
+ regions: null,
953
+ },
954
+ {
955
+ countryCode: "JE",
956
+ name: "Jersey",
957
+ flagImageUrl: "https://images-country.meld.io/JE/flag.svg",
958
+ regions: null,
959
+ },
960
+ {
961
+ countryCode: "JO",
962
+ name: "Jordan",
963
+ flagImageUrl: "https://images-country.meld.io/JO/flag.svg",
964
+ regions: null,
965
+ },
966
+ {
967
+ countryCode: "KZ",
968
+ name: "Kazakhstan",
969
+ flagImageUrl: "https://images-country.meld.io/KZ/flag.svg",
970
+ regions: null,
971
+ },
972
+ {
973
+ countryCode: "KE",
974
+ name: "Kenya",
975
+ flagImageUrl: "https://images-country.meld.io/KE/flag.svg",
976
+ regions: null,
977
+ },
978
+ {
979
+ countryCode: "KI",
980
+ name: "Kiribati",
981
+ flagImageUrl: "https://images-country.meld.io/KI/flag.svg",
982
+ regions: null,
983
+ },
984
+ {
985
+ countryCode: "XK",
986
+ name: "Kosovo",
987
+ flagImageUrl: "https://images-country.meld.io/XK/flag.svg",
988
+ regions: null,
989
+ },
990
+ {
991
+ countryCode: "KW",
992
+ name: "Kuwait",
993
+ flagImageUrl: "https://images-country.meld.io/KW/flag.svg",
994
+ regions: null,
995
+ },
996
+ {
997
+ countryCode: "KG",
998
+ name: "Kyrgyzstan",
999
+ flagImageUrl: "https://images-country.meld.io/KG/flag.svg",
1000
+ regions: null,
1001
+ },
1002
+ {
1003
+ countryCode: "LA",
1004
+ name: "Laos",
1005
+ flagImageUrl: "https://images-country.meld.io/LA/flag.svg",
1006
+ regions: null,
1007
+ },
1008
+ {
1009
+ countryCode: "LV",
1010
+ name: "Latvia",
1011
+ flagImageUrl: "https://images-country.meld.io/LV/flag.svg",
1012
+ regions: null,
1013
+ },
1014
+ {
1015
+ countryCode: "LB",
1016
+ name: "Lebanon",
1017
+ flagImageUrl: "https://images-country.meld.io/LB/flag.svg",
1018
+ regions: null,
1019
+ },
1020
+ {
1021
+ countryCode: "LS",
1022
+ name: "Lesotho",
1023
+ flagImageUrl: "https://images-country.meld.io/LS/flag.svg",
1024
+ regions: null,
1025
+ },
1026
+ {
1027
+ countryCode: "LR",
1028
+ name: "Liberia",
1029
+ flagImageUrl: "https://images-country.meld.io/LR/flag.svg",
1030
+ regions: null,
1031
+ },
1032
+ {
1033
+ countryCode: "LY",
1034
+ name: "Libya",
1035
+ flagImageUrl: "https://images-country.meld.io/LY/flag.svg",
1036
+ regions: null,
1037
+ },
1038
+ {
1039
+ countryCode: "LI",
1040
+ name: "Liechtenstein",
1041
+ flagImageUrl: "https://images-country.meld.io/LI/flag.svg",
1042
+ regions: null,
1043
+ },
1044
+ {
1045
+ countryCode: "LT",
1046
+ name: "Lithuania",
1047
+ flagImageUrl: "https://images-country.meld.io/LT/flag.svg",
1048
+ regions: null,
1049
+ },
1050
+ {
1051
+ countryCode: "LU",
1052
+ name: "Luxembourg",
1053
+ flagImageUrl: "https://images-country.meld.io/LU/flag.svg",
1054
+ regions: null,
1055
+ },
1056
+ {
1057
+ countryCode: "MO",
1058
+ name: "Macao",
1059
+ flagImageUrl: "https://images-country.meld.io/MO/flag.svg",
1060
+ regions: null,
1061
+ },
1062
+ {
1063
+ countryCode: "MG",
1064
+ name: "Madagascar",
1065
+ flagImageUrl: "https://images-country.meld.io/MG/flag.svg",
1066
+ regions: null,
1067
+ },
1068
+ {
1069
+ countryCode: "MW",
1070
+ name: "Malawi",
1071
+ flagImageUrl: "https://images-country.meld.io/MW/flag.svg",
1072
+ regions: null,
1073
+ },
1074
+ {
1075
+ countryCode: "MY",
1076
+ name: "Malaysia",
1077
+ flagImageUrl: "https://images-country.meld.io/MY/flag.svg",
1078
+ regions: null,
1079
+ },
1080
+ {
1081
+ countryCode: "MV",
1082
+ name: "Maldives",
1083
+ flagImageUrl: "https://images-country.meld.io/MV/flag.svg",
1084
+ regions: null,
1085
+ },
1086
+ {
1087
+ countryCode: "ML",
1088
+ name: "Mali",
1089
+ flagImageUrl: "https://images-country.meld.io/ML/flag.svg",
1090
+ regions: null,
1091
+ },
1092
+ {
1093
+ countryCode: "MT",
1094
+ name: "Malta",
1095
+ flagImageUrl: "https://images-country.meld.io/MT/flag.svg",
1096
+ regions: null,
1097
+ },
1098
+ {
1099
+ countryCode: "MH",
1100
+ name: "Marshall Islands",
1101
+ flagImageUrl: "https://images-country.meld.io/MH/flag.svg",
1102
+ regions: null,
1103
+ },
1104
+ {
1105
+ countryCode: "MQ",
1106
+ name: "Martinique",
1107
+ flagImageUrl: "https://images-country.meld.io/MQ/flag.svg",
1108
+ regions: null,
1109
+ },
1110
+ {
1111
+ countryCode: "MR",
1112
+ name: "Mauritania",
1113
+ flagImageUrl: "https://images-country.meld.io/MR/flag.svg",
1114
+ regions: null,
1115
+ },
1116
+ {
1117
+ countryCode: "MU",
1118
+ name: "Mauritius",
1119
+ flagImageUrl: "https://images-country.meld.io/MU/flag.svg",
1120
+ regions: null,
1121
+ },
1122
+ {
1123
+ countryCode: "YT",
1124
+ name: "Mayotte",
1125
+ flagImageUrl: "https://images-country.meld.io/YT/flag.svg",
1126
+ regions: null,
1127
+ },
1128
+ {
1129
+ countryCode: "MX",
1130
+ name: "Mexico",
1131
+ flagImageUrl: "https://images-country.meld.io/MX/flag.svg",
1132
+ regions: null,
1133
+ },
1134
+ {
1135
+ countryCode: "MD",
1136
+ name: "Moldova",
1137
+ flagImageUrl: "https://images-country.meld.io/MD/flag.svg",
1138
+ regions: null,
1139
+ },
1140
+ {
1141
+ countryCode: "MN",
1142
+ name: "Mongolia",
1143
+ flagImageUrl: "https://images-country.meld.io/MN/flag.svg",
1144
+ regions: null,
1145
+ },
1146
+ {
1147
+ countryCode: "ME",
1148
+ name: "Montenegro",
1149
+ flagImageUrl: "https://images-country.meld.io/ME/flag.svg",
1150
+ regions: null,
1151
+ },
1152
+ {
1153
+ countryCode: "MS",
1154
+ name: "Montserrat",
1155
+ flagImageUrl: "https://images-country.meld.io/MS/flag.svg",
1156
+ regions: null,
1157
+ },
1158
+ {
1159
+ countryCode: "MA",
1160
+ name: "Morocco",
1161
+ flagImageUrl: "https://images-country.meld.io/MA/flag.svg",
1162
+ regions: null,
1163
+ },
1164
+ {
1165
+ countryCode: "MZ",
1166
+ name: "Mozambique",
1167
+ flagImageUrl: "https://images-country.meld.io/MZ/flag.svg",
1168
+ regions: null,
1169
+ },
1170
+ {
1171
+ countryCode: "MM",
1172
+ name: "Myanmar",
1173
+ flagImageUrl: "https://images-country.meld.io/MM/flag.svg",
1174
+ regions: null,
1175
+ },
1176
+ {
1177
+ countryCode: "NA",
1178
+ name: "Namibia",
1179
+ flagImageUrl: "https://images-country.meld.io/NA/flag.svg",
1180
+ regions: null,
1181
+ },
1182
+ {
1183
+ countryCode: "NR",
1184
+ name: "Nauru",
1185
+ flagImageUrl: "https://images-country.meld.io/NR/flag.svg",
1186
+ regions: null,
1187
+ },
1188
+ {
1189
+ countryCode: "NP",
1190
+ name: "Nepal",
1191
+ flagImageUrl: "https://images-country.meld.io/NP/flag.svg",
1192
+ regions: null,
1193
+ },
1194
+ {
1195
+ countryCode: "NL",
1196
+ name: "Netherlands",
1197
+ flagImageUrl: "https://images-country.meld.io/NL/flag.svg",
1198
+ regions: null,
1199
+ },
1200
+ {
1201
+ countryCode: "NC",
1202
+ name: "New Caledonia",
1203
+ flagImageUrl: "https://images-country.meld.io/NC/flag.svg",
1204
+ regions: null,
1205
+ },
1206
+ {
1207
+ countryCode: "NZ",
1208
+ name: "New Zealand",
1209
+ flagImageUrl: "https://images-country.meld.io/NZ/flag.svg",
1210
+ regions: null,
1211
+ },
1212
+ {
1213
+ countryCode: "NI",
1214
+ name: "Nicaragua",
1215
+ flagImageUrl: "https://images-country.meld.io/NI/flag.svg",
1216
+ regions: null,
1217
+ },
1218
+ {
1219
+ countryCode: "NE",
1220
+ name: "Niger",
1221
+ flagImageUrl: "https://images-country.meld.io/NE/flag.svg",
1222
+ regions: null,
1223
+ },
1224
+ {
1225
+ countryCode: "NG",
1226
+ name: "Nigeria",
1227
+ flagImageUrl: "https://images-country.meld.io/NG/flag.svg",
1228
+ regions: null,
1229
+ },
1230
+ {
1231
+ countryCode: "NU",
1232
+ name: "Niue",
1233
+ flagImageUrl: "https://images-country.meld.io/NU/flag.svg",
1234
+ regions: null,
1235
+ },
1236
+ {
1237
+ countryCode: "NF",
1238
+ name: "Norfolk Island",
1239
+ flagImageUrl: "https://images-country.meld.io/NF/flag.svg",
1240
+ regions: null,
1241
+ },
1242
+ {
1243
+ countryCode: "KP",
1244
+ name: "North Korea",
1245
+ flagImageUrl: "https://images-country.meld.io/KP/flag.svg",
1246
+ regions: null,
1247
+ },
1248
+ {
1249
+ countryCode: "MK",
1250
+ name: "North Macedonia",
1251
+ flagImageUrl: "https://images-country.meld.io/MK/flag.svg",
1252
+ regions: null,
1253
+ },
1254
+ {
1255
+ countryCode: "MP",
1256
+ name: "Northern Mariana Islands",
1257
+ flagImageUrl: "https://images-country.meld.io/MP/flag.svg",
1258
+ regions: null,
1259
+ },
1260
+ {
1261
+ countryCode: "NO",
1262
+ name: "Norway",
1263
+ flagImageUrl: "https://images-country.meld.io/NO/flag.svg",
1264
+ regions: null,
1265
+ },
1266
+ {
1267
+ countryCode: "OM",
1268
+ name: "Oman",
1269
+ flagImageUrl: "https://images-country.meld.io/OM/flag.svg",
1270
+ regions: null,
1271
+ },
1272
+ {
1273
+ countryCode: "PK",
1274
+ name: "Pakistan",
1275
+ flagImageUrl: "https://images-country.meld.io/PK/flag.svg",
1276
+ regions: null,
1277
+ },
1278
+ {
1279
+ countryCode: "PW",
1280
+ name: "Palau",
1281
+ flagImageUrl: "https://images-country.meld.io/PW/flag.svg",
1282
+ regions: null,
1283
+ },
1284
+ {
1285
+ countryCode: "PS",
1286
+ name: "Palestine",
1287
+ flagImageUrl: "https://images-country.meld.io/PS/flag.svg",
1288
+ regions: null,
1289
+ },
1290
+ {
1291
+ countryCode: "PA",
1292
+ name: "Panama",
1293
+ flagImageUrl: "https://images-country.meld.io/PA/flag.svg",
1294
+ regions: null,
1295
+ },
1296
+ {
1297
+ countryCode: "PG",
1298
+ name: "Papua New Guinea",
1299
+ flagImageUrl: "https://images-country.meld.io/PG/flag.svg",
1300
+ regions: null,
1301
+ },
1302
+ {
1303
+ countryCode: "PY",
1304
+ name: "Paraguay",
1305
+ flagImageUrl: "https://images-country.meld.io/PY/flag.svg",
1306
+ regions: null,
1307
+ },
1308
+ {
1309
+ countryCode: "PE",
1310
+ name: "Peru",
1311
+ flagImageUrl: "https://images-country.meld.io/PE/flag.svg",
1312
+ regions: null,
1313
+ },
1314
+ {
1315
+ countryCode: "PH",
1316
+ name: "Philippines",
1317
+ flagImageUrl: "https://images-country.meld.io/PH/flag.svg",
1318
+ regions: null,
1319
+ },
1320
+ {
1321
+ countryCode: "PN",
1322
+ name: "Pitcairn Islands",
1323
+ flagImageUrl: "https://images-country.meld.io/PN/flag.svg",
1324
+ regions: null,
1325
+ },
1326
+ {
1327
+ countryCode: "PL",
1328
+ name: "Poland",
1329
+ flagImageUrl: "https://images-country.meld.io/PL/flag.svg",
1330
+ regions: null,
1331
+ },
1332
+ {
1333
+ countryCode: "PT",
1334
+ name: "Portugal",
1335
+ flagImageUrl: "https://images-country.meld.io/PT/flag.svg",
1336
+ regions: null,
1337
+ },
1338
+ {
1339
+ countryCode: "MC",
1340
+ name: "Principality of Monaco",
1341
+ flagImageUrl: "https://images-country.meld.io/MC/flag.svg",
1342
+ regions: null,
1343
+ },
1344
+ {
1345
+ countryCode: "PR",
1346
+ name: "Puerto Rico",
1347
+ flagImageUrl: "https://images-country.meld.io/PR/flag.svg",
1348
+ regions: null,
1349
+ },
1350
+ {
1351
+ countryCode: "QA",
1352
+ name: "Qatar",
1353
+ flagImageUrl: "https://images-country.meld.io/QA/flag.svg",
1354
+ regions: null,
1355
+ },
1356
+ {
1357
+ countryCode: "CG",
1358
+ name: "Republic of the Congo",
1359
+ flagImageUrl: "https://images-country.meld.io/CG/flag.svg",
1360
+ regions: null,
1361
+ },
1362
+ {
1363
+ countryCode: "RO",
1364
+ name: "Romania",
1365
+ flagImageUrl: "https://images-country.meld.io/RO/flag.svg",
1366
+ regions: null,
1367
+ },
1368
+ {
1369
+ countryCode: "RU",
1370
+ name: "Russia",
1371
+ flagImageUrl: "https://images-country.meld.io/RU/flag.svg",
1372
+ regions: null,
1373
+ },
1374
+ {
1375
+ countryCode: "RW",
1376
+ name: "Rwanda",
1377
+ flagImageUrl: "https://images-country.meld.io/RW/flag.svg",
1378
+ regions: null,
1379
+ },
1380
+ {
1381
+ countryCode: "RE",
1382
+ name: "Réunion",
1383
+ flagImageUrl: "https://images-country.meld.io/RE/flag.svg",
1384
+ regions: null,
1385
+ },
1386
+ {
1387
+ countryCode: "BL",
1388
+ name: "Saint Barthélemy",
1389
+ flagImageUrl: "https://images-country.meld.io/BL/flag.svg",
1390
+ regions: null,
1391
+ },
1392
+ {
1393
+ countryCode: "SH",
1394
+ name: "Saint Helena, Ascension and Tristan da Cunha",
1395
+ flagImageUrl: "https://images-country.meld.io/SH/flag.svg",
1396
+ regions: null,
1397
+ },
1398
+ {
1399
+ countryCode: "KN",
1400
+ name: "Saint Kitts and Nevis",
1401
+ flagImageUrl: "https://images-country.meld.io/KN/flag.svg",
1402
+ regions: null,
1403
+ },
1404
+ {
1405
+ countryCode: "LC",
1406
+ name: "Saint Lucia",
1407
+ flagImageUrl: "https://images-country.meld.io/LC/flag.svg",
1408
+ regions: null,
1409
+ },
1410
+ {
1411
+ countryCode: "MF",
1412
+ name: "Saint Martin",
1413
+ flagImageUrl: "https://images-country.meld.io/MF/flag.svg",
1414
+ regions: null,
1415
+ },
1416
+ {
1417
+ countryCode: "PM",
1418
+ name: "Saint Pierre and Miquelon",
1419
+ flagImageUrl: "https://images-country.meld.io/PM/flag.svg",
1420
+ regions: null,
1421
+ },
1422
+ {
1423
+ countryCode: "VC",
1424
+ name: "Saint Vincent and the Grenadines",
1425
+ flagImageUrl: "https://images-country.meld.io/VC/flag.svg",
1426
+ regions: null,
1427
+ },
1428
+ {
1429
+ countryCode: "WS",
1430
+ name: "Samoa",
1431
+ flagImageUrl: "https://images-country.meld.io/WS/flag.svg",
1432
+ regions: null,
1433
+ },
1434
+ {
1435
+ countryCode: "SM",
1436
+ name: "San Marino",
1437
+ flagImageUrl: "https://images-country.meld.io/SM/flag.svg",
1438
+ regions: null,
1439
+ },
1440
+ {
1441
+ countryCode: "ST",
1442
+ name: "Sao Tome and Principe",
1443
+ flagImageUrl: "https://images-country.meld.io/ST/flag.svg",
1444
+ regions: null,
1445
+ },
1446
+ {
1447
+ countryCode: "SA",
1448
+ name: "Saudi Arabia",
1449
+ flagImageUrl: "https://images-country.meld.io/SA/flag.svg",
1450
+ regions: null,
1451
+ },
1452
+ {
1453
+ countryCode: "SN",
1454
+ name: "Senegal",
1455
+ flagImageUrl: "https://images-country.meld.io/SN/flag.svg",
1456
+ regions: null,
1457
+ },
1458
+ {
1459
+ countryCode: "RS",
1460
+ name: "Serbia",
1461
+ flagImageUrl: "https://images-country.meld.io/RS/flag.svg",
1462
+ regions: null,
1463
+ },
1464
+ {
1465
+ countryCode: "SC",
1466
+ name: "Seychelles",
1467
+ flagImageUrl: "https://images-country.meld.io/SC/flag.svg",
1468
+ regions: null,
1469
+ },
1470
+ {
1471
+ countryCode: "SL",
1472
+ name: "Sierra Leone",
1473
+ flagImageUrl: "https://images-country.meld.io/SL/flag.svg",
1474
+ regions: null,
1475
+ },
1476
+ {
1477
+ countryCode: "SG",
1478
+ name: "Singapore",
1479
+ flagImageUrl: "https://images-country.meld.io/SG/flag.svg",
1480
+ regions: null,
1481
+ },
1482
+ {
1483
+ countryCode: "SX",
1484
+ name: "Sint Maarten",
1485
+ flagImageUrl: "https://images-country.meld.io/SX/flag.svg",
1486
+ regions: null,
1487
+ },
1488
+ {
1489
+ countryCode: "SK",
1490
+ name: "Slovakia",
1491
+ flagImageUrl: "https://images-country.meld.io/SK/flag.svg",
1492
+ regions: null,
1493
+ },
1494
+ {
1495
+ countryCode: "SI",
1496
+ name: "Slovenia",
1497
+ flagImageUrl: "https://images-country.meld.io/SI/flag.svg",
1498
+ regions: null,
1499
+ },
1500
+ {
1501
+ countryCode: "SB",
1502
+ name: "Solomon Islands",
1503
+ flagImageUrl: "https://images-country.meld.io/SB/flag.svg",
1504
+ regions: null,
1505
+ },
1506
+ {
1507
+ countryCode: "SO",
1508
+ name: "Somalia",
1509
+ flagImageUrl: "https://images-country.meld.io/SO/flag.svg",
1510
+ regions: null,
1511
+ },
1512
+ {
1513
+ countryCode: "ZA",
1514
+ name: "South Africa",
1515
+ flagImageUrl: "https://images-country.meld.io/ZA/flag.svg",
1516
+ regions: null,
1517
+ },
1518
+ {
1519
+ countryCode: "GS",
1520
+ name: "South Georgia and South Sandwich Islands",
1521
+ flagImageUrl: "https://images-country.meld.io/GS/flag.svg",
1522
+ regions: null,
1523
+ },
1524
+ {
1525
+ countryCode: "KR",
1526
+ name: "South Korea",
1527
+ flagImageUrl: "https://images-country.meld.io/KR/flag.svg",
1528
+ regions: null,
1529
+ },
1530
+ {
1531
+ countryCode: "SS",
1532
+ name: "South Sudan",
1533
+ flagImageUrl: "https://images-country.meld.io/SS/flag.svg",
1534
+ regions: null,
1535
+ },
1536
+ {
1537
+ countryCode: "ES",
1538
+ name: "Spain and the Canary Islands",
1539
+ flagImageUrl: "https://images-country.meld.io/ES/flag.svg",
1540
+ regions: null,
1541
+ },
1542
+ {
1543
+ countryCode: "LK",
1544
+ name: "Sri Lanka",
1545
+ flagImageUrl: "https://images-country.meld.io/LK/flag.svg",
1546
+ regions: null,
1547
+ },
1548
+ {
1549
+ countryCode: "SD",
1550
+ name: "Sudan",
1551
+ flagImageUrl: "https://images-country.meld.io/SD/flag.svg",
1552
+ regions: null,
1553
+ },
1554
+ {
1555
+ countryCode: "SR",
1556
+ name: "Suriname",
1557
+ flagImageUrl: "https://images-country.meld.io/SR/flag.svg",
1558
+ regions: null,
1559
+ },
1560
+ {
1561
+ countryCode: "SJ",
1562
+ name: "Svalbard and Jan Mayen",
1563
+ flagImageUrl: "https://images-country.meld.io/SJ/flag.svg",
1564
+ regions: null,
1565
+ },
1566
+ {
1567
+ countryCode: "SE",
1568
+ name: "Sweden",
1569
+ flagImageUrl: "https://images-country.meld.io/SE/flag.svg",
1570
+ regions: null,
1571
+ },
1572
+ {
1573
+ countryCode: "CH",
1574
+ name: "Switzerland",
1575
+ flagImageUrl: "https://images-country.meld.io/CH/flag.svg",
1576
+ regions: null,
1577
+ },
1578
+ {
1579
+ countryCode: "SY",
1580
+ name: "Syria",
1581
+ flagImageUrl: "https://images-country.meld.io/SY/flag.svg",
1582
+ regions: null,
1583
+ },
1584
+ {
1585
+ countryCode: "TW",
1586
+ name: "Taiwan",
1587
+ flagImageUrl: "https://images-country.meld.io/TW/flag.svg",
1588
+ regions: null,
1589
+ },
1590
+ {
1591
+ countryCode: "TJ",
1592
+ name: "Tajikistan",
1593
+ flagImageUrl: "https://images-country.meld.io/TJ/flag.svg",
1594
+ regions: null,
1595
+ },
1596
+ {
1597
+ countryCode: "TZ",
1598
+ name: "Tanzania",
1599
+ flagImageUrl: "https://images-country.meld.io/TZ/flag.svg",
1600
+ regions: null,
1601
+ },
1602
+ {
1603
+ countryCode: "TH",
1604
+ name: "Thailand",
1605
+ flagImageUrl: "https://images-country.meld.io/TH/flag.svg",
1606
+ regions: null,
1607
+ },
1608
+ {
1609
+ countryCode: "TG",
1610
+ name: "Togo",
1611
+ flagImageUrl: "https://images-country.meld.io/TG/flag.svg",
1612
+ regions: null,
1613
+ },
1614
+ {
1615
+ countryCode: "TK",
1616
+ name: "Tokelau",
1617
+ flagImageUrl: "https://images-country.meld.io/TK/flag.svg",
1618
+ regions: null,
1619
+ },
1620
+ {
1621
+ countryCode: "TO",
1622
+ name: "Tonga",
1623
+ flagImageUrl: "https://images-country.meld.io/TO/flag.svg",
1624
+ regions: null,
1625
+ },
1626
+ {
1627
+ countryCode: "TT",
1628
+ name: "Trinidad and Tobago",
1629
+ flagImageUrl: "https://images-country.meld.io/TT/flag.svg",
1630
+ regions: null,
1631
+ },
1632
+ {
1633
+ countryCode: "TN",
1634
+ name: "Tunisia",
1635
+ flagImageUrl: "https://images-country.meld.io/TN/flag.svg",
1636
+ regions: null,
1637
+ },
1638
+ {
1639
+ countryCode: "TR",
1640
+ name: "Turkey",
1641
+ flagImageUrl: "https://images-country.meld.io/TR/flag.svg",
1642
+ regions: null,
1643
+ },
1644
+ {
1645
+ countryCode: "TM",
1646
+ name: "Turkmenistan",
1647
+ flagImageUrl: "https://images-country.meld.io/TM/flag.svg",
1648
+ regions: null,
1649
+ },
1650
+ {
1651
+ countryCode: "TC",
1652
+ name: "Turks and Caicos Islands",
1653
+ flagImageUrl: "https://images-country.meld.io/TC/flag.svg",
1654
+ regions: null,
1655
+ },
1656
+ {
1657
+ countryCode: "TV",
1658
+ name: "Tuvalu",
1659
+ flagImageUrl: "https://images-country.meld.io/TV/flag.svg",
1660
+ regions: null,
1661
+ },
1662
+ {
1663
+ countryCode: "VI",
1664
+ name: "U.S. Virgin Islands",
1665
+ flagImageUrl: "https://images-country.meld.io/VI/flag.svg",
1666
+ regions: null,
1667
+ },
1668
+ {
1669
+ countryCode: "UG",
1670
+ name: "Uganda",
1671
+ flagImageUrl: "https://images-country.meld.io/UG/flag.svg",
1672
+ regions: null,
1673
+ },
1674
+ {
1675
+ countryCode: "UA",
1676
+ name: "Ukraine",
1677
+ flagImageUrl: "https://images-country.meld.io/UA/flag.svg",
1678
+ regions: null,
1679
+ },
1680
+ {
1681
+ countryCode: "AE",
1682
+ name: "United Arab Emirates",
1683
+ flagImageUrl: "https://images-country.meld.io/AE/flag.svg",
1684
+ regions: null,
1685
+ },
1686
+ {
1687
+ countryCode: "GB",
1688
+ name: "United Kingdom",
1689
+ flagImageUrl: "https://images-country.meld.io/GB/flag.svg",
1690
+ regions: null,
1691
+ },
1692
+ {
1693
+ countryCode: "US",
1694
+ name: "United States",
1695
+ flagImageUrl: "https://images-country.meld.io/US/flag.svg",
1696
+ regions: [
1697
+ {
1698
+ regionCode: "US-AL",
1699
+ name: "Alabama",
1700
+ },
1701
+ {
1702
+ regionCode: "US-AK",
1703
+ name: "Alaska",
1704
+ },
1705
+ {
1706
+ regionCode: "US-AS",
1707
+ name: "American Samoa",
1708
+ },
1709
+ {
1710
+ regionCode: "US-AZ",
1711
+ name: "Arizona",
1712
+ },
1713
+ {
1714
+ regionCode: "US-AR",
1715
+ name: "Arkansas",
1716
+ },
1717
+ {
1718
+ regionCode: "US-CA",
1719
+ name: "California",
1720
+ },
1721
+ {
1722
+ regionCode: "US-CO",
1723
+ name: "Colorado",
1724
+ },
1725
+ {
1726
+ regionCode: "US-CT",
1727
+ name: "Connecticut",
1728
+ },
1729
+ {
1730
+ regionCode: "US-DE",
1731
+ name: "Delaware",
1732
+ },
1733
+ {
1734
+ regionCode: "US-DC",
1735
+ name: "District of Columbia",
1736
+ },
1737
+ {
1738
+ regionCode: "US-FL",
1739
+ name: "Florida",
1740
+ },
1741
+ {
1742
+ regionCode: "US-GA",
1743
+ name: "Georgia",
1744
+ },
1745
+ {
1746
+ regionCode: "US-GU",
1747
+ name: "Guam",
1748
+ },
1749
+ {
1750
+ regionCode: "US-HI",
1751
+ name: "Hawaii",
1752
+ },
1753
+ {
1754
+ regionCode: "US-ID",
1755
+ name: "Idaho",
1756
+ },
1757
+ {
1758
+ regionCode: "US-IL",
1759
+ name: "Illinois",
1760
+ },
1761
+ {
1762
+ regionCode: "US-IN",
1763
+ name: "Indiana",
1764
+ },
1765
+ {
1766
+ regionCode: "US-IA",
1767
+ name: "Iowa",
1768
+ },
1769
+ {
1770
+ regionCode: "US-KS",
1771
+ name: "Kansas",
1772
+ },
1773
+ {
1774
+ regionCode: "US-KY",
1775
+ name: "Kentucky",
1776
+ },
1777
+ {
1778
+ regionCode: "US-LA",
1779
+ name: "Louisiana",
1780
+ },
1781
+ {
1782
+ regionCode: "US-ME",
1783
+ name: "Maine",
1784
+ },
1785
+ {
1786
+ regionCode: "US-MD",
1787
+ name: "Maryland",
1788
+ },
1789
+ {
1790
+ regionCode: "US-MA",
1791
+ name: "Massachusetts",
1792
+ },
1793
+ {
1794
+ regionCode: "US-MI",
1795
+ name: "Michigan",
1796
+ },
1797
+ {
1798
+ regionCode: "US-MN",
1799
+ name: "Minnesota",
1800
+ },
1801
+ {
1802
+ regionCode: "US-MS",
1803
+ name: "Mississippi",
1804
+ },
1805
+ {
1806
+ regionCode: "US-MO",
1807
+ name: "Missouri",
1808
+ },
1809
+ {
1810
+ regionCode: "US-MT",
1811
+ name: "Montana",
1812
+ },
1813
+ {
1814
+ regionCode: "US-NE",
1815
+ name: "Nebraska",
1816
+ },
1817
+ {
1818
+ regionCode: "US-NV",
1819
+ name: "Nevada",
1820
+ },
1821
+ {
1822
+ regionCode: "US-NH",
1823
+ name: "New Hampshire",
1824
+ },
1825
+ {
1826
+ regionCode: "US-NJ",
1827
+ name: "New Jersey",
1828
+ },
1829
+ {
1830
+ regionCode: "US-NM",
1831
+ name: "New Mexico",
1832
+ },
1833
+ {
1834
+ regionCode: "US-NY",
1835
+ name: "New York",
1836
+ },
1837
+ {
1838
+ regionCode: "US-NC",
1839
+ name: "North Carolina",
1840
+ },
1841
+ {
1842
+ regionCode: "US-ND",
1843
+ name: "North Dakota",
1844
+ },
1845
+ {
1846
+ regionCode: "US-MP",
1847
+ name: "Northern Mariana Islands",
1848
+ },
1849
+ {
1850
+ regionCode: "US-OH",
1851
+ name: "Ohio",
1852
+ },
1853
+ {
1854
+ regionCode: "US-OK",
1855
+ name: "Oklahoma",
1856
+ },
1857
+ {
1858
+ regionCode: "US-OR",
1859
+ name: "Oregon",
1860
+ },
1861
+ {
1862
+ regionCode: "US-PA",
1863
+ name: "Pennsylvania",
1864
+ },
1865
+ {
1866
+ regionCode: "US-PR",
1867
+ name: "Puerto Rico",
1868
+ },
1869
+ {
1870
+ regionCode: "US-RI",
1871
+ name: "Rhode Island",
1872
+ },
1873
+ {
1874
+ regionCode: "US-SC",
1875
+ name: "South Carolina",
1876
+ },
1877
+ {
1878
+ regionCode: "US-SD",
1879
+ name: "South Dakota",
1880
+ },
1881
+ {
1882
+ regionCode: "US-TN",
1883
+ name: "Tennessee",
1884
+ },
1885
+ {
1886
+ regionCode: "US-TX",
1887
+ name: "Texas",
1888
+ },
1889
+ {
1890
+ regionCode: "US-UT",
1891
+ name: "Utah",
1892
+ },
1893
+ {
1894
+ regionCode: "US-VT",
1895
+ name: "Vermont",
1896
+ },
1897
+ {
1898
+ regionCode: "US-VI",
1899
+ name: "Virgin Islands",
1900
+ },
1901
+ {
1902
+ regionCode: "US-VA",
1903
+ name: "Virginia",
1904
+ },
1905
+ {
1906
+ regionCode: "US-WA",
1907
+ name: "Washington",
1908
+ },
1909
+ {
1910
+ regionCode: "US-WV",
1911
+ name: "West Virginia",
1912
+ },
1913
+ {
1914
+ regionCode: "US-WI",
1915
+ name: "Wisconsin",
1916
+ },
1917
+ {
1918
+ regionCode: "US-WY",
1919
+ name: "Wyoming",
1920
+ },
1921
+ ],
1922
+ },
1923
+ {
1924
+ countryCode: "UM",
1925
+ name: "United States Minor Outlying Islands",
1926
+ flagImageUrl: "https://images-country.meld.io/UM/flag.svg",
1927
+ regions: null,
1928
+ },
1929
+ {
1930
+ countryCode: "UY",
1931
+ name: "Uruguay",
1932
+ flagImageUrl: "https://images-country.meld.io/UY/flag.svg",
1933
+ regions: null,
1934
+ },
1935
+ {
1936
+ countryCode: "UZ",
1937
+ name: "Uzbekistan",
1938
+ flagImageUrl: "https://images-country.meld.io/UZ/flag.svg",
1939
+ regions: null,
1940
+ },
1941
+ {
1942
+ countryCode: "VU",
1943
+ name: "Vanuatu",
1944
+ flagImageUrl: "https://images-country.meld.io/VU/flag.svg",
1945
+ regions: null,
1946
+ },
1947
+ {
1948
+ countryCode: "VA",
1949
+ name: "Vatican City",
1950
+ flagImageUrl: "https://images-country.meld.io/VA/flag.svg",
1951
+ regions: null,
1952
+ },
1953
+ {
1954
+ countryCode: "VE",
1955
+ name: "Venezuela",
1956
+ flagImageUrl: "https://images-country.meld.io/VE/flag.svg",
1957
+ regions: null,
1958
+ },
1959
+ {
1960
+ countryCode: "VN",
1961
+ name: "Vietnam",
1962
+ flagImageUrl: "https://images-country.meld.io/VN/flag.svg",
1963
+ regions: null,
1964
+ },
1965
+ {
1966
+ countryCode: "WF",
1967
+ name: "Wallis and Futuna",
1968
+ flagImageUrl: "https://images-country.meld.io/WF/flag.svg",
1969
+ regions: null,
1970
+ },
1971
+ {
1972
+ countryCode: "EH",
1973
+ name: "Western Sahara",
1974
+ flagImageUrl: "https://images-country.meld.io/EH/flag.svg",
1975
+ regions: null,
1976
+ },
1977
+ {
1978
+ countryCode: "YE",
1979
+ name: "Yemen",
1980
+ flagImageUrl: "https://images-country.meld.io/YE/flag.svg",
1981
+ regions: null,
1982
+ },
1983
+ {
1984
+ countryCode: "ZM",
1985
+ name: "Zambia",
1986
+ flagImageUrl: "https://images-country.meld.io/ZM/flag.svg",
1987
+ regions: null,
1988
+ },
1989
+ {
1990
+ countryCode: "ZW",
1991
+ name: "Zimbabwe",
1992
+ flagImageUrl: "https://images-country.meld.io/ZW/flag.svg",
1993
+ regions: null,
1994
+ },
1995
+ ]