ggez-banking-sdk 0.2.39 → 0.2.40
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/content/countries.js +382 -382
- package/package.json +1 -1
|
@@ -15,6 +15,14 @@ const countries = [
|
|
|
15
15
|
Country_Name: "Afghanistan",
|
|
16
16
|
Phone_Code: "93",
|
|
17
17
|
},
|
|
18
|
+
{
|
|
19
|
+
Country_Code: "248",
|
|
20
|
+
Currency_Name: "European Union Euro",
|
|
21
|
+
Currency_Code: "EUR",
|
|
22
|
+
ISO_A2: "AX",
|
|
23
|
+
Country_Name: "Åland Islands",
|
|
24
|
+
Phone_Code: "35818",
|
|
25
|
+
},
|
|
18
26
|
{
|
|
19
27
|
Country_Code: "8",
|
|
20
28
|
Currency_Name: "Leke",
|
|
@@ -23,14 +31,6 @@ const countries = [
|
|
|
23
31
|
Country_Name: "Albania",
|
|
24
32
|
Phone_Code: "355",
|
|
25
33
|
},
|
|
26
|
-
{
|
|
27
|
-
Country_Code: "10",
|
|
28
|
-
Currency_Name: null,
|
|
29
|
-
Currency_Code: null,
|
|
30
|
-
ISO_A2: "AQ",
|
|
31
|
-
Country_Name: "Antarctica",
|
|
32
|
-
Phone_Code: "672",
|
|
33
|
-
},
|
|
34
34
|
{
|
|
35
35
|
Country_Code: "12",
|
|
36
36
|
Currency_Name: "Algeria Dinars",
|
|
@@ -63,6 +63,22 @@ const countries = [
|
|
|
63
63
|
Country_Name: "Angola",
|
|
64
64
|
Phone_Code: "244",
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
Country_Code: "660",
|
|
68
|
+
Currency_Name: "East Caribbean Dollars",
|
|
69
|
+
Currency_Code: "XCD",
|
|
70
|
+
ISO_A2: "AI",
|
|
71
|
+
Country_Name: "Anguilla",
|
|
72
|
+
Phone_Code: "1",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
Country_Code: "10",
|
|
76
|
+
Currency_Name: null,
|
|
77
|
+
Currency_Code: null,
|
|
78
|
+
ISO_A2: "AQ",
|
|
79
|
+
Country_Name: "Antarctica",
|
|
80
|
+
Phone_Code: "672",
|
|
81
|
+
},
|
|
66
82
|
{
|
|
67
83
|
Country_Code: "28",
|
|
68
84
|
Currency_Name: "East Caribbean Dollars",
|
|
@@ -71,14 +87,6 @@ const countries = [
|
|
|
71
87
|
Country_Name: "Antigua and Barbuda",
|
|
72
88
|
Phone_Code: "1",
|
|
73
89
|
},
|
|
74
|
-
{
|
|
75
|
-
Country_Code: "31",
|
|
76
|
-
Currency_Name: "New Manats",
|
|
77
|
-
Currency_Code: "AZN",
|
|
78
|
-
ISO_A2: "AZ",
|
|
79
|
-
Country_Name: "Azerbaijan",
|
|
80
|
-
Phone_Code: "994",
|
|
81
|
-
},
|
|
82
90
|
{
|
|
83
91
|
Country_Code: "32",
|
|
84
92
|
Currency_Name: "Argentinian Pesos",
|
|
@@ -87,6 +95,22 @@ const countries = [
|
|
|
87
95
|
Country_Name: "Argentina",
|
|
88
96
|
Phone_Code: "54",
|
|
89
97
|
},
|
|
98
|
+
{
|
|
99
|
+
Country_Code: "51",
|
|
100
|
+
Currency_Name: "Drams",
|
|
101
|
+
Currency_Code: "AMD",
|
|
102
|
+
ISO_A2: "AM",
|
|
103
|
+
Country_Name: "Armenia",
|
|
104
|
+
Phone_Code: "374",
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
Country_Code: "533",
|
|
108
|
+
Currency_Name: "Aruba Guilders (Florins)",
|
|
109
|
+
Currency_Code: "AWG",
|
|
110
|
+
ISO_A2: "AW",
|
|
111
|
+
Country_Name: "Aruba",
|
|
112
|
+
Phone_Code: "297",
|
|
113
|
+
},
|
|
90
114
|
{
|
|
91
115
|
Country_Code: "36",
|
|
92
116
|
Currency_Name: "Australian Dollars",
|
|
@@ -103,6 +127,14 @@ const countries = [
|
|
|
103
127
|
Country_Name: "Austria",
|
|
104
128
|
Phone_Code: "43",
|
|
105
129
|
},
|
|
130
|
+
{
|
|
131
|
+
Country_Code: "31",
|
|
132
|
+
Currency_Name: "New Manats",
|
|
133
|
+
Currency_Code: "AZN",
|
|
134
|
+
ISO_A2: "AZ",
|
|
135
|
+
Country_Name: "Azerbaijan",
|
|
136
|
+
Phone_Code: "994",
|
|
137
|
+
},
|
|
106
138
|
{
|
|
107
139
|
Country_Code: "44",
|
|
108
140
|
Currency_Name: "Bahamas Dollars",
|
|
@@ -127,14 +159,6 @@ const countries = [
|
|
|
127
159
|
Country_Name: "Bangladesh",
|
|
128
160
|
Phone_Code: "880",
|
|
129
161
|
},
|
|
130
|
-
{
|
|
131
|
-
Country_Code: "51",
|
|
132
|
-
Currency_Name: "Drams",
|
|
133
|
-
Currency_Code: "AMD",
|
|
134
|
-
ISO_A2: "AM",
|
|
135
|
-
Country_Name: "Armenia",
|
|
136
|
-
Phone_Code: "374",
|
|
137
|
-
},
|
|
138
162
|
{
|
|
139
163
|
Country_Code: "52",
|
|
140
164
|
Currency_Name: "Barbados Dollars",
|
|
@@ -143,6 +167,14 @@ const countries = [
|
|
|
143
167
|
Country_Name: "Barbados",
|
|
144
168
|
Phone_Code: "1",
|
|
145
169
|
},
|
|
170
|
+
{
|
|
171
|
+
Country_Code: "112",
|
|
172
|
+
Currency_Name: "Belarus Rubles",
|
|
173
|
+
Currency_Code: "BYR",
|
|
174
|
+
ISO_A2: "BY",
|
|
175
|
+
Country_Name: "Belarus",
|
|
176
|
+
Phone_Code: "375",
|
|
177
|
+
},
|
|
146
178
|
{
|
|
147
179
|
Country_Code: "56",
|
|
148
180
|
Currency_Name: "Euro",
|
|
@@ -167,6 +199,22 @@ const countries = [
|
|
|
167
199
|
Country_Name: "Belgium",
|
|
168
200
|
Phone_Code: "32",
|
|
169
201
|
},
|
|
202
|
+
{
|
|
203
|
+
Country_Code: "84",
|
|
204
|
+
Currency_Name: "Belize Dollars",
|
|
205
|
+
Currency_Code: "BZD",
|
|
206
|
+
ISO_A2: "BZ",
|
|
207
|
+
Country_Name: "Belize",
|
|
208
|
+
Phone_Code: "501",
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
Country_Code: "204",
|
|
212
|
+
Currency_Name: "BCEAO Francs",
|
|
213
|
+
Currency_Code: "XOF",
|
|
214
|
+
ISO_A2: "BJ",
|
|
215
|
+
Country_Name: "Benin",
|
|
216
|
+
Phone_Code: "229",
|
|
217
|
+
},
|
|
170
218
|
{
|
|
171
219
|
Country_Code: "60",
|
|
172
220
|
Currency_Name: "Bermuda Dollars",
|
|
@@ -223,14 +271,6 @@ const countries = [
|
|
|
223
271
|
Country_Name: "Brazil",
|
|
224
272
|
Phone_Code: "55",
|
|
225
273
|
},
|
|
226
|
-
{
|
|
227
|
-
Country_Code: "84",
|
|
228
|
-
Currency_Name: "Belize Dollars",
|
|
229
|
-
Currency_Code: "BZD",
|
|
230
|
-
ISO_A2: "BZ",
|
|
231
|
-
Country_Name: "Belize",
|
|
232
|
-
Phone_Code: "501",
|
|
233
|
-
},
|
|
234
274
|
{
|
|
235
275
|
Country_Code: "86",
|
|
236
276
|
Currency_Name: "United States Dollars",
|
|
@@ -239,22 +279,6 @@ const countries = [
|
|
|
239
279
|
Country_Name: "British Indian Ocean Territory",
|
|
240
280
|
Phone_Code: "246",
|
|
241
281
|
},
|
|
242
|
-
{
|
|
243
|
-
Country_Code: "90",
|
|
244
|
-
Currency_Name: "Solomon Islands Dollars",
|
|
245
|
-
Currency_Code: "SBD",
|
|
246
|
-
ISO_A2: "SB",
|
|
247
|
-
Country_Name: "Solomon Islands",
|
|
248
|
-
Phone_Code: "677",
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
Country_Code: "92",
|
|
252
|
-
Currency_Name: "United States Dollars",
|
|
253
|
-
Currency_Code: "USD",
|
|
254
|
-
ISO_A2: "VG",
|
|
255
|
-
Country_Name: "Virgin Islands (British) ",
|
|
256
|
-
Phone_Code: "1284",
|
|
257
|
-
},
|
|
258
282
|
{
|
|
259
283
|
Country_Code: "96",
|
|
260
284
|
Currency_Name: "Brunei Darussalam Dollars",
|
|
@@ -280,12 +304,12 @@ const countries = [
|
|
|
280
304
|
Phone_Code: "359",
|
|
281
305
|
},
|
|
282
306
|
{
|
|
283
|
-
Country_Code: "
|
|
284
|
-
Currency_Name: "
|
|
285
|
-
Currency_Code: "
|
|
286
|
-
ISO_A2: "
|
|
287
|
-
Country_Name: "
|
|
288
|
-
Phone_Code: "
|
|
307
|
+
Country_Code: "854",
|
|
308
|
+
Currency_Name: "BCEAO Francs",
|
|
309
|
+
Currency_Code: "XOF",
|
|
310
|
+
ISO_A2: "BF",
|
|
311
|
+
Country_Name: "Burkina Faso",
|
|
312
|
+
Phone_Code: "226",
|
|
289
313
|
},
|
|
290
314
|
{
|
|
291
315
|
Country_Code: "108",
|
|
@@ -295,14 +319,6 @@ const countries = [
|
|
|
295
319
|
Country_Name: "Burundi",
|
|
296
320
|
Phone_Code: "257",
|
|
297
321
|
},
|
|
298
|
-
{
|
|
299
|
-
Country_Code: "112",
|
|
300
|
-
Currency_Name: "Belarus Rubles",
|
|
301
|
-
Currency_Code: "BYR",
|
|
302
|
-
ISO_A2: "BY",
|
|
303
|
-
Country_Name: "Belarus",
|
|
304
|
-
Phone_Code: "375",
|
|
305
|
-
},
|
|
306
322
|
{
|
|
307
323
|
Country_Code: "116",
|
|
308
324
|
Currency_Name: "Riels",
|
|
@@ -351,14 +367,6 @@ const countries = [
|
|
|
351
367
|
Country_Name: "Central African Republic",
|
|
352
368
|
Phone_Code: "236",
|
|
353
369
|
},
|
|
354
|
-
{
|
|
355
|
-
Country_Code: "144",
|
|
356
|
-
Currency_Name: "Sri Lanka Rupees",
|
|
357
|
-
Currency_Code: "LKR",
|
|
358
|
-
ISO_A2: "LK",
|
|
359
|
-
Country_Name: "Sri Lanka",
|
|
360
|
-
Phone_Code: "94",
|
|
361
|
-
},
|
|
362
370
|
{
|
|
363
371
|
Country_Code: "148",
|
|
364
372
|
Currency_Name: "BEAC Francs",
|
|
@@ -391,14 +399,6 @@ const countries = [
|
|
|
391
399
|
Country_Name: "China",
|
|
392
400
|
Phone_Code: "86",
|
|
393
401
|
},
|
|
394
|
-
{
|
|
395
|
-
Country_Code: "158",
|
|
396
|
-
Currency_Name: "New Dollars",
|
|
397
|
-
Currency_Code: "TWD",
|
|
398
|
-
ISO_A2: "TW",
|
|
399
|
-
Country_Name: "Taiwan",
|
|
400
|
-
Phone_Code: "886",
|
|
401
|
-
},
|
|
402
402
|
{
|
|
403
403
|
Country_Code: "162",
|
|
404
404
|
Currency_Name: "Australian Dollars",
|
|
@@ -431,14 +431,6 @@ const countries = [
|
|
|
431
431
|
Country_Name: "Comoros",
|
|
432
432
|
Phone_Code: "269",
|
|
433
433
|
},
|
|
434
|
-
{
|
|
435
|
-
Country_Code: "175",
|
|
436
|
-
Currency_Name: "Australian Dollars",
|
|
437
|
-
Currency_Code: "AUD",
|
|
438
|
-
ISO_A2: "YT",
|
|
439
|
-
Country_Name: "Mayotte Island",
|
|
440
|
-
Phone_Code: "262",
|
|
441
|
-
},
|
|
442
434
|
{
|
|
443
435
|
Country_Code: "178",
|
|
444
436
|
Currency_Name: "Congolese Francs",
|
|
@@ -471,6 +463,14 @@ const countries = [
|
|
|
471
463
|
Country_Name: "Costa Rica",
|
|
472
464
|
Phone_Code: "506",
|
|
473
465
|
},
|
|
466
|
+
{
|
|
467
|
+
Country_Code: "384",
|
|
468
|
+
Currency_Name: "BCEAO Francs",
|
|
469
|
+
Currency_Code: "XOF",
|
|
470
|
+
ISO_A2: "CI",
|
|
471
|
+
Country_Name: "Côte D'ivoire",
|
|
472
|
+
Phone_Code: "225",
|
|
473
|
+
},
|
|
474
474
|
{
|
|
475
475
|
Country_Code: "191",
|
|
476
476
|
Currency_Name: "Kuna",
|
|
@@ -503,14 +503,6 @@ const countries = [
|
|
|
503
503
|
Country_Name: "Czech Republic",
|
|
504
504
|
Phone_Code: "420",
|
|
505
505
|
},
|
|
506
|
-
{
|
|
507
|
-
Country_Code: "204",
|
|
508
|
-
Currency_Name: "BCEAO Francs",
|
|
509
|
-
Currency_Code: "XOF",
|
|
510
|
-
ISO_A2: "BJ",
|
|
511
|
-
Country_Name: "Benin",
|
|
512
|
-
Phone_Code: "229",
|
|
513
|
-
},
|
|
514
506
|
{
|
|
515
507
|
Country_Code: "208",
|
|
516
508
|
Currency_Name: "Denmark Kroner",
|
|
@@ -519,6 +511,14 @@ const countries = [
|
|
|
519
511
|
Country_Name: "Denmark",
|
|
520
512
|
Phone_Code: "45",
|
|
521
513
|
},
|
|
514
|
+
{
|
|
515
|
+
Country_Code: "262",
|
|
516
|
+
Currency_Name: "Djibouti Francs",
|
|
517
|
+
Currency_Code: "DJF",
|
|
518
|
+
ISO_A2: "DJ",
|
|
519
|
+
Country_Name: "Djibouti",
|
|
520
|
+
Phone_Code: "253",
|
|
521
|
+
},
|
|
522
522
|
{
|
|
523
523
|
Country_Code: "212",
|
|
524
524
|
Currency_Name: "East Caribbean Dollars",
|
|
@@ -535,6 +535,14 @@ const countries = [
|
|
|
535
535
|
Country_Name: "Dominican Republic",
|
|
536
536
|
Phone_Code: "1",
|
|
537
537
|
},
|
|
538
|
+
{
|
|
539
|
+
Country_Code: "626",
|
|
540
|
+
Currency_Name: "Timorian Escudo",
|
|
541
|
+
Currency_Code: "TPE",
|
|
542
|
+
ISO_A2: "TL",
|
|
543
|
+
Country_Name: "East Timor",
|
|
544
|
+
Phone_Code: "670",
|
|
545
|
+
},
|
|
538
546
|
{
|
|
539
547
|
Country_Code: "218",
|
|
540
548
|
Currency_Name: "Sucre",
|
|
@@ -543,6 +551,14 @@ const countries = [
|
|
|
543
551
|
Country_Name: "Ecuador",
|
|
544
552
|
Phone_Code: "593",
|
|
545
553
|
},
|
|
554
|
+
{
|
|
555
|
+
Country_Code: "818",
|
|
556
|
+
Currency_Name: "Egypt Pounds",
|
|
557
|
+
Currency_Code: "EGP",
|
|
558
|
+
ISO_A2: "EG",
|
|
559
|
+
Country_Name: "Egypt",
|
|
560
|
+
Phone_Code: "20",
|
|
561
|
+
},
|
|
546
562
|
{
|
|
547
563
|
Country_Code: "222",
|
|
548
564
|
Currency_Name: "El Salvador Colones",
|
|
@@ -559,14 +575,6 @@ const countries = [
|
|
|
559
575
|
Country_Name: "Equatorial Guinea",
|
|
560
576
|
Phone_Code: "240",
|
|
561
577
|
},
|
|
562
|
-
{
|
|
563
|
-
Country_Code: "231",
|
|
564
|
-
Currency_Name: "Birr",
|
|
565
|
-
Currency_Code: "ETB",
|
|
566
|
-
ISO_A2: "ET",
|
|
567
|
-
Country_Name: "Ethiopia",
|
|
568
|
-
Phone_Code: "251",
|
|
569
|
-
},
|
|
570
578
|
{
|
|
571
579
|
Country_Code: "232",
|
|
572
580
|
Currency_Name: "Nafka",
|
|
@@ -584,12 +592,12 @@ const countries = [
|
|
|
584
592
|
Phone_Code: "372",
|
|
585
593
|
},
|
|
586
594
|
{
|
|
587
|
-
Country_Code: "
|
|
588
|
-
Currency_Name: "
|
|
589
|
-
Currency_Code: "
|
|
590
|
-
ISO_A2: "
|
|
591
|
-
Country_Name: "
|
|
592
|
-
Phone_Code: "
|
|
595
|
+
Country_Code: "231",
|
|
596
|
+
Currency_Name: "Birr",
|
|
597
|
+
Currency_Code: "ETB",
|
|
598
|
+
ISO_A2: "ET",
|
|
599
|
+
Country_Name: "Ethiopia",
|
|
600
|
+
Phone_Code: "251",
|
|
593
601
|
},
|
|
594
602
|
{
|
|
595
603
|
Country_Code: "238",
|
|
@@ -600,12 +608,12 @@ const countries = [
|
|
|
600
608
|
Phone_Code: "500",
|
|
601
609
|
},
|
|
602
610
|
{
|
|
603
|
-
Country_Code: "
|
|
604
|
-
Currency_Name:
|
|
605
|
-
Currency_Code:
|
|
606
|
-
ISO_A2: "
|
|
607
|
-
Country_Name: "
|
|
608
|
-
Phone_Code:
|
|
611
|
+
Country_Code: "234",
|
|
612
|
+
Currency_Name: "Denmark Kroner",
|
|
613
|
+
Currency_Code: "DKK",
|
|
614
|
+
ISO_A2: "FO",
|
|
615
|
+
Country_Name: "Faroe Islands",
|
|
616
|
+
Phone_Code: "298",
|
|
609
617
|
},
|
|
610
618
|
{
|
|
611
619
|
Country_Code: "242",
|
|
@@ -624,12 +632,12 @@ const countries = [
|
|
|
624
632
|
Phone_Code: "358",
|
|
625
633
|
},
|
|
626
634
|
{
|
|
627
|
-
Country_Code: "
|
|
628
|
-
Currency_Name: "
|
|
635
|
+
Country_Code: "250",
|
|
636
|
+
Currency_Name: "Euro",
|
|
629
637
|
Currency_Code: "EUR",
|
|
630
|
-
ISO_A2: "
|
|
631
|
-
Country_Name: "
|
|
632
|
-
Phone_Code: "
|
|
638
|
+
ISO_A2: "FR",
|
|
639
|
+
Country_Name: "France",
|
|
640
|
+
Phone_Code: "33",
|
|
633
641
|
},
|
|
634
642
|
{
|
|
635
643
|
Country_Code: "249",
|
|
@@ -639,14 +647,6 @@ const countries = [
|
|
|
639
647
|
Country_Name: "France, Metropolitan",
|
|
640
648
|
Phone_Code: null,
|
|
641
649
|
},
|
|
642
|
-
{
|
|
643
|
-
Country_Code: "250",
|
|
644
|
-
Currency_Name: "Euro",
|
|
645
|
-
Currency_Code: "EUR",
|
|
646
|
-
ISO_A2: "FR",
|
|
647
|
-
Country_Name: "France",
|
|
648
|
-
Phone_Code: "33",
|
|
649
|
-
},
|
|
650
650
|
{
|
|
651
651
|
Country_Code: "254",
|
|
652
652
|
Currency_Name: "European Union Euro",
|
|
@@ -671,14 +671,6 @@ const countries = [
|
|
|
671
671
|
Country_Name: "French Southern Territories",
|
|
672
672
|
Phone_Code: null,
|
|
673
673
|
},
|
|
674
|
-
{
|
|
675
|
-
Country_Code: "262",
|
|
676
|
-
Currency_Name: "Djibouti Francs",
|
|
677
|
-
Currency_Code: "DJF",
|
|
678
|
-
ISO_A2: "DJ",
|
|
679
|
-
Country_Name: "Djibouti",
|
|
680
|
-
Phone_Code: "253",
|
|
681
|
-
},
|
|
682
674
|
{
|
|
683
675
|
Country_Code: "266",
|
|
684
676
|
Currency_Name: "BEAC Francs",
|
|
@@ -687,14 +679,6 @@ const countries = [
|
|
|
687
679
|
Country_Name: "Gabon",
|
|
688
680
|
Phone_Code: "241",
|
|
689
681
|
},
|
|
690
|
-
{
|
|
691
|
-
Country_Code: "268",
|
|
692
|
-
Currency_Name: "Lari",
|
|
693
|
-
Currency_Code: "GEL",
|
|
694
|
-
ISO_A2: "GE",
|
|
695
|
-
Country_Name: "Georgia",
|
|
696
|
-
Phone_Code: "995",
|
|
697
|
-
},
|
|
698
682
|
{
|
|
699
683
|
Country_Code: "270",
|
|
700
684
|
Currency_Name: "Dalasi",
|
|
@@ -704,12 +688,12 @@ const countries = [
|
|
|
704
688
|
Phone_Code: "220",
|
|
705
689
|
},
|
|
706
690
|
{
|
|
707
|
-
Country_Code: "
|
|
708
|
-
Currency_Name:
|
|
709
|
-
Currency_Code:
|
|
710
|
-
ISO_A2: "
|
|
711
|
-
Country_Name: "
|
|
712
|
-
Phone_Code: "
|
|
691
|
+
Country_Code: "268",
|
|
692
|
+
Currency_Name: "Lari",
|
|
693
|
+
Currency_Code: "GEL",
|
|
694
|
+
ISO_A2: "GE",
|
|
695
|
+
Country_Name: "Georgia",
|
|
696
|
+
Phone_Code: "995",
|
|
713
697
|
},
|
|
714
698
|
{
|
|
715
699
|
Country_Code: "276",
|
|
@@ -735,14 +719,6 @@ const countries = [
|
|
|
735
719
|
Country_Name: "Gibraltar",
|
|
736
720
|
Phone_Code: "350",
|
|
737
721
|
},
|
|
738
|
-
{
|
|
739
|
-
Country_Code: "296",
|
|
740
|
-
Currency_Name: "Australian Dollars",
|
|
741
|
-
Currency_Code: "AUD",
|
|
742
|
-
ISO_A2: "KI",
|
|
743
|
-
Country_Name: "Kiribati",
|
|
744
|
-
Phone_Code: "686",
|
|
745
|
-
},
|
|
746
722
|
{
|
|
747
723
|
Country_Code: "300",
|
|
748
724
|
Currency_Name: "Euro",
|
|
@@ -791,6 +767,14 @@ const countries = [
|
|
|
791
767
|
Country_Name: "Guatemala",
|
|
792
768
|
Phone_Code: "502",
|
|
793
769
|
},
|
|
770
|
+
{
|
|
771
|
+
Country_Code: "831",
|
|
772
|
+
Currency_Name: "United Kingdom Pounds",
|
|
773
|
+
Currency_Code: "GBP",
|
|
774
|
+
ISO_A2: "GG",
|
|
775
|
+
Country_Name: "Guernsey",
|
|
776
|
+
Phone_Code: "44",
|
|
777
|
+
},
|
|
794
778
|
{
|
|
795
779
|
Country_Code: "324",
|
|
796
780
|
Currency_Name: "Guinea Francs",
|
|
@@ -799,6 +783,14 @@ const countries = [
|
|
|
799
783
|
Country_Name: "Guinea",
|
|
800
784
|
Phone_Code: "224",
|
|
801
785
|
},
|
|
786
|
+
{
|
|
787
|
+
Country_Code: "624",
|
|
788
|
+
Currency_Name: "Guinea-Bissau Peso",
|
|
789
|
+
Currency_Code: "GWP",
|
|
790
|
+
ISO_A2: "GW",
|
|
791
|
+
Country_Name: "Guinea-Bissau",
|
|
792
|
+
Phone_Code: "245",
|
|
793
|
+
},
|
|
802
794
|
{
|
|
803
795
|
Country_Code: "328",
|
|
804
796
|
Currency_Name: "Guyana Dollars",
|
|
@@ -823,14 +815,6 @@ const countries = [
|
|
|
823
815
|
Country_Name: "Heard And Mc Donald Islands",
|
|
824
816
|
Phone_Code: null,
|
|
825
817
|
},
|
|
826
|
-
{
|
|
827
|
-
Country_Code: "336",
|
|
828
|
-
Currency_Name: null,
|
|
829
|
-
Currency_Code: null,
|
|
830
|
-
ISO_A2: "VA",
|
|
831
|
-
Country_Name: "Vatican City State (Holy See)",
|
|
832
|
-
Phone_Code: "39",
|
|
833
|
-
},
|
|
834
818
|
{
|
|
835
819
|
Country_Code: "340",
|
|
836
820
|
Currency_Name: "Lempiras",
|
|
@@ -903,6 +887,14 @@ const countries = [
|
|
|
903
887
|
Country_Name: "Ireland",
|
|
904
888
|
Phone_Code: "353",
|
|
905
889
|
},
|
|
890
|
+
{
|
|
891
|
+
Country_Code: "833",
|
|
892
|
+
Currency_Name: "United Kingdom Pounds",
|
|
893
|
+
Currency_Code: "GBP",
|
|
894
|
+
ISO_A2: "IM",
|
|
895
|
+
Country_Name: "Isle of Man",
|
|
896
|
+
Phone_Code: "44",
|
|
897
|
+
},
|
|
906
898
|
{
|
|
907
899
|
Country_Code: "376",
|
|
908
900
|
Currency_Name: "New Shekels",
|
|
@@ -919,14 +911,6 @@ const countries = [
|
|
|
919
911
|
Country_Name: "Italy",
|
|
920
912
|
Phone_Code: "39",
|
|
921
913
|
},
|
|
922
|
-
{
|
|
923
|
-
Country_Code: "384",
|
|
924
|
-
Currency_Name: "BCEAO Francs",
|
|
925
|
-
Currency_Code: "XOF",
|
|
926
|
-
ISO_A2: "CI",
|
|
927
|
-
Country_Name: "Côte D'ivoire",
|
|
928
|
-
Phone_Code: "225",
|
|
929
|
-
},
|
|
930
914
|
{
|
|
931
915
|
Country_Code: "388",
|
|
932
916
|
Currency_Name: "Jamaican Dollars",
|
|
@@ -944,12 +928,12 @@ const countries = [
|
|
|
944
928
|
Phone_Code: "81",
|
|
945
929
|
},
|
|
946
930
|
{
|
|
947
|
-
Country_Code: "
|
|
948
|
-
Currency_Name: "
|
|
949
|
-
Currency_Code: "
|
|
950
|
-
ISO_A2: "
|
|
951
|
-
Country_Name: "
|
|
952
|
-
Phone_Code: "
|
|
931
|
+
Country_Code: "832",
|
|
932
|
+
Currency_Name: "United Kingdom Pounds",
|
|
933
|
+
Currency_Code: "GBP",
|
|
934
|
+
ISO_A2: "JE",
|
|
935
|
+
Country_Name: "Jersey",
|
|
936
|
+
Phone_Code: "44",
|
|
953
937
|
},
|
|
954
938
|
{
|
|
955
939
|
Country_Code: "400",
|
|
@@ -959,6 +943,14 @@ const countries = [
|
|
|
959
943
|
Country_Name: "Jordan",
|
|
960
944
|
Phone_Code: "962",
|
|
961
945
|
},
|
|
946
|
+
{
|
|
947
|
+
Country_Code: "398",
|
|
948
|
+
Currency_Name: "Tenge",
|
|
949
|
+
Currency_Code: "KZT",
|
|
950
|
+
ISO_A2: "KZ",
|
|
951
|
+
Country_Name: "Kazakhstan",
|
|
952
|
+
Phone_Code: "7",
|
|
953
|
+
},
|
|
962
954
|
{
|
|
963
955
|
Country_Code: "404",
|
|
964
956
|
Currency_Name: "Kenya Shillings",
|
|
@@ -967,6 +959,14 @@ const countries = [
|
|
|
967
959
|
Country_Name: "Kenya",
|
|
968
960
|
Phone_Code: "254",
|
|
969
961
|
},
|
|
962
|
+
{
|
|
963
|
+
Country_Code: "296",
|
|
964
|
+
Currency_Name: "Australian Dollars",
|
|
965
|
+
Currency_Code: "AUD",
|
|
966
|
+
ISO_A2: "KI",
|
|
967
|
+
Country_Name: "Kiribati",
|
|
968
|
+
Phone_Code: "686",
|
|
969
|
+
},
|
|
970
970
|
{
|
|
971
971
|
Country_Code: "408",
|
|
972
972
|
Currency_Name: "North Korea Won",
|
|
@@ -1007,6 +1007,14 @@ const countries = [
|
|
|
1007
1007
|
Country_Name: "Lao People's Democratic Republic",
|
|
1008
1008
|
Phone_Code: "856",
|
|
1009
1009
|
},
|
|
1010
|
+
{
|
|
1011
|
+
Country_Code: "428",
|
|
1012
|
+
Currency_Name: "Euro",
|
|
1013
|
+
Currency_Code: "EUR",
|
|
1014
|
+
ISO_A2: "LV",
|
|
1015
|
+
Country_Name: "Latvia",
|
|
1016
|
+
Phone_Code: "371",
|
|
1017
|
+
},
|
|
1010
1018
|
{
|
|
1011
1019
|
Country_Code: "422",
|
|
1012
1020
|
Currency_Name: "Lebanon Pounds",
|
|
@@ -1023,14 +1031,6 @@ const countries = [
|
|
|
1023
1031
|
Country_Name: "Lesotho",
|
|
1024
1032
|
Phone_Code: "266",
|
|
1025
1033
|
},
|
|
1026
|
-
{
|
|
1027
|
-
Country_Code: "428",
|
|
1028
|
-
Currency_Name: "Euro",
|
|
1029
|
-
Currency_Code: "EUR",
|
|
1030
|
-
ISO_A2: "LV",
|
|
1031
|
-
Country_Name: "Latvia",
|
|
1032
|
-
Phone_Code: "371",
|
|
1033
|
-
},
|
|
1034
1034
|
{
|
|
1035
1035
|
Country_Code: "430",
|
|
1036
1036
|
Currency_Name: "Liberian Dollars",
|
|
@@ -1079,6 +1079,14 @@ const countries = [
|
|
|
1079
1079
|
Country_Name: "Macau",
|
|
1080
1080
|
Phone_Code: "853",
|
|
1081
1081
|
},
|
|
1082
|
+
{
|
|
1083
|
+
Country_Code: "807",
|
|
1084
|
+
Currency_Name: "Denars",
|
|
1085
|
+
Currency_Code: "MKD",
|
|
1086
|
+
ISO_A2: "MK",
|
|
1087
|
+
Country_Name: "Macedonia, The Former Yugoslav Republic Of",
|
|
1088
|
+
Phone_Code: "389",
|
|
1089
|
+
},
|
|
1082
1090
|
{
|
|
1083
1091
|
Country_Code: "450",
|
|
1084
1092
|
Currency_Name: "Ariary",
|
|
@@ -1135,6 +1143,14 @@ const countries = [
|
|
|
1135
1143
|
Country_Name: "Malta",
|
|
1136
1144
|
Phone_Code: "356",
|
|
1137
1145
|
},
|
|
1146
|
+
{
|
|
1147
|
+
Country_Code: "584",
|
|
1148
|
+
Currency_Name: "United States Dollars",
|
|
1149
|
+
Currency_Code: "USD",
|
|
1150
|
+
ISO_A2: "MH",
|
|
1151
|
+
Country_Name: "Marshall Islands",
|
|
1152
|
+
Phone_Code: "692",
|
|
1153
|
+
},
|
|
1138
1154
|
{
|
|
1139
1155
|
Country_Code: "474",
|
|
1140
1156
|
Currency_Name: "European Union Euro",
|
|
@@ -1159,6 +1175,14 @@ const countries = [
|
|
|
1159
1175
|
Country_Name: "Mauritius",
|
|
1160
1176
|
Phone_Code: "230",
|
|
1161
1177
|
},
|
|
1178
|
+
{
|
|
1179
|
+
Country_Code: "175",
|
|
1180
|
+
Currency_Name: "Australian Dollars",
|
|
1181
|
+
Currency_Code: "AUD",
|
|
1182
|
+
ISO_A2: "YT",
|
|
1183
|
+
Country_Name: "Mayotte Island",
|
|
1184
|
+
Phone_Code: "262",
|
|
1185
|
+
},
|
|
1162
1186
|
{
|
|
1163
1187
|
Country_Code: "484",
|
|
1164
1188
|
Currency_Name: "Mexican Pesos",
|
|
@@ -1167,6 +1191,22 @@ const countries = [
|
|
|
1167
1191
|
Country_Name: "Mexico",
|
|
1168
1192
|
Phone_Code: "52",
|
|
1169
1193
|
},
|
|
1194
|
+
{
|
|
1195
|
+
Country_Code: "583",
|
|
1196
|
+
Currency_Name: "United States Dollars",
|
|
1197
|
+
Currency_Code: "USD",
|
|
1198
|
+
ISO_A2: "FM",
|
|
1199
|
+
Country_Name: "Micronesia, Federated States Of",
|
|
1200
|
+
Phone_Code: "691",
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
Country_Code: "498",
|
|
1204
|
+
Currency_Name: "Moldova Lei",
|
|
1205
|
+
Currency_Code: "MDL",
|
|
1206
|
+
ISO_A2: "MD",
|
|
1207
|
+
Country_Name: "Moldova, Republic Of",
|
|
1208
|
+
Phone_Code: "373",
|
|
1209
|
+
},
|
|
1170
1210
|
{
|
|
1171
1211
|
Country_Code: "492",
|
|
1172
1212
|
Currency_Name: "European Union Euro",
|
|
@@ -1183,14 +1223,6 @@ const countries = [
|
|
|
1183
1223
|
Country_Name: "Mongolia",
|
|
1184
1224
|
Phone_Code: "976",
|
|
1185
1225
|
},
|
|
1186
|
-
{
|
|
1187
|
-
Country_Code: "498",
|
|
1188
|
-
Currency_Name: "Moldova Lei",
|
|
1189
|
-
Currency_Code: "MDL",
|
|
1190
|
-
ISO_A2: "MD",
|
|
1191
|
-
Country_Name: "Moldova, Republic Of",
|
|
1192
|
-
Phone_Code: "373",
|
|
1193
|
-
},
|
|
1194
1226
|
{
|
|
1195
1227
|
Country_Code: "499",
|
|
1196
1228
|
Currency_Name: "European Union Euro",
|
|
@@ -1232,12 +1264,12 @@ const countries = [
|
|
|
1232
1264
|
Phone_Code: "258",
|
|
1233
1265
|
},
|
|
1234
1266
|
{
|
|
1235
|
-
Country_Code: "
|
|
1236
|
-
Currency_Name: "
|
|
1237
|
-
Currency_Code: "
|
|
1238
|
-
ISO_A2: "
|
|
1239
|
-
Country_Name: "
|
|
1240
|
-
Phone_Code: "
|
|
1267
|
+
Country_Code: "104",
|
|
1268
|
+
Currency_Name: "Kyats",
|
|
1269
|
+
Currency_Code: "MMK",
|
|
1270
|
+
ISO_A2: "MM",
|
|
1271
|
+
Country_Name: "Myanmar",
|
|
1272
|
+
Phone_Code: "95",
|
|
1241
1273
|
},
|
|
1242
1274
|
{
|
|
1243
1275
|
Country_Code: "516",
|
|
@@ -1279,14 +1311,6 @@ const countries = [
|
|
|
1279
1311
|
Country_Name: "Netherlands Antilles",
|
|
1280
1312
|
Phone_Code: "599",
|
|
1281
1313
|
},
|
|
1282
|
-
{
|
|
1283
|
-
Country_Code: "533",
|
|
1284
|
-
Currency_Name: "Aruba Guilders (Florins)",
|
|
1285
|
-
Currency_Code: "AWG",
|
|
1286
|
-
ISO_A2: "AW",
|
|
1287
|
-
Country_Name: "Aruba",
|
|
1288
|
-
Phone_Code: "297",
|
|
1289
|
-
},
|
|
1290
1314
|
{
|
|
1291
1315
|
Country_Code: "540",
|
|
1292
1316
|
Currency_Name: "Comptoirs Français du Pacifique Francs",
|
|
@@ -1295,14 +1319,6 @@ const countries = [
|
|
|
1295
1319
|
Country_Name: "New Caledonia",
|
|
1296
1320
|
Phone_Code: "687",
|
|
1297
1321
|
},
|
|
1298
|
-
{
|
|
1299
|
-
Country_Code: "548",
|
|
1300
|
-
Currency_Name: "Vatu",
|
|
1301
|
-
Currency_Code: "VUV",
|
|
1302
|
-
ISO_A2: "VU",
|
|
1303
|
-
Country_Name: "Vanuatu",
|
|
1304
|
-
Phone_Code: "678",
|
|
1305
|
-
},
|
|
1306
1322
|
{
|
|
1307
1323
|
Country_Code: "554",
|
|
1308
1324
|
Currency_Name: "New Zealand Dollars",
|
|
@@ -1351,14 +1367,6 @@ const countries = [
|
|
|
1351
1367
|
Country_Name: "Norfolk Island",
|
|
1352
1368
|
Phone_Code: "672",
|
|
1353
1369
|
},
|
|
1354
|
-
{
|
|
1355
|
-
Country_Code: "578",
|
|
1356
|
-
Currency_Name: "Norway Kroner",
|
|
1357
|
-
Currency_Code: "NOK",
|
|
1358
|
-
ISO_A2: "NO",
|
|
1359
|
-
Country_Name: "Norway",
|
|
1360
|
-
Phone_Code: "47",
|
|
1361
|
-
},
|
|
1362
1370
|
{
|
|
1363
1371
|
Country_Code: "580",
|
|
1364
1372
|
Currency_Name: null,
|
|
@@ -1368,28 +1376,28 @@ const countries = [
|
|
|
1368
1376
|
Phone_Code: "1670",
|
|
1369
1377
|
},
|
|
1370
1378
|
{
|
|
1371
|
-
Country_Code: "
|
|
1372
|
-
Currency_Name: "
|
|
1373
|
-
Currency_Code: "
|
|
1374
|
-
ISO_A2: "
|
|
1375
|
-
Country_Name: "
|
|
1376
|
-
Phone_Code:
|
|
1379
|
+
Country_Code: "578",
|
|
1380
|
+
Currency_Name: "Norway Kroner",
|
|
1381
|
+
Currency_Code: "NOK",
|
|
1382
|
+
ISO_A2: "NO",
|
|
1383
|
+
Country_Name: "Norway",
|
|
1384
|
+
Phone_Code: "47",
|
|
1377
1385
|
},
|
|
1378
1386
|
{
|
|
1379
|
-
Country_Code: "
|
|
1380
|
-
Currency_Name: "
|
|
1381
|
-
Currency_Code: "
|
|
1382
|
-
ISO_A2: "
|
|
1383
|
-
Country_Name: "
|
|
1384
|
-
Phone_Code: "
|
|
1387
|
+
Country_Code: "512",
|
|
1388
|
+
Currency_Name: "Oman Rials",
|
|
1389
|
+
Currency_Code: "OMR",
|
|
1390
|
+
ISO_A2: "OM",
|
|
1391
|
+
Country_Name: "Oman",
|
|
1392
|
+
Phone_Code: "968",
|
|
1385
1393
|
},
|
|
1386
1394
|
{
|
|
1387
|
-
Country_Code: "
|
|
1388
|
-
Currency_Name: "
|
|
1389
|
-
Currency_Code: "
|
|
1390
|
-
ISO_A2: "
|
|
1391
|
-
Country_Name: "
|
|
1392
|
-
Phone_Code: "
|
|
1395
|
+
Country_Code: "586",
|
|
1396
|
+
Currency_Name: "Pakistan Rupees",
|
|
1397
|
+
Currency_Code: "PKR",
|
|
1398
|
+
ISO_A2: "PK",
|
|
1399
|
+
Country_Name: "Pakistan",
|
|
1400
|
+
Phone_Code: "92",
|
|
1393
1401
|
},
|
|
1394
1402
|
{
|
|
1395
1403
|
Country_Code: "585",
|
|
@@ -1400,12 +1408,12 @@ const countries = [
|
|
|
1400
1408
|
Phone_Code: "680",
|
|
1401
1409
|
},
|
|
1402
1410
|
{
|
|
1403
|
-
Country_Code: "
|
|
1404
|
-
Currency_Name:
|
|
1405
|
-
Currency_Code:
|
|
1406
|
-
ISO_A2: "
|
|
1407
|
-
Country_Name: "
|
|
1408
|
-
Phone_Code: "
|
|
1411
|
+
Country_Code: "275",
|
|
1412
|
+
Currency_Name: null,
|
|
1413
|
+
Currency_Code: null,
|
|
1414
|
+
ISO_A2: "PS",
|
|
1415
|
+
Country_Name: "Palestinian Territory",
|
|
1416
|
+
Phone_Code: "970",
|
|
1409
1417
|
},
|
|
1410
1418
|
{
|
|
1411
1419
|
Country_Code: "591",
|
|
@@ -1471,22 +1479,6 @@ const countries = [
|
|
|
1471
1479
|
Country_Name: "Portugal",
|
|
1472
1480
|
Phone_Code: "351",
|
|
1473
1481
|
},
|
|
1474
|
-
{
|
|
1475
|
-
Country_Code: "624",
|
|
1476
|
-
Currency_Name: "Guinea-Bissau Peso",
|
|
1477
|
-
Currency_Code: "GWP",
|
|
1478
|
-
ISO_A2: "GW",
|
|
1479
|
-
Country_Name: "Guinea-Bissau",
|
|
1480
|
-
Phone_Code: "245",
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
Country_Code: "626",
|
|
1484
|
-
Currency_Name: "Timorian Escudo",
|
|
1485
|
-
Currency_Code: "TPE",
|
|
1486
|
-
ISO_A2: "TL",
|
|
1487
|
-
Country_Name: "East Timor",
|
|
1488
|
-
Phone_Code: "670",
|
|
1489
|
-
},
|
|
1490
1482
|
{
|
|
1491
1483
|
Country_Code: "630",
|
|
1492
1484
|
Currency_Name: "United States Dollars",
|
|
@@ -1559,14 +1551,6 @@ const countries = [
|
|
|
1559
1551
|
Country_Name: "Saint Barthélemy",
|
|
1560
1552
|
Phone_Code: null,
|
|
1561
1553
|
},
|
|
1562
|
-
{
|
|
1563
|
-
Country_Code: "654",
|
|
1564
|
-
Currency_Name: "St. Helena Pounds",
|
|
1565
|
-
Currency_Code: "SHP",
|
|
1566
|
-
ISO_A2: "SH",
|
|
1567
|
-
Country_Name: "St. Helena",
|
|
1568
|
-
Phone_Code: "290",
|
|
1569
|
-
},
|
|
1570
1554
|
{
|
|
1571
1555
|
Country_Code: "659",
|
|
1572
1556
|
Currency_Name: "East Caribbean Dollars",
|
|
@@ -1575,14 +1559,6 @@ const countries = [
|
|
|
1575
1559
|
Country_Name: "Saint Kitts and Nevis",
|
|
1576
1560
|
Phone_Code: "1",
|
|
1577
1561
|
},
|
|
1578
|
-
{
|
|
1579
|
-
Country_Code: "660",
|
|
1580
|
-
Currency_Name: "East Caribbean Dollars",
|
|
1581
|
-
Currency_Code: "XCD",
|
|
1582
|
-
ISO_A2: "AI",
|
|
1583
|
-
Country_Name: "Anguilla",
|
|
1584
|
-
Phone_Code: "1",
|
|
1585
|
-
},
|
|
1586
1562
|
{
|
|
1587
1563
|
Country_Code: "662",
|
|
1588
1564
|
Currency_Name: "East Caribbean Dollars",
|
|
@@ -1599,14 +1575,6 @@ const countries = [
|
|
|
1599
1575
|
Country_Name: "Saint Martin",
|
|
1600
1576
|
Phone_Code: null,
|
|
1601
1577
|
},
|
|
1602
|
-
{
|
|
1603
|
-
Country_Code: "666",
|
|
1604
|
-
Currency_Name: "European Union Euro",
|
|
1605
|
-
Currency_Code: "EUR",
|
|
1606
|
-
ISO_A2: "PM",
|
|
1607
|
-
Country_Name: "St. Pierre And Miquelon",
|
|
1608
|
-
Phone_Code: "508",
|
|
1609
|
-
},
|
|
1610
1578
|
{
|
|
1611
1579
|
Country_Code: "670",
|
|
1612
1580
|
Currency_Name: "East Caribbean Dollars",
|
|
@@ -1615,6 +1583,14 @@ const countries = [
|
|
|
1615
1583
|
Country_Name: "Saint Vincent and the Grenadines",
|
|
1616
1584
|
Phone_Code: "1",
|
|
1617
1585
|
},
|
|
1586
|
+
{
|
|
1587
|
+
Country_Code: "882",
|
|
1588
|
+
Currency_Name: "Tala",
|
|
1589
|
+
Currency_Code: "WST",
|
|
1590
|
+
ISO_A2: "WS",
|
|
1591
|
+
Country_Name: "Samoa",
|
|
1592
|
+
Phone_Code: "685",
|
|
1593
|
+
},
|
|
1618
1594
|
{
|
|
1619
1595
|
Country_Code: "674",
|
|
1620
1596
|
Currency_Name: "European Union Euro",
|
|
@@ -1687,14 +1663,6 @@ const countries = [
|
|
|
1687
1663
|
Country_Name: "Slovakia (Slovak Republic)",
|
|
1688
1664
|
Phone_Code: "421",
|
|
1689
1665
|
},
|
|
1690
|
-
{
|
|
1691
|
-
Country_Code: "704",
|
|
1692
|
-
Currency_Name: "Dong",
|
|
1693
|
-
Currency_Code: "VND",
|
|
1694
|
-
ISO_A2: "VN",
|
|
1695
|
-
Country_Name: "Viet Nam",
|
|
1696
|
-
Phone_Code: "84",
|
|
1697
|
-
},
|
|
1698
1666
|
{
|
|
1699
1667
|
Country_Code: "705",
|
|
1700
1668
|
Currency_Name: "Euro",
|
|
@@ -1703,6 +1671,14 @@ const countries = [
|
|
|
1703
1671
|
Country_Name: "Slovenia",
|
|
1704
1672
|
Phone_Code: "386",
|
|
1705
1673
|
},
|
|
1674
|
+
{
|
|
1675
|
+
Country_Code: "90",
|
|
1676
|
+
Currency_Name: "Solomon Islands Dollars",
|
|
1677
|
+
Currency_Code: "SBD",
|
|
1678
|
+
ISO_A2: "SB",
|
|
1679
|
+
Country_Name: "Solomon Islands",
|
|
1680
|
+
Phone_Code: "677",
|
|
1681
|
+
},
|
|
1706
1682
|
{
|
|
1707
1683
|
Country_Code: "706",
|
|
1708
1684
|
Currency_Name: "Somalia Shillings",
|
|
@@ -1728,12 +1704,12 @@ const countries = [
|
|
|
1728
1704
|
Phone_Code: "27",
|
|
1729
1705
|
},
|
|
1730
1706
|
{
|
|
1731
|
-
Country_Code: "
|
|
1732
|
-
Currency_Name:
|
|
1733
|
-
Currency_Code:
|
|
1734
|
-
ISO_A2: "
|
|
1735
|
-
Country_Name: "
|
|
1736
|
-
Phone_Code:
|
|
1707
|
+
Country_Code: "239",
|
|
1708
|
+
Currency_Name: null,
|
|
1709
|
+
Currency_Code: null,
|
|
1710
|
+
ISO_A2: "GS",
|
|
1711
|
+
Country_Name: "South Georgia and the South Sandwich Islands",
|
|
1712
|
+
Phone_Code: null,
|
|
1737
1713
|
},
|
|
1738
1714
|
{
|
|
1739
1715
|
Country_Code: "724",
|
|
@@ -1760,12 +1736,28 @@ const countries = [
|
|
|
1760
1736
|
Phone_Code: "34",
|
|
1761
1737
|
},
|
|
1762
1738
|
{
|
|
1763
|
-
Country_Code: "
|
|
1764
|
-
Currency_Name: "
|
|
1765
|
-
Currency_Code: "
|
|
1766
|
-
ISO_A2: "
|
|
1767
|
-
Country_Name: "
|
|
1768
|
-
Phone_Code: "
|
|
1739
|
+
Country_Code: "144",
|
|
1740
|
+
Currency_Name: "Sri Lanka Rupees",
|
|
1741
|
+
Currency_Code: "LKR",
|
|
1742
|
+
ISO_A2: "LK",
|
|
1743
|
+
Country_Name: "Sri Lanka",
|
|
1744
|
+
Phone_Code: "94",
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
Country_Code: "654",
|
|
1748
|
+
Currency_Name: "St. Helena Pounds",
|
|
1749
|
+
Currency_Code: "SHP",
|
|
1750
|
+
ISO_A2: "SH",
|
|
1751
|
+
Country_Name: "St. Helena",
|
|
1752
|
+
Phone_Code: "290",
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
Country_Code: "666",
|
|
1756
|
+
Currency_Name: "European Union Euro",
|
|
1757
|
+
Currency_Code: "EUR",
|
|
1758
|
+
ISO_A2: "PM",
|
|
1759
|
+
Country_Name: "St. Pierre And Miquelon",
|
|
1760
|
+
Phone_Code: "508",
|
|
1769
1761
|
},
|
|
1770
1762
|
{
|
|
1771
1763
|
Country_Code: "736",
|
|
@@ -1831,6 +1823,14 @@ const countries = [
|
|
|
1831
1823
|
Country_Name: "Syrian Arab Republic",
|
|
1832
1824
|
Phone_Code: "963",
|
|
1833
1825
|
},
|
|
1826
|
+
{
|
|
1827
|
+
Country_Code: "158",
|
|
1828
|
+
Currency_Name: "New Dollars",
|
|
1829
|
+
Currency_Code: "TWD",
|
|
1830
|
+
ISO_A2: "TW",
|
|
1831
|
+
Country_Name: "Taiwan",
|
|
1832
|
+
Phone_Code: "886",
|
|
1833
|
+
},
|
|
1834
1834
|
{
|
|
1835
1835
|
Country_Code: "762",
|
|
1836
1836
|
Currency_Name: "Tajik Rouble",
|
|
@@ -1847,6 +1847,14 @@ const countries = [
|
|
|
1847
1847
|
Country_Name: "Tajikistan",
|
|
1848
1848
|
Phone_Code: "992",
|
|
1849
1849
|
},
|
|
1850
|
+
{
|
|
1851
|
+
Country_Code: "834",
|
|
1852
|
+
Currency_Name: "Tanzania Shillings",
|
|
1853
|
+
Currency_Code: "TZS",
|
|
1854
|
+
ISO_A2: "TZ",
|
|
1855
|
+
Country_Name: "Tanzania, United Republic Of",
|
|
1856
|
+
Phone_Code: "255",
|
|
1857
|
+
},
|
|
1850
1858
|
{
|
|
1851
1859
|
Country_Code: "764",
|
|
1852
1860
|
Currency_Name: "Baht",
|
|
@@ -1887,14 +1895,6 @@ const countries = [
|
|
|
1887
1895
|
Country_Name: "Trinidad and Tobago",
|
|
1888
1896
|
Phone_Code: "1",
|
|
1889
1897
|
},
|
|
1890
|
-
{
|
|
1891
|
-
Country_Code: "784",
|
|
1892
|
-
Currency_Name: "United Arab Emirates Dirhams",
|
|
1893
|
-
Currency_Code: "AED",
|
|
1894
|
-
ISO_A2: "AE",
|
|
1895
|
-
Country_Name: "United Arab Emirates",
|
|
1896
|
-
Phone_Code: "971",
|
|
1897
|
-
},
|
|
1898
1898
|
{
|
|
1899
1899
|
Country_Code: "788",
|
|
1900
1900
|
Currency_Name: "Tunisian Dinars",
|
|
@@ -1968,20 +1968,12 @@ const countries = [
|
|
|
1968
1968
|
Phone_Code: "380",
|
|
1969
1969
|
},
|
|
1970
1970
|
{
|
|
1971
|
-
Country_Code: "
|
|
1972
|
-
Currency_Name: "
|
|
1973
|
-
Currency_Code: "
|
|
1974
|
-
ISO_A2: "
|
|
1975
|
-
Country_Name: "
|
|
1976
|
-
Phone_Code: "
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
Country_Code: "818",
|
|
1980
|
-
Currency_Name: "Egypt Pounds",
|
|
1981
|
-
Currency_Code: "EGP",
|
|
1982
|
-
ISO_A2: "EG",
|
|
1983
|
-
Country_Name: "Egypt",
|
|
1984
|
-
Phone_Code: "20",
|
|
1971
|
+
Country_Code: "784",
|
|
1972
|
+
Currency_Name: "United Arab Emirates Dirhams",
|
|
1973
|
+
Currency_Code: "AED",
|
|
1974
|
+
ISO_A2: "AE",
|
|
1975
|
+
Country_Name: "United Arab Emirates",
|
|
1976
|
+
Phone_Code: "971",
|
|
1985
1977
|
},
|
|
1986
1978
|
{
|
|
1987
1979
|
Country_Code: "826",
|
|
@@ -1991,38 +1983,6 @@ const countries = [
|
|
|
1991
1983
|
Country_Name: "United Kingdom",
|
|
1992
1984
|
Phone_Code: "44",
|
|
1993
1985
|
},
|
|
1994
|
-
{
|
|
1995
|
-
Country_Code: "831",
|
|
1996
|
-
Currency_Name: "United Kingdom Pounds",
|
|
1997
|
-
Currency_Code: "GBP",
|
|
1998
|
-
ISO_A2: "GG",
|
|
1999
|
-
Country_Name: "Guernsey",
|
|
2000
|
-
Phone_Code: "44",
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
Country_Code: "832",
|
|
2004
|
-
Currency_Name: "United Kingdom Pounds",
|
|
2005
|
-
Currency_Code: "GBP",
|
|
2006
|
-
ISO_A2: "JE",
|
|
2007
|
-
Country_Name: "Jersey",
|
|
2008
|
-
Phone_Code: "44",
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
Country_Code: "833",
|
|
2012
|
-
Currency_Name: "United Kingdom Pounds",
|
|
2013
|
-
Currency_Code: "GBP",
|
|
2014
|
-
ISO_A2: "IM",
|
|
2015
|
-
Country_Name: "Isle of Man",
|
|
2016
|
-
Phone_Code: "44",
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
Country_Code: "834",
|
|
2020
|
-
Currency_Name: "Tanzania Shillings",
|
|
2021
|
-
Currency_Code: "TZS",
|
|
2022
|
-
ISO_A2: "TZ",
|
|
2023
|
-
Country_Name: "Tanzania, United Republic Of",
|
|
2024
|
-
Phone_Code: "255",
|
|
2025
|
-
},
|
|
2026
1986
|
{
|
|
2027
1987
|
Country_Code: "840",
|
|
2028
1988
|
Currency_Name: "United States Dollars",
|
|
@@ -2032,20 +1992,12 @@ const countries = [
|
|
|
2032
1992
|
Phone_Code: "1",
|
|
2033
1993
|
},
|
|
2034
1994
|
{
|
|
2035
|
-
Country_Code: "
|
|
1995
|
+
Country_Code: "581",
|
|
2036
1996
|
Currency_Name: "United States Dollars",
|
|
2037
1997
|
Currency_Code: "USD",
|
|
2038
|
-
ISO_A2: "
|
|
2039
|
-
Country_Name: "
|
|
2040
|
-
Phone_Code:
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
Country_Code: "854",
|
|
2044
|
-
Currency_Name: "BCEAO Francs",
|
|
2045
|
-
Currency_Code: "XOF",
|
|
2046
|
-
ISO_A2: "BF",
|
|
2047
|
-
Country_Name: "Burkina Faso",
|
|
2048
|
-
Phone_Code: "226",
|
|
1998
|
+
ISO_A2: "UM",
|
|
1999
|
+
Country_Name: "United States Minor Outlying Islands",
|
|
2000
|
+
Phone_Code: null,
|
|
2049
2001
|
},
|
|
2050
2002
|
{
|
|
2051
2003
|
Country_Code: "858",
|
|
@@ -2063,6 +2015,22 @@ const countries = [
|
|
|
2063
2015
|
Country_Name: "Uzbekistan",
|
|
2064
2016
|
Phone_Code: "998",
|
|
2065
2017
|
},
|
|
2018
|
+
{
|
|
2019
|
+
Country_Code: "548",
|
|
2020
|
+
Currency_Name: "Vatu",
|
|
2021
|
+
Currency_Code: "VUV",
|
|
2022
|
+
ISO_A2: "VU",
|
|
2023
|
+
Country_Name: "Vanuatu",
|
|
2024
|
+
Phone_Code: "678",
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
Country_Code: "336",
|
|
2028
|
+
Currency_Name: null,
|
|
2029
|
+
Currency_Code: null,
|
|
2030
|
+
ISO_A2: "VA",
|
|
2031
|
+
Country_Name: "Vatican City State (Holy See)",
|
|
2032
|
+
Phone_Code: "39",
|
|
2033
|
+
},
|
|
2066
2034
|
{
|
|
2067
2035
|
Country_Code: "862",
|
|
2068
2036
|
Currency_Name: "Bolivares",
|
|
@@ -2071,6 +2039,30 @@ const countries = [
|
|
|
2071
2039
|
Country_Name: "Venezuela",
|
|
2072
2040
|
Phone_Code: "58",
|
|
2073
2041
|
},
|
|
2042
|
+
{
|
|
2043
|
+
Country_Code: "704",
|
|
2044
|
+
Currency_Name: "Dong",
|
|
2045
|
+
Currency_Code: "VND",
|
|
2046
|
+
ISO_A2: "VN",
|
|
2047
|
+
Country_Name: "Viet Nam",
|
|
2048
|
+
Phone_Code: "84",
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
Country_Code: "92",
|
|
2052
|
+
Currency_Name: "United States Dollars",
|
|
2053
|
+
Currency_Code: "USD",
|
|
2054
|
+
ISO_A2: "VG",
|
|
2055
|
+
Country_Name: "Virgin Islands (British) ",
|
|
2056
|
+
Phone_Code: "1284",
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
Country_Code: "850",
|
|
2060
|
+
Currency_Name: "United States Dollars",
|
|
2061
|
+
Currency_Code: "USD",
|
|
2062
|
+
ISO_A2: "VI",
|
|
2063
|
+
Country_Name: "Virgin Islands (US)",
|
|
2064
|
+
Phone_Code: "1340",
|
|
2065
|
+
},
|
|
2074
2066
|
{
|
|
2075
2067
|
Country_Code: "876",
|
|
2076
2068
|
Currency_Name: "Comptoirs Français du Pacifique Francs",
|
|
@@ -2080,12 +2072,12 @@ const countries = [
|
|
|
2080
2072
|
Phone_Code: "681",
|
|
2081
2073
|
},
|
|
2082
2074
|
{
|
|
2083
|
-
Country_Code: "
|
|
2084
|
-
Currency_Name: "
|
|
2085
|
-
Currency_Code: "
|
|
2086
|
-
ISO_A2: "
|
|
2087
|
-
Country_Name: "
|
|
2088
|
-
Phone_Code: "
|
|
2075
|
+
Country_Code: "732",
|
|
2076
|
+
Currency_Name: "Morocco Dirhams",
|
|
2077
|
+
Currency_Code: "MAD",
|
|
2078
|
+
ISO_A2: "EH",
|
|
2079
|
+
Country_Name: "Western Sahara",
|
|
2080
|
+
Phone_Code: "212",
|
|
2089
2081
|
},
|
|
2090
2082
|
{
|
|
2091
2083
|
Country_Code: "887",
|
|
@@ -2111,6 +2103,14 @@ const countries = [
|
|
|
2111
2103
|
Country_Name: "Zambia",
|
|
2112
2104
|
Phone_Code: "260",
|
|
2113
2105
|
},
|
|
2106
|
+
{
|
|
2107
|
+
Country_Code: "716",
|
|
2108
|
+
Currency_Name: "Euro",
|
|
2109
|
+
Currency_Code: "EUR",
|
|
2110
|
+
ISO_A2: "ZW",
|
|
2111
|
+
Country_Name: "Zimbabwe",
|
|
2112
|
+
Phone_Code: "263",
|
|
2113
|
+
},
|
|
2114
2114
|
{
|
|
2115
2115
|
Country_Code: "999",
|
|
2116
2116
|
Currency_Name: "International",
|
|
@@ -2118,6 +2118,6 @@ const countries = [
|
|
|
2118
2118
|
ISO_A2: "IN",
|
|
2119
2119
|
Country_Name: "International",
|
|
2120
2120
|
Phone_Code: "",
|
|
2121
|
-
}
|
|
2121
|
+
}
|
|
2122
2122
|
];
|
|
2123
2123
|
export { countries };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ggez-banking-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.40",
|
|
4
4
|
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|