african-states-and-tribes 1.1.3 → 2.0.0
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/README.md +114 -102
- package/african-states-and-tribes-1.1.3.tgz +0 -0
- package/dist/{AO-LQ4VRH4F.mjs → AO-KTWONNYZ.mjs} +1 -1
- package/dist/{BF-BZ7WXNF3.mjs → BF-O7TBSCCA.mjs} +2 -2
- package/dist/{CV-B7NIY45I.mjs → CV-UT67RQS3.mjs} +23 -23
- package/dist/{EG-S75L33PX.mjs → EG-SP5CNNNV.mjs} +34 -28
- package/dist/{MA-TSZB2KUC.mjs → MA-4JTQR5LC.mjs} +12 -12
- package/dist/NG-RETX6WJ4.mjs +1631 -0
- package/dist/{SN-6NZD3VMK.mjs → SN-KDIN2VHE.mjs} +10 -10
- package/dist/{TD-T6K52QM6.mjs → TD-LC3R4NYM.mjs} +22 -11
- package/dist/TN-KWXKNLDT.mjs +515 -0
- package/dist/index.d.mts +1002 -258
- package/dist/index.d.ts +1002 -258
- package/dist/index.js +2508 -317
- package/dist/index.mjs +794 -132
- package/package.json +7 -2
- package/dist/NG-6QW6RXJE.mjs +0 -382
- package/dist/TN-KZ7WMICO.mjs +0 -252
package/dist/index.d.mts
CHANGED
|
@@ -2,7 +2,10 @@ declare function getCountries(): Promise<({
|
|
|
2
2
|
countryCode: string;
|
|
3
3
|
phoneCode: number;
|
|
4
4
|
capitalCity: string;
|
|
5
|
-
colonialMaster:
|
|
5
|
+
colonialMaster: {
|
|
6
|
+
name: string;
|
|
7
|
+
countryCode: string;
|
|
8
|
+
}[];
|
|
6
9
|
flagEmoji: string;
|
|
7
10
|
name: string;
|
|
8
11
|
currency: string;
|
|
@@ -10,11 +13,18 @@ declare function getCountries(): Promise<({
|
|
|
10
13
|
currencySymbol: string;
|
|
11
14
|
officialLanguage: string;
|
|
12
15
|
majorEthnicGroups: string[];
|
|
16
|
+
timezones: {
|
|
17
|
+
iana: string;
|
|
18
|
+
gmtOffset: string;
|
|
19
|
+
}[];
|
|
13
20
|
} | {
|
|
14
21
|
countryCode: string;
|
|
15
22
|
phoneCode: number;
|
|
16
23
|
capitalCity: string;
|
|
17
|
-
colonialMaster:
|
|
24
|
+
colonialMaster: {
|
|
25
|
+
name: string;
|
|
26
|
+
countryCode: string;
|
|
27
|
+
}[];
|
|
18
28
|
flagEmoji: string;
|
|
19
29
|
name: string;
|
|
20
30
|
currency: string;
|
|
@@ -22,35 +32,56 @@ declare function getCountries(): Promise<({
|
|
|
22
32
|
currencySymbol: string;
|
|
23
33
|
officialLanguage: string;
|
|
24
34
|
majorEthnicGroups: string[];
|
|
35
|
+
timezones: {
|
|
36
|
+
iana: string;
|
|
37
|
+
gmtOffset: string;
|
|
38
|
+
}[];
|
|
25
39
|
} | {
|
|
26
40
|
countryCode: string;
|
|
27
41
|
phoneCode: number;
|
|
28
42
|
capitalCity: string;
|
|
29
|
-
colonialMaster:
|
|
43
|
+
colonialMaster: {
|
|
44
|
+
name: string;
|
|
45
|
+
countryCode: string;
|
|
46
|
+
}[];
|
|
30
47
|
flagEmoji: string;
|
|
31
48
|
name: string;
|
|
32
49
|
currency: string;
|
|
33
50
|
currencyCode: string;
|
|
34
51
|
currencySymbol: string;
|
|
35
52
|
officialLanguage: string;
|
|
36
|
-
majorEthnicGroups:
|
|
53
|
+
majorEthnicGroups: string[];
|
|
54
|
+
timezones: {
|
|
55
|
+
iana: string;
|
|
56
|
+
gmtOffset: string;
|
|
57
|
+
}[];
|
|
37
58
|
} | {
|
|
38
59
|
countryCode: string;
|
|
39
60
|
phoneCode: number;
|
|
40
61
|
capitalCity: string;
|
|
41
|
-
colonialMaster:
|
|
62
|
+
colonialMaster: {
|
|
63
|
+
name: string;
|
|
64
|
+
countryCode: string;
|
|
65
|
+
}[];
|
|
42
66
|
flagEmoji: string;
|
|
43
67
|
name: string;
|
|
44
68
|
currency: string;
|
|
45
69
|
currencyCode: string;
|
|
46
70
|
currencySymbol: string;
|
|
47
71
|
officialLanguage: string;
|
|
48
|
-
majorEthnicGroups:
|
|
72
|
+
majorEthnicGroups: string[];
|
|
73
|
+
timezones: {
|
|
74
|
+
iana: string;
|
|
75
|
+
gmtOffset: string;
|
|
76
|
+
}[];
|
|
49
77
|
} | {
|
|
50
78
|
countryCode: string;
|
|
51
79
|
phoneCode: number;
|
|
52
80
|
capitalCity: string;
|
|
53
|
-
colonialMaster:
|
|
81
|
+
colonialMaster: {
|
|
82
|
+
name: string;
|
|
83
|
+
countryCode: string;
|
|
84
|
+
}[];
|
|
54
85
|
flagEmoji: string;
|
|
55
86
|
name: string;
|
|
56
87
|
currency: string;
|
|
@@ -58,47 +89,75 @@ declare function getCountries(): Promise<({
|
|
|
58
89
|
currencySymbol: string;
|
|
59
90
|
officialLanguage: string;
|
|
60
91
|
majorEthnicGroups: string[];
|
|
92
|
+
timezones: {
|
|
93
|
+
iana: string;
|
|
94
|
+
gmtOffset: string;
|
|
95
|
+
}[];
|
|
61
96
|
} | {
|
|
62
97
|
countryCode: string;
|
|
63
98
|
phoneCode: number;
|
|
64
99
|
capitalCity: string;
|
|
65
|
-
colonialMaster:
|
|
100
|
+
colonialMaster: {
|
|
101
|
+
name: string;
|
|
102
|
+
countryCode: string;
|
|
103
|
+
}[];
|
|
66
104
|
flagEmoji: string;
|
|
67
105
|
name: string;
|
|
68
106
|
currency: string;
|
|
69
107
|
currencyCode: string;
|
|
70
108
|
currencySymbol: string;
|
|
71
109
|
officialLanguage: string;
|
|
72
|
-
majorEthnicGroups:
|
|
110
|
+
majorEthnicGroups: string[];
|
|
111
|
+
timezones: {
|
|
112
|
+
iana: string;
|
|
113
|
+
gmtOffset: string;
|
|
114
|
+
}[];
|
|
73
115
|
} | {
|
|
74
116
|
countryCode: string;
|
|
75
117
|
phoneCode: number;
|
|
76
118
|
capitalCity: string;
|
|
77
|
-
colonialMaster:
|
|
119
|
+
colonialMaster: {
|
|
120
|
+
name: string;
|
|
121
|
+
countryCode: string;
|
|
122
|
+
}[];
|
|
78
123
|
flagEmoji: string;
|
|
79
124
|
name: string;
|
|
80
125
|
currency: string;
|
|
81
126
|
currencyCode: string;
|
|
82
127
|
currencySymbol: string;
|
|
83
128
|
officialLanguage: string;
|
|
84
|
-
majorEthnicGroups:
|
|
129
|
+
majorEthnicGroups: string[];
|
|
130
|
+
timezones: {
|
|
131
|
+
iana: string;
|
|
132
|
+
gmtOffset: string;
|
|
133
|
+
}[];
|
|
85
134
|
} | {
|
|
86
135
|
countryCode: string;
|
|
87
136
|
phoneCode: number;
|
|
88
137
|
capitalCity: string;
|
|
89
|
-
colonialMaster:
|
|
138
|
+
colonialMaster: {
|
|
139
|
+
name: string;
|
|
140
|
+
countryCode: string;
|
|
141
|
+
}[];
|
|
90
142
|
flagEmoji: string;
|
|
91
143
|
name: string;
|
|
92
144
|
currency: string;
|
|
93
145
|
currencyCode: string;
|
|
94
146
|
currencySymbol: string;
|
|
95
147
|
officialLanguage: string;
|
|
96
|
-
majorEthnicGroups:
|
|
148
|
+
majorEthnicGroups: string[];
|
|
149
|
+
timezones: {
|
|
150
|
+
iana: string;
|
|
151
|
+
gmtOffset: string;
|
|
152
|
+
}[];
|
|
97
153
|
} | {
|
|
98
154
|
countryCode: string;
|
|
99
155
|
phoneCode: number;
|
|
100
156
|
capitalCity: string;
|
|
101
|
-
colonialMaster:
|
|
157
|
+
colonialMaster: {
|
|
158
|
+
name: string;
|
|
159
|
+
countryCode: string;
|
|
160
|
+
}[];
|
|
102
161
|
flagEmoji: string;
|
|
103
162
|
name: string;
|
|
104
163
|
currency: string;
|
|
@@ -106,347 +165,544 @@ declare function getCountries(): Promise<({
|
|
|
106
165
|
currencySymbol: string;
|
|
107
166
|
officialLanguage: string;
|
|
108
167
|
majorEthnicGroups: string[];
|
|
168
|
+
timezones: {
|
|
169
|
+
iana: string;
|
|
170
|
+
gmtOffset: string;
|
|
171
|
+
}[];
|
|
109
172
|
} | {
|
|
110
173
|
countryCode: string;
|
|
111
174
|
phoneCode: number;
|
|
112
175
|
capitalCity: string;
|
|
113
|
-
colonialMaster:
|
|
176
|
+
colonialMaster: {
|
|
177
|
+
name: string;
|
|
178
|
+
countryCode: string;
|
|
179
|
+
}[];
|
|
114
180
|
flagEmoji: string;
|
|
115
181
|
name: string;
|
|
116
182
|
currency: string;
|
|
117
183
|
currencyCode: string;
|
|
118
184
|
currencySymbol: string;
|
|
119
185
|
officialLanguage: string;
|
|
120
|
-
majorEthnicGroups:
|
|
186
|
+
majorEthnicGroups: string[];
|
|
187
|
+
timezones: {
|
|
188
|
+
iana: string;
|
|
189
|
+
gmtOffset: string;
|
|
190
|
+
}[];
|
|
121
191
|
} | {
|
|
122
192
|
countryCode: string;
|
|
123
193
|
phoneCode: number;
|
|
124
194
|
capitalCity: string;
|
|
125
|
-
colonialMaster:
|
|
195
|
+
colonialMaster: {
|
|
196
|
+
name: string;
|
|
197
|
+
countryCode: string;
|
|
198
|
+
}[];
|
|
126
199
|
flagEmoji: string;
|
|
127
200
|
name: string;
|
|
128
201
|
currency: string;
|
|
129
202
|
currencyCode: string;
|
|
130
203
|
currencySymbol: string;
|
|
131
204
|
officialLanguage: string;
|
|
132
|
-
majorEthnicGroups:
|
|
205
|
+
majorEthnicGroups: string[];
|
|
206
|
+
timezones: {
|
|
207
|
+
iana: string;
|
|
208
|
+
gmtOffset: string;
|
|
209
|
+
}[];
|
|
133
210
|
} | {
|
|
134
211
|
countryCode: string;
|
|
135
212
|
phoneCode: number;
|
|
136
213
|
capitalCity: string;
|
|
137
|
-
colonialMaster:
|
|
214
|
+
colonialMaster: {
|
|
215
|
+
name: string;
|
|
216
|
+
countryCode: string;
|
|
217
|
+
}[];
|
|
138
218
|
flagEmoji: string;
|
|
139
219
|
name: string;
|
|
140
220
|
currency: string;
|
|
141
221
|
currencyCode: string;
|
|
142
222
|
currencySymbol: string;
|
|
143
223
|
officialLanguage: string;
|
|
144
|
-
majorEthnicGroups:
|
|
224
|
+
majorEthnicGroups: string[];
|
|
225
|
+
timezones: {
|
|
226
|
+
iana: string;
|
|
227
|
+
gmtOffset: string;
|
|
228
|
+
}[];
|
|
145
229
|
} | {
|
|
146
230
|
countryCode: string;
|
|
147
231
|
phoneCode: number;
|
|
148
232
|
capitalCity: string;
|
|
149
|
-
colonialMaster:
|
|
233
|
+
colonialMaster: {
|
|
234
|
+
name: string;
|
|
235
|
+
countryCode: string;
|
|
236
|
+
}[];
|
|
150
237
|
flagEmoji: string;
|
|
151
238
|
name: string;
|
|
152
239
|
currency: string;
|
|
153
240
|
currencyCode: string;
|
|
154
241
|
currencySymbol: string;
|
|
155
242
|
officialLanguage: string;
|
|
156
|
-
majorEthnicGroups:
|
|
243
|
+
majorEthnicGroups: string[];
|
|
244
|
+
timezones: {
|
|
245
|
+
iana: string;
|
|
246
|
+
gmtOffset: string;
|
|
247
|
+
}[];
|
|
157
248
|
} | {
|
|
158
249
|
countryCode: string;
|
|
159
250
|
phoneCode: number;
|
|
160
251
|
capitalCity: string;
|
|
161
|
-
colonialMaster:
|
|
252
|
+
colonialMaster: {
|
|
253
|
+
name: string;
|
|
254
|
+
countryCode: string;
|
|
255
|
+
}[];
|
|
162
256
|
flagEmoji: string;
|
|
163
257
|
name: string;
|
|
164
258
|
currency: string;
|
|
165
259
|
currencyCode: string;
|
|
166
260
|
currencySymbol: string;
|
|
167
261
|
officialLanguage: string;
|
|
168
|
-
majorEthnicGroups:
|
|
262
|
+
majorEthnicGroups: string[];
|
|
263
|
+
timezones: {
|
|
264
|
+
iana: string;
|
|
265
|
+
gmtOffset: string;
|
|
266
|
+
}[];
|
|
169
267
|
} | {
|
|
170
268
|
countryCode: string;
|
|
171
269
|
phoneCode: number;
|
|
172
270
|
capitalCity: string;
|
|
173
|
-
colonialMaster:
|
|
271
|
+
colonialMaster: {
|
|
272
|
+
name: string;
|
|
273
|
+
countryCode: string;
|
|
274
|
+
}[];
|
|
174
275
|
flagEmoji: string;
|
|
175
276
|
name: string;
|
|
176
277
|
currency: string;
|
|
177
278
|
currencyCode: string;
|
|
178
279
|
currencySymbol: string;
|
|
179
280
|
officialLanguage: string;
|
|
180
|
-
majorEthnicGroups:
|
|
281
|
+
majorEthnicGroups: string[];
|
|
282
|
+
timezones: {
|
|
283
|
+
iana: string;
|
|
284
|
+
gmtOffset: string;
|
|
285
|
+
}[];
|
|
181
286
|
} | {
|
|
182
287
|
countryCode: string;
|
|
183
288
|
phoneCode: number;
|
|
184
289
|
capitalCity: string;
|
|
185
|
-
colonialMaster:
|
|
290
|
+
colonialMaster: {
|
|
291
|
+
name: string;
|
|
292
|
+
countryCode: string;
|
|
293
|
+
}[];
|
|
186
294
|
flagEmoji: string;
|
|
187
295
|
name: string;
|
|
188
296
|
currency: string;
|
|
189
297
|
currencyCode: string;
|
|
190
298
|
currencySymbol: string;
|
|
191
299
|
officialLanguage: string;
|
|
192
|
-
majorEthnicGroups:
|
|
300
|
+
majorEthnicGroups: string[];
|
|
301
|
+
timezones: {
|
|
302
|
+
iana: string;
|
|
303
|
+
gmtOffset: string;
|
|
304
|
+
}[];
|
|
193
305
|
} | {
|
|
194
306
|
countryCode: string;
|
|
195
307
|
phoneCode: number;
|
|
196
308
|
capitalCity: string;
|
|
197
|
-
colonialMaster:
|
|
309
|
+
colonialMaster: {
|
|
310
|
+
name: string;
|
|
311
|
+
countryCode: string;
|
|
312
|
+
}[];
|
|
198
313
|
flagEmoji: string;
|
|
199
314
|
name: string;
|
|
200
315
|
currency: string;
|
|
201
316
|
currencyCode: string;
|
|
202
317
|
currencySymbol: string;
|
|
203
318
|
officialLanguage: string;
|
|
204
|
-
majorEthnicGroups:
|
|
319
|
+
majorEthnicGroups: string[];
|
|
320
|
+
timezones: {
|
|
321
|
+
iana: string;
|
|
322
|
+
gmtOffset: string;
|
|
323
|
+
}[];
|
|
205
324
|
} | {
|
|
206
325
|
countryCode: string;
|
|
207
326
|
phoneCode: number;
|
|
208
327
|
capitalCity: string;
|
|
209
|
-
colonialMaster:
|
|
328
|
+
colonialMaster: {
|
|
329
|
+
name: string;
|
|
330
|
+
countryCode: string;
|
|
331
|
+
}[];
|
|
210
332
|
flagEmoji: string;
|
|
211
333
|
name: string;
|
|
212
334
|
currency: string;
|
|
213
335
|
currencyCode: string;
|
|
214
336
|
currencySymbol: string;
|
|
215
337
|
officialLanguage: string;
|
|
216
|
-
majorEthnicGroups:
|
|
338
|
+
majorEthnicGroups: string[];
|
|
339
|
+
timezones: {
|
|
340
|
+
iana: string;
|
|
341
|
+
gmtOffset: string;
|
|
342
|
+
}[];
|
|
217
343
|
} | {
|
|
218
344
|
countryCode: string;
|
|
219
345
|
phoneCode: number;
|
|
220
346
|
capitalCity: string;
|
|
221
|
-
colonialMaster:
|
|
347
|
+
colonialMaster: any[];
|
|
222
348
|
flagEmoji: string;
|
|
223
349
|
name: string;
|
|
224
350
|
currency: string;
|
|
225
351
|
currencyCode: string;
|
|
226
352
|
currencySymbol: string;
|
|
227
353
|
officialLanguage: string;
|
|
228
|
-
majorEthnicGroups:
|
|
354
|
+
majorEthnicGroups: string[];
|
|
355
|
+
timezones: {
|
|
356
|
+
iana: string;
|
|
357
|
+
gmtOffset: string;
|
|
358
|
+
}[];
|
|
229
359
|
} | {
|
|
230
360
|
countryCode: string;
|
|
231
361
|
phoneCode: number;
|
|
232
362
|
capitalCity: string;
|
|
233
|
-
colonialMaster:
|
|
363
|
+
colonialMaster: {
|
|
364
|
+
name: string;
|
|
365
|
+
countryCode: string;
|
|
366
|
+
}[];
|
|
234
367
|
flagEmoji: string;
|
|
235
368
|
name: string;
|
|
236
369
|
currency: string;
|
|
237
370
|
currencyCode: string;
|
|
238
371
|
currencySymbol: string;
|
|
239
372
|
officialLanguage: string;
|
|
240
|
-
majorEthnicGroups:
|
|
373
|
+
majorEthnicGroups: string[];
|
|
374
|
+
timezones: {
|
|
375
|
+
iana: string;
|
|
376
|
+
gmtOffset: string;
|
|
377
|
+
}[];
|
|
241
378
|
} | {
|
|
242
379
|
countryCode: string;
|
|
243
380
|
phoneCode: number;
|
|
244
381
|
capitalCity: string;
|
|
245
|
-
colonialMaster:
|
|
382
|
+
colonialMaster: {
|
|
383
|
+
name: string;
|
|
384
|
+
countryCode: string;
|
|
385
|
+
}[];
|
|
246
386
|
flagEmoji: string;
|
|
247
387
|
name: string;
|
|
248
388
|
currency: string;
|
|
249
389
|
currencyCode: string;
|
|
250
390
|
currencySymbol: string;
|
|
251
391
|
officialLanguage: string;
|
|
252
|
-
majorEthnicGroups:
|
|
392
|
+
majorEthnicGroups: string[];
|
|
393
|
+
timezones: {
|
|
394
|
+
iana: string;
|
|
395
|
+
gmtOffset: string;
|
|
396
|
+
}[];
|
|
253
397
|
} | {
|
|
254
398
|
countryCode: string;
|
|
255
399
|
phoneCode: number;
|
|
256
400
|
capitalCity: string;
|
|
257
|
-
colonialMaster:
|
|
401
|
+
colonialMaster: {
|
|
402
|
+
name: string;
|
|
403
|
+
countryCode: string;
|
|
404
|
+
}[];
|
|
258
405
|
flagEmoji: string;
|
|
259
406
|
name: string;
|
|
260
407
|
currency: string;
|
|
261
408
|
currencyCode: string;
|
|
262
409
|
currencySymbol: string;
|
|
263
410
|
officialLanguage: string;
|
|
264
|
-
majorEthnicGroups:
|
|
411
|
+
majorEthnicGroups: string[];
|
|
412
|
+
timezones: {
|
|
413
|
+
iana: string;
|
|
414
|
+
gmtOffset: string;
|
|
415
|
+
}[];
|
|
265
416
|
} | {
|
|
266
417
|
countryCode: string;
|
|
267
418
|
phoneCode: number;
|
|
268
419
|
capitalCity: string;
|
|
269
|
-
colonialMaster:
|
|
420
|
+
colonialMaster: {
|
|
421
|
+
name: string;
|
|
422
|
+
countryCode: string;
|
|
423
|
+
}[];
|
|
270
424
|
flagEmoji: string;
|
|
271
425
|
name: string;
|
|
272
426
|
currency: string;
|
|
273
427
|
currencyCode: string;
|
|
274
428
|
currencySymbol: string;
|
|
275
429
|
officialLanguage: string;
|
|
276
|
-
majorEthnicGroups:
|
|
430
|
+
majorEthnicGroups: string[];
|
|
431
|
+
timezones: {
|
|
432
|
+
iana: string;
|
|
433
|
+
gmtOffset: string;
|
|
434
|
+
}[];
|
|
277
435
|
} | {
|
|
278
436
|
countryCode: string;
|
|
279
437
|
phoneCode: number;
|
|
280
438
|
capitalCity: string;
|
|
281
|
-
colonialMaster:
|
|
439
|
+
colonialMaster: {
|
|
440
|
+
name: string;
|
|
441
|
+
countryCode: string;
|
|
442
|
+
}[];
|
|
282
443
|
flagEmoji: string;
|
|
283
444
|
name: string;
|
|
284
445
|
currency: string;
|
|
285
446
|
currencyCode: string;
|
|
286
447
|
currencySymbol: string;
|
|
287
448
|
officialLanguage: string;
|
|
288
|
-
majorEthnicGroups:
|
|
449
|
+
majorEthnicGroups: string[];
|
|
450
|
+
timezones: {
|
|
451
|
+
iana: string;
|
|
452
|
+
gmtOffset: string;
|
|
453
|
+
}[];
|
|
289
454
|
} | {
|
|
290
455
|
countryCode: string;
|
|
291
456
|
phoneCode: number;
|
|
292
457
|
capitalCity: string;
|
|
293
|
-
colonialMaster:
|
|
458
|
+
colonialMaster: {
|
|
459
|
+
name: string;
|
|
460
|
+
countryCode: string;
|
|
461
|
+
}[];
|
|
294
462
|
flagEmoji: string;
|
|
295
463
|
name: string;
|
|
296
464
|
currency: string;
|
|
297
465
|
currencyCode: string;
|
|
298
466
|
currencySymbol: string;
|
|
299
467
|
officialLanguage: string;
|
|
300
|
-
majorEthnicGroups:
|
|
468
|
+
majorEthnicGroups: string[];
|
|
469
|
+
timezones: {
|
|
470
|
+
iana: string;
|
|
471
|
+
gmtOffset: string;
|
|
472
|
+
}[];
|
|
301
473
|
} | {
|
|
302
474
|
countryCode: string;
|
|
303
475
|
phoneCode: number;
|
|
304
476
|
capitalCity: string;
|
|
305
|
-
colonialMaster:
|
|
477
|
+
colonialMaster: {
|
|
478
|
+
name: string;
|
|
479
|
+
countryCode: string;
|
|
480
|
+
}[];
|
|
306
481
|
flagEmoji: string;
|
|
307
482
|
name: string;
|
|
308
483
|
currency: string;
|
|
309
484
|
currencyCode: string;
|
|
310
485
|
currencySymbol: string;
|
|
311
486
|
officialLanguage: string;
|
|
312
|
-
majorEthnicGroups:
|
|
487
|
+
majorEthnicGroups: string[];
|
|
488
|
+
timezones: {
|
|
489
|
+
iana: string;
|
|
490
|
+
gmtOffset: string;
|
|
491
|
+
}[];
|
|
313
492
|
} | {
|
|
314
493
|
countryCode: string;
|
|
315
494
|
phoneCode: number;
|
|
316
495
|
capitalCity: string;
|
|
317
|
-
colonialMaster:
|
|
496
|
+
colonialMaster: any[];
|
|
318
497
|
flagEmoji: string;
|
|
319
498
|
name: string;
|
|
320
499
|
currency: string;
|
|
321
500
|
currencyCode: string;
|
|
322
501
|
currencySymbol: string;
|
|
323
502
|
officialLanguage: string;
|
|
324
|
-
majorEthnicGroups:
|
|
503
|
+
majorEthnicGroups: string[];
|
|
504
|
+
timezones: {
|
|
505
|
+
iana: string;
|
|
506
|
+
gmtOffset: string;
|
|
507
|
+
}[];
|
|
325
508
|
} | {
|
|
326
509
|
countryCode: string;
|
|
327
510
|
phoneCode: number;
|
|
328
511
|
capitalCity: string;
|
|
329
|
-
colonialMaster:
|
|
512
|
+
colonialMaster: {
|
|
513
|
+
name: string;
|
|
514
|
+
countryCode: string;
|
|
515
|
+
}[];
|
|
330
516
|
flagEmoji: string;
|
|
331
517
|
name: string;
|
|
332
518
|
currency: string;
|
|
333
519
|
currencyCode: string;
|
|
334
520
|
currencySymbol: string;
|
|
335
521
|
officialLanguage: string;
|
|
336
|
-
majorEthnicGroups:
|
|
522
|
+
majorEthnicGroups: string[];
|
|
523
|
+
timezones: {
|
|
524
|
+
iana: string;
|
|
525
|
+
gmtOffset: string;
|
|
526
|
+
}[];
|
|
337
527
|
} | {
|
|
338
528
|
countryCode: string;
|
|
339
529
|
phoneCode: number;
|
|
340
530
|
capitalCity: string;
|
|
341
|
-
colonialMaster:
|
|
531
|
+
colonialMaster: {
|
|
532
|
+
name: string;
|
|
533
|
+
countryCode: string;
|
|
534
|
+
}[];
|
|
342
535
|
flagEmoji: string;
|
|
343
536
|
name: string;
|
|
344
537
|
currency: string;
|
|
345
538
|
currencyCode: string;
|
|
346
539
|
currencySymbol: string;
|
|
347
540
|
officialLanguage: string;
|
|
348
|
-
majorEthnicGroups:
|
|
541
|
+
majorEthnicGroups: string[];
|
|
542
|
+
timezones: {
|
|
543
|
+
iana: string;
|
|
544
|
+
gmtOffset: string;
|
|
545
|
+
}[];
|
|
349
546
|
} | {
|
|
350
547
|
countryCode: string;
|
|
351
548
|
phoneCode: number;
|
|
352
549
|
capitalCity: string;
|
|
353
|
-
colonialMaster:
|
|
550
|
+
colonialMaster: {
|
|
551
|
+
name: string;
|
|
552
|
+
countryCode: string;
|
|
553
|
+
}[];
|
|
354
554
|
flagEmoji: string;
|
|
355
555
|
name: string;
|
|
356
556
|
currency: string;
|
|
357
557
|
currencyCode: string;
|
|
358
558
|
currencySymbol: string;
|
|
359
559
|
officialLanguage: string;
|
|
360
|
-
majorEthnicGroups:
|
|
560
|
+
majorEthnicGroups: string[];
|
|
561
|
+
timezones: {
|
|
562
|
+
iana: string;
|
|
563
|
+
gmtOffset: string;
|
|
564
|
+
}[];
|
|
361
565
|
} | {
|
|
362
566
|
countryCode: string;
|
|
363
567
|
phoneCode: number;
|
|
364
568
|
capitalCity: string;
|
|
365
|
-
colonialMaster:
|
|
569
|
+
colonialMaster: {
|
|
570
|
+
name: string;
|
|
571
|
+
countryCode: string;
|
|
572
|
+
}[];
|
|
366
573
|
flagEmoji: string;
|
|
367
574
|
name: string;
|
|
368
575
|
currency: string;
|
|
369
576
|
currencyCode: string;
|
|
370
577
|
currencySymbol: string;
|
|
371
578
|
officialLanguage: string;
|
|
372
|
-
majorEthnicGroups:
|
|
579
|
+
majorEthnicGroups: string[];
|
|
580
|
+
timezones: {
|
|
581
|
+
iana: string;
|
|
582
|
+
gmtOffset: string;
|
|
583
|
+
}[];
|
|
373
584
|
} | {
|
|
374
585
|
countryCode: string;
|
|
375
586
|
phoneCode: number;
|
|
376
587
|
capitalCity: string;
|
|
377
|
-
colonialMaster:
|
|
588
|
+
colonialMaster: {
|
|
589
|
+
name: string;
|
|
590
|
+
countryCode: string;
|
|
591
|
+
}[];
|
|
378
592
|
flagEmoji: string;
|
|
379
593
|
name: string;
|
|
380
594
|
currency: string;
|
|
381
595
|
currencyCode: string;
|
|
382
596
|
currencySymbol: string;
|
|
383
597
|
officialLanguage: string;
|
|
384
|
-
majorEthnicGroups:
|
|
598
|
+
majorEthnicGroups: string[];
|
|
599
|
+
timezones: {
|
|
600
|
+
iana: string;
|
|
601
|
+
gmtOffset: string;
|
|
602
|
+
}[];
|
|
385
603
|
} | {
|
|
386
604
|
countryCode: string;
|
|
387
605
|
phoneCode: number;
|
|
388
606
|
capitalCity: string;
|
|
389
|
-
colonialMaster:
|
|
607
|
+
colonialMaster: {
|
|
608
|
+
name: string;
|
|
609
|
+
countryCode: string;
|
|
610
|
+
}[];
|
|
390
611
|
flagEmoji: string;
|
|
391
612
|
name: string;
|
|
392
613
|
currency: string;
|
|
393
614
|
currencyCode: string;
|
|
394
615
|
currencySymbol: string;
|
|
395
616
|
officialLanguage: string;
|
|
396
|
-
majorEthnicGroups:
|
|
617
|
+
majorEthnicGroups: string[];
|
|
618
|
+
timezones: {
|
|
619
|
+
iana: string;
|
|
620
|
+
gmtOffset: string;
|
|
621
|
+
}[];
|
|
397
622
|
} | {
|
|
398
623
|
countryCode: string;
|
|
399
624
|
phoneCode: number;
|
|
400
625
|
capitalCity: string;
|
|
401
|
-
colonialMaster:
|
|
626
|
+
colonialMaster: {
|
|
627
|
+
name: string;
|
|
628
|
+
countryCode: string;
|
|
629
|
+
}[];
|
|
402
630
|
flagEmoji: string;
|
|
403
631
|
name: string;
|
|
404
632
|
currency: string;
|
|
405
633
|
currencyCode: string;
|
|
406
634
|
currencySymbol: string;
|
|
407
635
|
officialLanguage: string;
|
|
408
|
-
majorEthnicGroups:
|
|
636
|
+
majorEthnicGroups: string[];
|
|
637
|
+
timezones: {
|
|
638
|
+
iana: string;
|
|
639
|
+
gmtOffset: string;
|
|
640
|
+
}[];
|
|
409
641
|
} | {
|
|
410
642
|
countryCode: string;
|
|
411
643
|
phoneCode: number;
|
|
412
644
|
capitalCity: string;
|
|
413
|
-
colonialMaster:
|
|
645
|
+
colonialMaster: {
|
|
646
|
+
name: string;
|
|
647
|
+
countryCode: string;
|
|
648
|
+
}[];
|
|
414
649
|
flagEmoji: string;
|
|
415
650
|
name: string;
|
|
416
651
|
currency: string;
|
|
417
652
|
currencyCode: string;
|
|
418
653
|
currencySymbol: string;
|
|
419
654
|
officialLanguage: string;
|
|
420
|
-
majorEthnicGroups:
|
|
655
|
+
majorEthnicGroups: string[];
|
|
656
|
+
timezones: {
|
|
657
|
+
iana: string;
|
|
658
|
+
gmtOffset: string;
|
|
659
|
+
}[];
|
|
421
660
|
} | {
|
|
422
661
|
countryCode: string;
|
|
423
662
|
phoneCode: number;
|
|
424
663
|
capitalCity: string;
|
|
425
|
-
colonialMaster:
|
|
664
|
+
colonialMaster: {
|
|
665
|
+
name: string;
|
|
666
|
+
countryCode: string;
|
|
667
|
+
}[];
|
|
426
668
|
flagEmoji: string;
|
|
427
669
|
name: string;
|
|
428
670
|
currency: string;
|
|
429
671
|
currencyCode: string;
|
|
430
672
|
currencySymbol: string;
|
|
431
673
|
officialLanguage: any;
|
|
432
|
-
majorEthnicGroups:
|
|
674
|
+
majorEthnicGroups: string[];
|
|
675
|
+
timezones: {
|
|
676
|
+
iana: string;
|
|
677
|
+
gmtOffset: string;
|
|
678
|
+
}[];
|
|
433
679
|
} | {
|
|
434
680
|
countryCode: string;
|
|
435
681
|
phoneCode: number;
|
|
436
682
|
capitalCity: string;
|
|
437
|
-
colonialMaster:
|
|
683
|
+
colonialMaster: {
|
|
684
|
+
name: string;
|
|
685
|
+
countryCode: string;
|
|
686
|
+
}[];
|
|
438
687
|
flagEmoji: string;
|
|
439
688
|
name: string;
|
|
440
689
|
currency: string;
|
|
441
690
|
currencyCode: string;
|
|
442
691
|
currencySymbol: string;
|
|
443
692
|
officialLanguage: string;
|
|
444
|
-
majorEthnicGroups:
|
|
693
|
+
majorEthnicGroups: string[];
|
|
694
|
+
timezones: {
|
|
695
|
+
iana: string;
|
|
696
|
+
gmtOffset: string;
|
|
697
|
+
}[];
|
|
445
698
|
} | {
|
|
446
699
|
countryCode: string;
|
|
447
700
|
phoneCode: number;
|
|
448
701
|
capitalCity: string;
|
|
449
|
-
colonialMaster:
|
|
702
|
+
colonialMaster: {
|
|
703
|
+
name: string;
|
|
704
|
+
countryCode: string;
|
|
705
|
+
}[];
|
|
450
706
|
flagEmoji: string;
|
|
451
707
|
name: string;
|
|
452
708
|
currency: string;
|
|
@@ -454,71 +710,113 @@ declare function getCountries(): Promise<({
|
|
|
454
710
|
currencySymbol: string;
|
|
455
711
|
officialLanguage: string;
|
|
456
712
|
majorEthnicGroups: string[];
|
|
713
|
+
timezones: {
|
|
714
|
+
iana: string;
|
|
715
|
+
gmtOffset: string;
|
|
716
|
+
}[];
|
|
457
717
|
} | {
|
|
458
718
|
countryCode: string;
|
|
459
719
|
phoneCode: number;
|
|
460
720
|
capitalCity: string;
|
|
461
|
-
colonialMaster:
|
|
721
|
+
colonialMaster: {
|
|
722
|
+
name: string;
|
|
723
|
+
countryCode: string;
|
|
724
|
+
}[];
|
|
462
725
|
flagEmoji: string;
|
|
463
726
|
name: string;
|
|
464
727
|
currency: string;
|
|
465
728
|
currencyCode: string;
|
|
466
729
|
currencySymbol: string;
|
|
467
730
|
officialLanguage: string;
|
|
468
|
-
majorEthnicGroups:
|
|
731
|
+
majorEthnicGroups: string[];
|
|
732
|
+
timezones: {
|
|
733
|
+
iana: string;
|
|
734
|
+
gmtOffset: string;
|
|
735
|
+
}[];
|
|
469
736
|
} | {
|
|
470
737
|
countryCode: string;
|
|
471
738
|
phoneCode: number;
|
|
472
739
|
capitalCity: string;
|
|
473
|
-
colonialMaster:
|
|
740
|
+
colonialMaster: {
|
|
741
|
+
name: string;
|
|
742
|
+
countryCode: string;
|
|
743
|
+
}[];
|
|
474
744
|
flagEmoji: string;
|
|
475
745
|
name: string;
|
|
476
746
|
currency: string;
|
|
477
747
|
currencyCode: string;
|
|
478
748
|
currencySymbol: string;
|
|
479
749
|
officialLanguage: string;
|
|
480
|
-
majorEthnicGroups:
|
|
750
|
+
majorEthnicGroups: string[];
|
|
751
|
+
timezones: {
|
|
752
|
+
iana: string;
|
|
753
|
+
gmtOffset: string;
|
|
754
|
+
}[];
|
|
481
755
|
} | {
|
|
482
756
|
countryCode: string;
|
|
483
757
|
phoneCode: number;
|
|
484
758
|
capitalCity: string;
|
|
485
|
-
colonialMaster:
|
|
759
|
+
colonialMaster: {
|
|
760
|
+
name: string;
|
|
761
|
+
countryCode: string;
|
|
762
|
+
}[];
|
|
486
763
|
flagEmoji: string;
|
|
487
764
|
name: string;
|
|
488
765
|
currency: string;
|
|
489
766
|
currencyCode: string;
|
|
490
767
|
currencySymbol: string;
|
|
491
768
|
officialLanguage: string;
|
|
492
|
-
majorEthnicGroups:
|
|
769
|
+
majorEthnicGroups: string[];
|
|
770
|
+
timezones: {
|
|
771
|
+
iana: string;
|
|
772
|
+
gmtOffset: string;
|
|
773
|
+
}[];
|
|
493
774
|
} | {
|
|
494
775
|
countryCode: string;
|
|
495
776
|
phoneCode: number;
|
|
496
777
|
capitalCity: string;
|
|
497
|
-
colonialMaster:
|
|
778
|
+
colonialMaster: {
|
|
779
|
+
name: string;
|
|
780
|
+
countryCode: string;
|
|
781
|
+
}[];
|
|
498
782
|
flagEmoji: string;
|
|
499
783
|
name: string;
|
|
500
784
|
currency: string;
|
|
501
785
|
currencyCode: string;
|
|
502
786
|
currencySymbol: string;
|
|
503
787
|
officialLanguage: string;
|
|
504
|
-
majorEthnicGroups:
|
|
788
|
+
majorEthnicGroups: string[];
|
|
789
|
+
timezones: {
|
|
790
|
+
iana: string;
|
|
791
|
+
gmtOffset: string;
|
|
792
|
+
}[];
|
|
505
793
|
} | {
|
|
506
794
|
countryCode: string;
|
|
507
795
|
phoneCode: number;
|
|
508
796
|
capitalCity: string;
|
|
509
|
-
colonialMaster:
|
|
797
|
+
colonialMaster: {
|
|
798
|
+
name: string;
|
|
799
|
+
countryCode: string;
|
|
800
|
+
}[];
|
|
510
801
|
flagEmoji: string;
|
|
511
802
|
name: string;
|
|
512
803
|
currency: string;
|
|
513
804
|
currencyCode: string;
|
|
514
805
|
currencySymbol: string;
|
|
515
806
|
officialLanguage: string;
|
|
516
|
-
majorEthnicGroups:
|
|
807
|
+
majorEthnicGroups: string[];
|
|
808
|
+
timezones: {
|
|
809
|
+
iana: string;
|
|
810
|
+
gmtOffset: string;
|
|
811
|
+
}[];
|
|
517
812
|
} | {
|
|
518
813
|
countryCode: string;
|
|
519
814
|
phoneCode: number;
|
|
520
815
|
capitalCity: string;
|
|
521
|
-
colonialMaster:
|
|
816
|
+
colonialMaster: {
|
|
817
|
+
name: string;
|
|
818
|
+
countryCode: string;
|
|
819
|
+
}[];
|
|
522
820
|
flagEmoji: string;
|
|
523
821
|
name: string;
|
|
524
822
|
currency: string;
|
|
@@ -526,59 +824,94 @@ declare function getCountries(): Promise<({
|
|
|
526
824
|
currencySymbol: string;
|
|
527
825
|
officialLanguage: string;
|
|
528
826
|
majorEthnicGroups: string[];
|
|
827
|
+
timezones: {
|
|
828
|
+
iana: string;
|
|
829
|
+
gmtOffset: string;
|
|
830
|
+
}[];
|
|
529
831
|
} | {
|
|
530
832
|
countryCode: string;
|
|
531
833
|
phoneCode: number;
|
|
532
834
|
capitalCity: string;
|
|
533
|
-
colonialMaster:
|
|
835
|
+
colonialMaster: {
|
|
836
|
+
name: string;
|
|
837
|
+
countryCode: string;
|
|
838
|
+
}[];
|
|
534
839
|
flagEmoji: string;
|
|
535
840
|
name: string;
|
|
536
841
|
currency: string;
|
|
537
842
|
currencyCode: string;
|
|
538
843
|
currencySymbol: string;
|
|
539
844
|
officialLanguage: string;
|
|
540
|
-
majorEthnicGroups:
|
|
845
|
+
majorEthnicGroups: string[];
|
|
846
|
+
timezones: {
|
|
847
|
+
iana: string;
|
|
848
|
+
gmtOffset: string;
|
|
849
|
+
}[];
|
|
541
850
|
} | {
|
|
542
851
|
countryCode: string;
|
|
543
852
|
phoneCode: number;
|
|
544
853
|
capitalCity: string;
|
|
545
|
-
colonialMaster:
|
|
854
|
+
colonialMaster: {
|
|
855
|
+
name: string;
|
|
856
|
+
countryCode: string;
|
|
857
|
+
}[];
|
|
546
858
|
flagEmoji: string;
|
|
547
859
|
name: string;
|
|
548
860
|
currency: string;
|
|
549
861
|
currencyCode: string;
|
|
550
862
|
currencySymbol: string;
|
|
551
863
|
officialLanguage: string;
|
|
552
|
-
majorEthnicGroups:
|
|
864
|
+
majorEthnicGroups: string[];
|
|
865
|
+
timezones: {
|
|
866
|
+
iana: string;
|
|
867
|
+
gmtOffset: string;
|
|
868
|
+
}[];
|
|
553
869
|
} | {
|
|
554
870
|
countryCode: string;
|
|
555
871
|
phoneCode: number;
|
|
556
872
|
capitalCity: string;
|
|
557
|
-
colonialMaster:
|
|
873
|
+
colonialMaster: {
|
|
874
|
+
name: string;
|
|
875
|
+
countryCode: string;
|
|
876
|
+
}[];
|
|
558
877
|
flagEmoji: string;
|
|
559
878
|
name: string;
|
|
560
879
|
currency: string;
|
|
561
880
|
currencyCode: string;
|
|
562
881
|
currencySymbol: string;
|
|
563
882
|
officialLanguage: string;
|
|
564
|
-
majorEthnicGroups:
|
|
883
|
+
majorEthnicGroups: string[];
|
|
884
|
+
timezones: {
|
|
885
|
+
iana: string;
|
|
886
|
+
gmtOffset: string;
|
|
887
|
+
}[];
|
|
565
888
|
} | {
|
|
566
889
|
countryCode: string;
|
|
567
890
|
phoneCode: number;
|
|
568
891
|
capitalCity: string;
|
|
569
|
-
colonialMaster:
|
|
892
|
+
colonialMaster: {
|
|
893
|
+
name: string;
|
|
894
|
+
countryCode: string;
|
|
895
|
+
}[];
|
|
570
896
|
flagEmoji: string;
|
|
571
897
|
name: string;
|
|
572
898
|
currency: string;
|
|
573
899
|
currencyCode: string;
|
|
574
900
|
currencySymbol: string;
|
|
575
901
|
officialLanguage: string;
|
|
576
|
-
majorEthnicGroups:
|
|
902
|
+
majorEthnicGroups: string[];
|
|
903
|
+
timezones: {
|
|
904
|
+
iana: string;
|
|
905
|
+
gmtOffset: string;
|
|
906
|
+
}[];
|
|
577
907
|
} | {
|
|
578
908
|
countryCode: string;
|
|
579
909
|
phoneCode: number;
|
|
580
910
|
capitalCity: string;
|
|
581
|
-
colonialMaster:
|
|
911
|
+
colonialMaster: {
|
|
912
|
+
name: string;
|
|
913
|
+
countryCode: string;
|
|
914
|
+
}[];
|
|
582
915
|
flagEmoji: string;
|
|
583
916
|
name: string;
|
|
584
917
|
currency: string;
|
|
@@ -586,47 +919,75 @@ declare function getCountries(): Promise<({
|
|
|
586
919
|
currencySymbol: string;
|
|
587
920
|
officialLanguage: string;
|
|
588
921
|
majorEthnicGroups: string[];
|
|
922
|
+
timezones: {
|
|
923
|
+
iana: string;
|
|
924
|
+
gmtOffset: string;
|
|
925
|
+
}[];
|
|
589
926
|
} | {
|
|
590
927
|
countryCode: string;
|
|
591
928
|
phoneCode: number;
|
|
592
929
|
capitalCity: string;
|
|
593
|
-
colonialMaster:
|
|
930
|
+
colonialMaster: {
|
|
931
|
+
name: string;
|
|
932
|
+
countryCode: string;
|
|
933
|
+
}[];
|
|
594
934
|
flagEmoji: string;
|
|
595
935
|
name: string;
|
|
596
936
|
currency: string;
|
|
597
937
|
currencyCode: string;
|
|
598
938
|
currencySymbol: string;
|
|
599
939
|
officialLanguage: string;
|
|
600
|
-
majorEthnicGroups:
|
|
940
|
+
majorEthnicGroups: string[];
|
|
941
|
+
timezones: {
|
|
942
|
+
iana: string;
|
|
943
|
+
gmtOffset: string;
|
|
944
|
+
}[];
|
|
601
945
|
} | {
|
|
602
946
|
countryCode: string;
|
|
603
947
|
phoneCode: number;
|
|
604
948
|
capitalCity: string;
|
|
605
|
-
colonialMaster:
|
|
949
|
+
colonialMaster: {
|
|
950
|
+
name: string;
|
|
951
|
+
countryCode: string;
|
|
952
|
+
}[];
|
|
606
953
|
flagEmoji: string;
|
|
607
954
|
name: string;
|
|
608
955
|
currency: string;
|
|
609
956
|
currencyCode: string;
|
|
610
957
|
currencySymbol: string;
|
|
611
958
|
officialLanguage: string;
|
|
612
|
-
majorEthnicGroups:
|
|
959
|
+
majorEthnicGroups: string[];
|
|
960
|
+
timezones: {
|
|
961
|
+
iana: string;
|
|
962
|
+
gmtOffset: string;
|
|
963
|
+
}[];
|
|
613
964
|
} | {
|
|
614
965
|
countryCode: string;
|
|
615
966
|
phoneCode: number;
|
|
616
967
|
capitalCity: string;
|
|
617
|
-
colonialMaster:
|
|
968
|
+
colonialMaster: {
|
|
969
|
+
name: string;
|
|
970
|
+
countryCode: string;
|
|
971
|
+
}[];
|
|
618
972
|
flagEmoji: string;
|
|
619
973
|
name: string;
|
|
620
974
|
currency: string;
|
|
621
975
|
currencyCode: string;
|
|
622
976
|
currencySymbol: string;
|
|
623
977
|
officialLanguage: string;
|
|
624
|
-
majorEthnicGroups:
|
|
978
|
+
majorEthnicGroups: string[];
|
|
979
|
+
timezones: {
|
|
980
|
+
iana: string;
|
|
981
|
+
gmtOffset: string;
|
|
982
|
+
}[];
|
|
625
983
|
} | {
|
|
626
984
|
countryCode: string;
|
|
627
985
|
phoneCode: number;
|
|
628
986
|
capitalCity: string;
|
|
629
|
-
colonialMaster:
|
|
987
|
+
colonialMaster: {
|
|
988
|
+
name: string;
|
|
989
|
+
countryCode: string;
|
|
990
|
+
}[];
|
|
630
991
|
flagEmoji: string;
|
|
631
992
|
name: string;
|
|
632
993
|
currency: string;
|
|
@@ -634,25 +995,39 @@ declare function getCountries(): Promise<({
|
|
|
634
995
|
currencySymbol: string;
|
|
635
996
|
officialLanguage: string;
|
|
636
997
|
majorEthnicGroups: string[];
|
|
998
|
+
timezones: {
|
|
999
|
+
iana: string;
|
|
1000
|
+
gmtOffset: string;
|
|
1001
|
+
}[];
|
|
637
1002
|
} | {
|
|
638
1003
|
countryCode: string;
|
|
639
1004
|
phoneCode: number;
|
|
640
1005
|
capitalCity: string;
|
|
641
|
-
colonialMaster:
|
|
1006
|
+
colonialMaster: {
|
|
1007
|
+
name: string;
|
|
1008
|
+
countryCode: string;
|
|
1009
|
+
}[];
|
|
642
1010
|
flagEmoji: string;
|
|
643
1011
|
name: string;
|
|
644
1012
|
currency: string;
|
|
645
1013
|
currencyCode: string;
|
|
646
1014
|
currencySymbol: string;
|
|
647
1015
|
officialLanguage: string;
|
|
648
|
-
majorEthnicGroups:
|
|
1016
|
+
majorEthnicGroups: string[];
|
|
1017
|
+
timezones: {
|
|
1018
|
+
iana: string;
|
|
1019
|
+
gmtOffset: string;
|
|
1020
|
+
}[];
|
|
649
1021
|
})[]>;
|
|
650
|
-
declare function
|
|
651
|
-
|
|
1022
|
+
declare function getCountriesAndStates(): Promise<({
|
|
1023
|
+
states: unknown[];
|
|
652
1024
|
countryCode: string;
|
|
653
1025
|
phoneCode: number;
|
|
654
1026
|
capitalCity: string;
|
|
655
|
-
colonialMaster:
|
|
1027
|
+
colonialMaster: {
|
|
1028
|
+
name: string;
|
|
1029
|
+
countryCode: string;
|
|
1030
|
+
}[];
|
|
656
1031
|
flagEmoji: string;
|
|
657
1032
|
name: string;
|
|
658
1033
|
currency: string;
|
|
@@ -660,12 +1035,19 @@ declare function getCountriesAndTribalData(countryCode: string): Promise<({
|
|
|
660
1035
|
currencySymbol: string;
|
|
661
1036
|
officialLanguage: string;
|
|
662
1037
|
majorEthnicGroups: string[];
|
|
1038
|
+
timezones: {
|
|
1039
|
+
iana: string;
|
|
1040
|
+
gmtOffset: string;
|
|
1041
|
+
}[];
|
|
663
1042
|
} | {
|
|
664
|
-
|
|
1043
|
+
states: unknown[];
|
|
665
1044
|
countryCode: string;
|
|
666
1045
|
phoneCode: number;
|
|
667
1046
|
capitalCity: string;
|
|
668
|
-
colonialMaster:
|
|
1047
|
+
colonialMaster: {
|
|
1048
|
+
name: string;
|
|
1049
|
+
countryCode: string;
|
|
1050
|
+
}[];
|
|
669
1051
|
flagEmoji: string;
|
|
670
1052
|
name: string;
|
|
671
1053
|
currency: string;
|
|
@@ -673,38 +1055,59 @@ declare function getCountriesAndTribalData(countryCode: string): Promise<({
|
|
|
673
1055
|
currencySymbol: string;
|
|
674
1056
|
officialLanguage: string;
|
|
675
1057
|
majorEthnicGroups: string[];
|
|
1058
|
+
timezones: {
|
|
1059
|
+
iana: string;
|
|
1060
|
+
gmtOffset: string;
|
|
1061
|
+
}[];
|
|
676
1062
|
} | {
|
|
677
|
-
|
|
1063
|
+
states: unknown[];
|
|
678
1064
|
countryCode: string;
|
|
679
1065
|
phoneCode: number;
|
|
680
1066
|
capitalCity: string;
|
|
681
|
-
colonialMaster:
|
|
1067
|
+
colonialMaster: {
|
|
1068
|
+
name: string;
|
|
1069
|
+
countryCode: string;
|
|
1070
|
+
}[];
|
|
682
1071
|
flagEmoji: string;
|
|
683
1072
|
name: string;
|
|
684
1073
|
currency: string;
|
|
685
1074
|
currencyCode: string;
|
|
686
1075
|
currencySymbol: string;
|
|
687
1076
|
officialLanguage: string;
|
|
688
|
-
majorEthnicGroups:
|
|
1077
|
+
majorEthnicGroups: string[];
|
|
1078
|
+
timezones: {
|
|
1079
|
+
iana: string;
|
|
1080
|
+
gmtOffset: string;
|
|
1081
|
+
}[];
|
|
689
1082
|
} | {
|
|
690
|
-
|
|
1083
|
+
states: unknown[];
|
|
691
1084
|
countryCode: string;
|
|
692
1085
|
phoneCode: number;
|
|
693
1086
|
capitalCity: string;
|
|
694
|
-
colonialMaster:
|
|
1087
|
+
colonialMaster: {
|
|
1088
|
+
name: string;
|
|
1089
|
+
countryCode: string;
|
|
1090
|
+
}[];
|
|
695
1091
|
flagEmoji: string;
|
|
696
1092
|
name: string;
|
|
697
1093
|
currency: string;
|
|
698
1094
|
currencyCode: string;
|
|
699
1095
|
currencySymbol: string;
|
|
700
1096
|
officialLanguage: string;
|
|
701
|
-
majorEthnicGroups:
|
|
1097
|
+
majorEthnicGroups: string[];
|
|
1098
|
+
timezones: {
|
|
1099
|
+
iana: string;
|
|
1100
|
+
gmtOffset: string;
|
|
1101
|
+
}[];
|
|
702
1102
|
} | {
|
|
703
|
-
|
|
1103
|
+
states: unknown[];
|
|
704
1104
|
countryCode: string;
|
|
705
1105
|
phoneCode: number;
|
|
706
1106
|
capitalCity: string;
|
|
707
|
-
colonialMaster:
|
|
1107
|
+
colonialMaster: {
|
|
1108
|
+
name: string;
|
|
1109
|
+
countryCode: string;
|
|
1110
|
+
}[];
|
|
708
1111
|
flagEmoji: string;
|
|
709
1112
|
name: string;
|
|
710
1113
|
currency: string;
|
|
@@ -712,51 +1115,79 @@ declare function getCountriesAndTribalData(countryCode: string): Promise<({
|
|
|
712
1115
|
currencySymbol: string;
|
|
713
1116
|
officialLanguage: string;
|
|
714
1117
|
majorEthnicGroups: string[];
|
|
1118
|
+
timezones: {
|
|
1119
|
+
iana: string;
|
|
1120
|
+
gmtOffset: string;
|
|
1121
|
+
}[];
|
|
715
1122
|
} | {
|
|
716
|
-
|
|
1123
|
+
states: unknown[];
|
|
717
1124
|
countryCode: string;
|
|
718
1125
|
phoneCode: number;
|
|
719
1126
|
capitalCity: string;
|
|
720
|
-
colonialMaster:
|
|
1127
|
+
colonialMaster: {
|
|
1128
|
+
name: string;
|
|
1129
|
+
countryCode: string;
|
|
1130
|
+
}[];
|
|
721
1131
|
flagEmoji: string;
|
|
722
1132
|
name: string;
|
|
723
1133
|
currency: string;
|
|
724
1134
|
currencyCode: string;
|
|
725
1135
|
currencySymbol: string;
|
|
726
1136
|
officialLanguage: string;
|
|
727
|
-
majorEthnicGroups:
|
|
1137
|
+
majorEthnicGroups: string[];
|
|
1138
|
+
timezones: {
|
|
1139
|
+
iana: string;
|
|
1140
|
+
gmtOffset: string;
|
|
1141
|
+
}[];
|
|
728
1142
|
} | {
|
|
729
|
-
|
|
1143
|
+
states: unknown[];
|
|
730
1144
|
countryCode: string;
|
|
731
1145
|
phoneCode: number;
|
|
732
1146
|
capitalCity: string;
|
|
733
|
-
colonialMaster:
|
|
1147
|
+
colonialMaster: {
|
|
1148
|
+
name: string;
|
|
1149
|
+
countryCode: string;
|
|
1150
|
+
}[];
|
|
734
1151
|
flagEmoji: string;
|
|
735
1152
|
name: string;
|
|
736
1153
|
currency: string;
|
|
737
1154
|
currencyCode: string;
|
|
738
1155
|
currencySymbol: string;
|
|
739
1156
|
officialLanguage: string;
|
|
740
|
-
majorEthnicGroups:
|
|
1157
|
+
majorEthnicGroups: string[];
|
|
1158
|
+
timezones: {
|
|
1159
|
+
iana: string;
|
|
1160
|
+
gmtOffset: string;
|
|
1161
|
+
}[];
|
|
741
1162
|
} | {
|
|
742
|
-
|
|
1163
|
+
states: unknown[];
|
|
743
1164
|
countryCode: string;
|
|
744
1165
|
phoneCode: number;
|
|
745
1166
|
capitalCity: string;
|
|
746
|
-
colonialMaster:
|
|
1167
|
+
colonialMaster: {
|
|
1168
|
+
name: string;
|
|
1169
|
+
countryCode: string;
|
|
1170
|
+
}[];
|
|
747
1171
|
flagEmoji: string;
|
|
748
1172
|
name: string;
|
|
749
1173
|
currency: string;
|
|
750
1174
|
currencyCode: string;
|
|
751
1175
|
currencySymbol: string;
|
|
752
1176
|
officialLanguage: string;
|
|
753
|
-
majorEthnicGroups:
|
|
1177
|
+
majorEthnicGroups: string[];
|
|
1178
|
+
timezones: {
|
|
1179
|
+
iana: string;
|
|
1180
|
+
gmtOffset: string;
|
|
1181
|
+
}[];
|
|
754
1182
|
} | {
|
|
755
|
-
|
|
1183
|
+
states: unknown[];
|
|
756
1184
|
countryCode: string;
|
|
757
1185
|
phoneCode: number;
|
|
758
1186
|
capitalCity: string;
|
|
759
|
-
colonialMaster:
|
|
1187
|
+
colonialMaster: {
|
|
1188
|
+
name: string;
|
|
1189
|
+
countryCode: string;
|
|
1190
|
+
}[];
|
|
760
1191
|
flagEmoji: string;
|
|
761
1192
|
name: string;
|
|
762
1193
|
currency: string;
|
|
@@ -764,376 +1195,573 @@ declare function getCountriesAndTribalData(countryCode: string): Promise<({
|
|
|
764
1195
|
currencySymbol: string;
|
|
765
1196
|
officialLanguage: string;
|
|
766
1197
|
majorEthnicGroups: string[];
|
|
1198
|
+
timezones: {
|
|
1199
|
+
iana: string;
|
|
1200
|
+
gmtOffset: string;
|
|
1201
|
+
}[];
|
|
767
1202
|
} | {
|
|
768
|
-
|
|
1203
|
+
states: unknown[];
|
|
769
1204
|
countryCode: string;
|
|
770
1205
|
phoneCode: number;
|
|
771
1206
|
capitalCity: string;
|
|
772
|
-
colonialMaster:
|
|
1207
|
+
colonialMaster: {
|
|
1208
|
+
name: string;
|
|
1209
|
+
countryCode: string;
|
|
1210
|
+
}[];
|
|
773
1211
|
flagEmoji: string;
|
|
774
1212
|
name: string;
|
|
775
1213
|
currency: string;
|
|
776
1214
|
currencyCode: string;
|
|
777
1215
|
currencySymbol: string;
|
|
778
1216
|
officialLanguage: string;
|
|
779
|
-
majorEthnicGroups:
|
|
1217
|
+
majorEthnicGroups: string[];
|
|
1218
|
+
timezones: {
|
|
1219
|
+
iana: string;
|
|
1220
|
+
gmtOffset: string;
|
|
1221
|
+
}[];
|
|
780
1222
|
} | {
|
|
781
|
-
|
|
1223
|
+
states: unknown[];
|
|
782
1224
|
countryCode: string;
|
|
783
1225
|
phoneCode: number;
|
|
784
1226
|
capitalCity: string;
|
|
785
|
-
colonialMaster:
|
|
1227
|
+
colonialMaster: {
|
|
1228
|
+
name: string;
|
|
1229
|
+
countryCode: string;
|
|
1230
|
+
}[];
|
|
786
1231
|
flagEmoji: string;
|
|
787
1232
|
name: string;
|
|
788
1233
|
currency: string;
|
|
789
1234
|
currencyCode: string;
|
|
790
1235
|
currencySymbol: string;
|
|
791
1236
|
officialLanguage: string;
|
|
792
|
-
majorEthnicGroups:
|
|
1237
|
+
majorEthnicGroups: string[];
|
|
1238
|
+
timezones: {
|
|
1239
|
+
iana: string;
|
|
1240
|
+
gmtOffset: string;
|
|
1241
|
+
}[];
|
|
793
1242
|
} | {
|
|
794
|
-
|
|
1243
|
+
states: unknown[];
|
|
795
1244
|
countryCode: string;
|
|
796
1245
|
phoneCode: number;
|
|
797
1246
|
capitalCity: string;
|
|
798
|
-
colonialMaster:
|
|
1247
|
+
colonialMaster: {
|
|
1248
|
+
name: string;
|
|
1249
|
+
countryCode: string;
|
|
1250
|
+
}[];
|
|
799
1251
|
flagEmoji: string;
|
|
800
1252
|
name: string;
|
|
801
1253
|
currency: string;
|
|
802
1254
|
currencyCode: string;
|
|
803
1255
|
currencySymbol: string;
|
|
804
1256
|
officialLanguage: string;
|
|
805
|
-
majorEthnicGroups:
|
|
1257
|
+
majorEthnicGroups: string[];
|
|
1258
|
+
timezones: {
|
|
1259
|
+
iana: string;
|
|
1260
|
+
gmtOffset: string;
|
|
1261
|
+
}[];
|
|
806
1262
|
} | {
|
|
807
|
-
|
|
1263
|
+
states: unknown[];
|
|
808
1264
|
countryCode: string;
|
|
809
1265
|
phoneCode: number;
|
|
810
1266
|
capitalCity: string;
|
|
811
|
-
colonialMaster:
|
|
1267
|
+
colonialMaster: {
|
|
1268
|
+
name: string;
|
|
1269
|
+
countryCode: string;
|
|
1270
|
+
}[];
|
|
812
1271
|
flagEmoji: string;
|
|
813
1272
|
name: string;
|
|
814
1273
|
currency: string;
|
|
815
1274
|
currencyCode: string;
|
|
816
1275
|
currencySymbol: string;
|
|
817
1276
|
officialLanguage: string;
|
|
818
|
-
majorEthnicGroups:
|
|
1277
|
+
majorEthnicGroups: string[];
|
|
1278
|
+
timezones: {
|
|
1279
|
+
iana: string;
|
|
1280
|
+
gmtOffset: string;
|
|
1281
|
+
}[];
|
|
819
1282
|
} | {
|
|
820
|
-
|
|
1283
|
+
states: unknown[];
|
|
821
1284
|
countryCode: string;
|
|
822
1285
|
phoneCode: number;
|
|
823
1286
|
capitalCity: string;
|
|
824
|
-
colonialMaster:
|
|
1287
|
+
colonialMaster: {
|
|
1288
|
+
name: string;
|
|
1289
|
+
countryCode: string;
|
|
1290
|
+
}[];
|
|
825
1291
|
flagEmoji: string;
|
|
826
1292
|
name: string;
|
|
827
1293
|
currency: string;
|
|
828
1294
|
currencyCode: string;
|
|
829
1295
|
currencySymbol: string;
|
|
830
1296
|
officialLanguage: string;
|
|
831
|
-
majorEthnicGroups:
|
|
1297
|
+
majorEthnicGroups: string[];
|
|
1298
|
+
timezones: {
|
|
1299
|
+
iana: string;
|
|
1300
|
+
gmtOffset: string;
|
|
1301
|
+
}[];
|
|
832
1302
|
} | {
|
|
833
|
-
|
|
1303
|
+
states: unknown[];
|
|
834
1304
|
countryCode: string;
|
|
835
1305
|
phoneCode: number;
|
|
836
1306
|
capitalCity: string;
|
|
837
|
-
colonialMaster:
|
|
1307
|
+
colonialMaster: {
|
|
1308
|
+
name: string;
|
|
1309
|
+
countryCode: string;
|
|
1310
|
+
}[];
|
|
838
1311
|
flagEmoji: string;
|
|
839
1312
|
name: string;
|
|
840
1313
|
currency: string;
|
|
841
1314
|
currencyCode: string;
|
|
842
1315
|
currencySymbol: string;
|
|
843
1316
|
officialLanguage: string;
|
|
844
|
-
majorEthnicGroups:
|
|
1317
|
+
majorEthnicGroups: string[];
|
|
1318
|
+
timezones: {
|
|
1319
|
+
iana: string;
|
|
1320
|
+
gmtOffset: string;
|
|
1321
|
+
}[];
|
|
845
1322
|
} | {
|
|
846
|
-
|
|
1323
|
+
states: unknown[];
|
|
847
1324
|
countryCode: string;
|
|
848
1325
|
phoneCode: number;
|
|
849
1326
|
capitalCity: string;
|
|
850
|
-
colonialMaster:
|
|
1327
|
+
colonialMaster: {
|
|
1328
|
+
name: string;
|
|
1329
|
+
countryCode: string;
|
|
1330
|
+
}[];
|
|
851
1331
|
flagEmoji: string;
|
|
852
1332
|
name: string;
|
|
853
1333
|
currency: string;
|
|
854
1334
|
currencyCode: string;
|
|
855
1335
|
currencySymbol: string;
|
|
856
1336
|
officialLanguage: string;
|
|
857
|
-
majorEthnicGroups:
|
|
1337
|
+
majorEthnicGroups: string[];
|
|
1338
|
+
timezones: {
|
|
1339
|
+
iana: string;
|
|
1340
|
+
gmtOffset: string;
|
|
1341
|
+
}[];
|
|
858
1342
|
} | {
|
|
859
|
-
|
|
1343
|
+
states: unknown[];
|
|
860
1344
|
countryCode: string;
|
|
861
1345
|
phoneCode: number;
|
|
862
1346
|
capitalCity: string;
|
|
863
|
-
colonialMaster:
|
|
1347
|
+
colonialMaster: {
|
|
1348
|
+
name: string;
|
|
1349
|
+
countryCode: string;
|
|
1350
|
+
}[];
|
|
864
1351
|
flagEmoji: string;
|
|
865
1352
|
name: string;
|
|
866
1353
|
currency: string;
|
|
867
1354
|
currencyCode: string;
|
|
868
1355
|
currencySymbol: string;
|
|
869
1356
|
officialLanguage: string;
|
|
870
|
-
majorEthnicGroups:
|
|
1357
|
+
majorEthnicGroups: string[];
|
|
1358
|
+
timezones: {
|
|
1359
|
+
iana: string;
|
|
1360
|
+
gmtOffset: string;
|
|
1361
|
+
}[];
|
|
871
1362
|
} | {
|
|
872
|
-
|
|
1363
|
+
states: unknown[];
|
|
873
1364
|
countryCode: string;
|
|
874
1365
|
phoneCode: number;
|
|
875
1366
|
capitalCity: string;
|
|
876
|
-
colonialMaster:
|
|
1367
|
+
colonialMaster: {
|
|
1368
|
+
name: string;
|
|
1369
|
+
countryCode: string;
|
|
1370
|
+
}[];
|
|
877
1371
|
flagEmoji: string;
|
|
878
1372
|
name: string;
|
|
879
1373
|
currency: string;
|
|
880
1374
|
currencyCode: string;
|
|
881
1375
|
currencySymbol: string;
|
|
882
1376
|
officialLanguage: string;
|
|
883
|
-
majorEthnicGroups:
|
|
1377
|
+
majorEthnicGroups: string[];
|
|
1378
|
+
timezones: {
|
|
1379
|
+
iana: string;
|
|
1380
|
+
gmtOffset: string;
|
|
1381
|
+
}[];
|
|
884
1382
|
} | {
|
|
885
|
-
|
|
1383
|
+
states: unknown[];
|
|
886
1384
|
countryCode: string;
|
|
887
1385
|
phoneCode: number;
|
|
888
1386
|
capitalCity: string;
|
|
889
|
-
colonialMaster:
|
|
1387
|
+
colonialMaster: any[];
|
|
890
1388
|
flagEmoji: string;
|
|
891
1389
|
name: string;
|
|
892
1390
|
currency: string;
|
|
893
1391
|
currencyCode: string;
|
|
894
1392
|
currencySymbol: string;
|
|
895
1393
|
officialLanguage: string;
|
|
896
|
-
majorEthnicGroups:
|
|
1394
|
+
majorEthnicGroups: string[];
|
|
1395
|
+
timezones: {
|
|
1396
|
+
iana: string;
|
|
1397
|
+
gmtOffset: string;
|
|
1398
|
+
}[];
|
|
897
1399
|
} | {
|
|
898
|
-
|
|
1400
|
+
states: unknown[];
|
|
899
1401
|
countryCode: string;
|
|
900
1402
|
phoneCode: number;
|
|
901
1403
|
capitalCity: string;
|
|
902
|
-
colonialMaster:
|
|
1404
|
+
colonialMaster: {
|
|
1405
|
+
name: string;
|
|
1406
|
+
countryCode: string;
|
|
1407
|
+
}[];
|
|
903
1408
|
flagEmoji: string;
|
|
904
1409
|
name: string;
|
|
905
1410
|
currency: string;
|
|
906
1411
|
currencyCode: string;
|
|
907
1412
|
currencySymbol: string;
|
|
908
1413
|
officialLanguage: string;
|
|
909
|
-
majorEthnicGroups:
|
|
1414
|
+
majorEthnicGroups: string[];
|
|
1415
|
+
timezones: {
|
|
1416
|
+
iana: string;
|
|
1417
|
+
gmtOffset: string;
|
|
1418
|
+
}[];
|
|
910
1419
|
} | {
|
|
911
|
-
|
|
1420
|
+
states: unknown[];
|
|
912
1421
|
countryCode: string;
|
|
913
1422
|
phoneCode: number;
|
|
914
1423
|
capitalCity: string;
|
|
915
|
-
colonialMaster:
|
|
1424
|
+
colonialMaster: {
|
|
1425
|
+
name: string;
|
|
1426
|
+
countryCode: string;
|
|
1427
|
+
}[];
|
|
916
1428
|
flagEmoji: string;
|
|
917
1429
|
name: string;
|
|
918
1430
|
currency: string;
|
|
919
1431
|
currencyCode: string;
|
|
920
1432
|
currencySymbol: string;
|
|
921
1433
|
officialLanguage: string;
|
|
922
|
-
majorEthnicGroups:
|
|
1434
|
+
majorEthnicGroups: string[];
|
|
1435
|
+
timezones: {
|
|
1436
|
+
iana: string;
|
|
1437
|
+
gmtOffset: string;
|
|
1438
|
+
}[];
|
|
923
1439
|
} | {
|
|
924
|
-
|
|
1440
|
+
states: unknown[];
|
|
925
1441
|
countryCode: string;
|
|
926
1442
|
phoneCode: number;
|
|
927
1443
|
capitalCity: string;
|
|
928
|
-
colonialMaster:
|
|
1444
|
+
colonialMaster: {
|
|
1445
|
+
name: string;
|
|
1446
|
+
countryCode: string;
|
|
1447
|
+
}[];
|
|
929
1448
|
flagEmoji: string;
|
|
930
1449
|
name: string;
|
|
931
1450
|
currency: string;
|
|
932
1451
|
currencyCode: string;
|
|
933
1452
|
currencySymbol: string;
|
|
934
1453
|
officialLanguage: string;
|
|
935
|
-
majorEthnicGroups:
|
|
1454
|
+
majorEthnicGroups: string[];
|
|
1455
|
+
timezones: {
|
|
1456
|
+
iana: string;
|
|
1457
|
+
gmtOffset: string;
|
|
1458
|
+
}[];
|
|
936
1459
|
} | {
|
|
937
|
-
|
|
1460
|
+
states: unknown[];
|
|
938
1461
|
countryCode: string;
|
|
939
1462
|
phoneCode: number;
|
|
940
1463
|
capitalCity: string;
|
|
941
|
-
colonialMaster:
|
|
1464
|
+
colonialMaster: {
|
|
1465
|
+
name: string;
|
|
1466
|
+
countryCode: string;
|
|
1467
|
+
}[];
|
|
942
1468
|
flagEmoji: string;
|
|
943
1469
|
name: string;
|
|
944
1470
|
currency: string;
|
|
945
1471
|
currencyCode: string;
|
|
946
1472
|
currencySymbol: string;
|
|
947
1473
|
officialLanguage: string;
|
|
948
|
-
majorEthnicGroups:
|
|
1474
|
+
majorEthnicGroups: string[];
|
|
1475
|
+
timezones: {
|
|
1476
|
+
iana: string;
|
|
1477
|
+
gmtOffset: string;
|
|
1478
|
+
}[];
|
|
949
1479
|
} | {
|
|
950
|
-
|
|
1480
|
+
states: unknown[];
|
|
951
1481
|
countryCode: string;
|
|
952
1482
|
phoneCode: number;
|
|
953
1483
|
capitalCity: string;
|
|
954
|
-
colonialMaster:
|
|
1484
|
+
colonialMaster: {
|
|
1485
|
+
name: string;
|
|
1486
|
+
countryCode: string;
|
|
1487
|
+
}[];
|
|
955
1488
|
flagEmoji: string;
|
|
956
1489
|
name: string;
|
|
957
1490
|
currency: string;
|
|
958
1491
|
currencyCode: string;
|
|
959
1492
|
currencySymbol: string;
|
|
960
1493
|
officialLanguage: string;
|
|
961
|
-
majorEthnicGroups:
|
|
1494
|
+
majorEthnicGroups: string[];
|
|
1495
|
+
timezones: {
|
|
1496
|
+
iana: string;
|
|
1497
|
+
gmtOffset: string;
|
|
1498
|
+
}[];
|
|
962
1499
|
} | {
|
|
963
|
-
|
|
1500
|
+
states: unknown[];
|
|
964
1501
|
countryCode: string;
|
|
965
1502
|
phoneCode: number;
|
|
966
1503
|
capitalCity: string;
|
|
967
|
-
colonialMaster:
|
|
1504
|
+
colonialMaster: {
|
|
1505
|
+
name: string;
|
|
1506
|
+
countryCode: string;
|
|
1507
|
+
}[];
|
|
968
1508
|
flagEmoji: string;
|
|
969
1509
|
name: string;
|
|
970
1510
|
currency: string;
|
|
971
1511
|
currencyCode: string;
|
|
972
1512
|
currencySymbol: string;
|
|
973
1513
|
officialLanguage: string;
|
|
974
|
-
majorEthnicGroups:
|
|
1514
|
+
majorEthnicGroups: string[];
|
|
1515
|
+
timezones: {
|
|
1516
|
+
iana: string;
|
|
1517
|
+
gmtOffset: string;
|
|
1518
|
+
}[];
|
|
975
1519
|
} | {
|
|
976
|
-
|
|
1520
|
+
states: unknown[];
|
|
977
1521
|
countryCode: string;
|
|
978
1522
|
phoneCode: number;
|
|
979
1523
|
capitalCity: string;
|
|
980
|
-
colonialMaster:
|
|
1524
|
+
colonialMaster: {
|
|
1525
|
+
name: string;
|
|
1526
|
+
countryCode: string;
|
|
1527
|
+
}[];
|
|
981
1528
|
flagEmoji: string;
|
|
982
1529
|
name: string;
|
|
983
1530
|
currency: string;
|
|
984
1531
|
currencyCode: string;
|
|
985
1532
|
currencySymbol: string;
|
|
986
1533
|
officialLanguage: string;
|
|
987
|
-
majorEthnicGroups:
|
|
1534
|
+
majorEthnicGroups: string[];
|
|
1535
|
+
timezones: {
|
|
1536
|
+
iana: string;
|
|
1537
|
+
gmtOffset: string;
|
|
1538
|
+
}[];
|
|
988
1539
|
} | {
|
|
989
|
-
|
|
1540
|
+
states: unknown[];
|
|
990
1541
|
countryCode: string;
|
|
991
1542
|
phoneCode: number;
|
|
992
1543
|
capitalCity: string;
|
|
993
|
-
colonialMaster:
|
|
1544
|
+
colonialMaster: any[];
|
|
994
1545
|
flagEmoji: string;
|
|
995
1546
|
name: string;
|
|
996
1547
|
currency: string;
|
|
997
1548
|
currencyCode: string;
|
|
998
1549
|
currencySymbol: string;
|
|
999
1550
|
officialLanguage: string;
|
|
1000
|
-
majorEthnicGroups:
|
|
1551
|
+
majorEthnicGroups: string[];
|
|
1552
|
+
timezones: {
|
|
1553
|
+
iana: string;
|
|
1554
|
+
gmtOffset: string;
|
|
1555
|
+
}[];
|
|
1001
1556
|
} | {
|
|
1002
|
-
|
|
1557
|
+
states: unknown[];
|
|
1003
1558
|
countryCode: string;
|
|
1004
1559
|
phoneCode: number;
|
|
1005
1560
|
capitalCity: string;
|
|
1006
|
-
colonialMaster:
|
|
1561
|
+
colonialMaster: {
|
|
1562
|
+
name: string;
|
|
1563
|
+
countryCode: string;
|
|
1564
|
+
}[];
|
|
1007
1565
|
flagEmoji: string;
|
|
1008
1566
|
name: string;
|
|
1009
1567
|
currency: string;
|
|
1010
1568
|
currencyCode: string;
|
|
1011
1569
|
currencySymbol: string;
|
|
1012
1570
|
officialLanguage: string;
|
|
1013
|
-
majorEthnicGroups:
|
|
1571
|
+
majorEthnicGroups: string[];
|
|
1572
|
+
timezones: {
|
|
1573
|
+
iana: string;
|
|
1574
|
+
gmtOffset: string;
|
|
1575
|
+
}[];
|
|
1014
1576
|
} | {
|
|
1015
|
-
|
|
1577
|
+
states: unknown[];
|
|
1016
1578
|
countryCode: string;
|
|
1017
1579
|
phoneCode: number;
|
|
1018
1580
|
capitalCity: string;
|
|
1019
|
-
colonialMaster:
|
|
1581
|
+
colonialMaster: {
|
|
1582
|
+
name: string;
|
|
1583
|
+
countryCode: string;
|
|
1584
|
+
}[];
|
|
1020
1585
|
flagEmoji: string;
|
|
1021
1586
|
name: string;
|
|
1022
1587
|
currency: string;
|
|
1023
1588
|
currencyCode: string;
|
|
1024
1589
|
currencySymbol: string;
|
|
1025
1590
|
officialLanguage: string;
|
|
1026
|
-
majorEthnicGroups:
|
|
1591
|
+
majorEthnicGroups: string[];
|
|
1592
|
+
timezones: {
|
|
1593
|
+
iana: string;
|
|
1594
|
+
gmtOffset: string;
|
|
1595
|
+
}[];
|
|
1027
1596
|
} | {
|
|
1028
|
-
|
|
1597
|
+
states: unknown[];
|
|
1029
1598
|
countryCode: string;
|
|
1030
1599
|
phoneCode: number;
|
|
1031
1600
|
capitalCity: string;
|
|
1032
|
-
colonialMaster:
|
|
1601
|
+
colonialMaster: {
|
|
1602
|
+
name: string;
|
|
1603
|
+
countryCode: string;
|
|
1604
|
+
}[];
|
|
1033
1605
|
flagEmoji: string;
|
|
1034
1606
|
name: string;
|
|
1035
1607
|
currency: string;
|
|
1036
1608
|
currencyCode: string;
|
|
1037
1609
|
currencySymbol: string;
|
|
1038
1610
|
officialLanguage: string;
|
|
1039
|
-
majorEthnicGroups:
|
|
1611
|
+
majorEthnicGroups: string[];
|
|
1612
|
+
timezones: {
|
|
1613
|
+
iana: string;
|
|
1614
|
+
gmtOffset: string;
|
|
1615
|
+
}[];
|
|
1040
1616
|
} | {
|
|
1041
|
-
|
|
1617
|
+
states: unknown[];
|
|
1042
1618
|
countryCode: string;
|
|
1043
1619
|
phoneCode: number;
|
|
1044
1620
|
capitalCity: string;
|
|
1045
|
-
colonialMaster:
|
|
1621
|
+
colonialMaster: {
|
|
1622
|
+
name: string;
|
|
1623
|
+
countryCode: string;
|
|
1624
|
+
}[];
|
|
1046
1625
|
flagEmoji: string;
|
|
1047
1626
|
name: string;
|
|
1048
1627
|
currency: string;
|
|
1049
1628
|
currencyCode: string;
|
|
1050
1629
|
currencySymbol: string;
|
|
1051
1630
|
officialLanguage: string;
|
|
1052
|
-
majorEthnicGroups:
|
|
1631
|
+
majorEthnicGroups: string[];
|
|
1632
|
+
timezones: {
|
|
1633
|
+
iana: string;
|
|
1634
|
+
gmtOffset: string;
|
|
1635
|
+
}[];
|
|
1053
1636
|
} | {
|
|
1054
|
-
|
|
1637
|
+
states: unknown[];
|
|
1055
1638
|
countryCode: string;
|
|
1056
1639
|
phoneCode: number;
|
|
1057
1640
|
capitalCity: string;
|
|
1058
|
-
colonialMaster:
|
|
1641
|
+
colonialMaster: {
|
|
1642
|
+
name: string;
|
|
1643
|
+
countryCode: string;
|
|
1644
|
+
}[];
|
|
1059
1645
|
flagEmoji: string;
|
|
1060
1646
|
name: string;
|
|
1061
1647
|
currency: string;
|
|
1062
1648
|
currencyCode: string;
|
|
1063
1649
|
currencySymbol: string;
|
|
1064
1650
|
officialLanguage: string;
|
|
1065
|
-
majorEthnicGroups:
|
|
1651
|
+
majorEthnicGroups: string[];
|
|
1652
|
+
timezones: {
|
|
1653
|
+
iana: string;
|
|
1654
|
+
gmtOffset: string;
|
|
1655
|
+
}[];
|
|
1066
1656
|
} | {
|
|
1067
|
-
|
|
1657
|
+
states: unknown[];
|
|
1068
1658
|
countryCode: string;
|
|
1069
1659
|
phoneCode: number;
|
|
1070
1660
|
capitalCity: string;
|
|
1071
|
-
colonialMaster:
|
|
1661
|
+
colonialMaster: {
|
|
1662
|
+
name: string;
|
|
1663
|
+
countryCode: string;
|
|
1664
|
+
}[];
|
|
1072
1665
|
flagEmoji: string;
|
|
1073
1666
|
name: string;
|
|
1074
1667
|
currency: string;
|
|
1075
1668
|
currencyCode: string;
|
|
1076
1669
|
currencySymbol: string;
|
|
1077
1670
|
officialLanguage: string;
|
|
1078
|
-
majorEthnicGroups:
|
|
1671
|
+
majorEthnicGroups: string[];
|
|
1672
|
+
timezones: {
|
|
1673
|
+
iana: string;
|
|
1674
|
+
gmtOffset: string;
|
|
1675
|
+
}[];
|
|
1079
1676
|
} | {
|
|
1080
|
-
|
|
1677
|
+
states: unknown[];
|
|
1081
1678
|
countryCode: string;
|
|
1082
1679
|
phoneCode: number;
|
|
1083
1680
|
capitalCity: string;
|
|
1084
|
-
colonialMaster:
|
|
1681
|
+
colonialMaster: {
|
|
1682
|
+
name: string;
|
|
1683
|
+
countryCode: string;
|
|
1684
|
+
}[];
|
|
1085
1685
|
flagEmoji: string;
|
|
1086
1686
|
name: string;
|
|
1087
1687
|
currency: string;
|
|
1088
1688
|
currencyCode: string;
|
|
1089
1689
|
currencySymbol: string;
|
|
1090
1690
|
officialLanguage: string;
|
|
1091
|
-
majorEthnicGroups:
|
|
1691
|
+
majorEthnicGroups: string[];
|
|
1692
|
+
timezones: {
|
|
1693
|
+
iana: string;
|
|
1694
|
+
gmtOffset: string;
|
|
1695
|
+
}[];
|
|
1092
1696
|
} | {
|
|
1093
|
-
|
|
1697
|
+
states: unknown[];
|
|
1094
1698
|
countryCode: string;
|
|
1095
1699
|
phoneCode: number;
|
|
1096
1700
|
capitalCity: string;
|
|
1097
|
-
colonialMaster:
|
|
1701
|
+
colonialMaster: {
|
|
1702
|
+
name: string;
|
|
1703
|
+
countryCode: string;
|
|
1704
|
+
}[];
|
|
1098
1705
|
flagEmoji: string;
|
|
1099
1706
|
name: string;
|
|
1100
1707
|
currency: string;
|
|
1101
1708
|
currencyCode: string;
|
|
1102
1709
|
currencySymbol: string;
|
|
1103
1710
|
officialLanguage: string;
|
|
1104
|
-
majorEthnicGroups:
|
|
1711
|
+
majorEthnicGroups: string[];
|
|
1712
|
+
timezones: {
|
|
1713
|
+
iana: string;
|
|
1714
|
+
gmtOffset: string;
|
|
1715
|
+
}[];
|
|
1105
1716
|
} | {
|
|
1106
|
-
|
|
1717
|
+
states: unknown[];
|
|
1107
1718
|
countryCode: string;
|
|
1108
1719
|
phoneCode: number;
|
|
1109
1720
|
capitalCity: string;
|
|
1110
|
-
colonialMaster:
|
|
1721
|
+
colonialMaster: {
|
|
1722
|
+
name: string;
|
|
1723
|
+
countryCode: string;
|
|
1724
|
+
}[];
|
|
1111
1725
|
flagEmoji: string;
|
|
1112
1726
|
name: string;
|
|
1113
1727
|
currency: string;
|
|
1114
1728
|
currencyCode: string;
|
|
1115
1729
|
currencySymbol: string;
|
|
1116
1730
|
officialLanguage: any;
|
|
1117
|
-
majorEthnicGroups:
|
|
1731
|
+
majorEthnicGroups: string[];
|
|
1732
|
+
timezones: {
|
|
1733
|
+
iana: string;
|
|
1734
|
+
gmtOffset: string;
|
|
1735
|
+
}[];
|
|
1118
1736
|
} | {
|
|
1119
|
-
|
|
1737
|
+
states: unknown[];
|
|
1120
1738
|
countryCode: string;
|
|
1121
1739
|
phoneCode: number;
|
|
1122
1740
|
capitalCity: string;
|
|
1123
|
-
colonialMaster:
|
|
1741
|
+
colonialMaster: {
|
|
1742
|
+
name: string;
|
|
1743
|
+
countryCode: string;
|
|
1744
|
+
}[];
|
|
1124
1745
|
flagEmoji: string;
|
|
1125
1746
|
name: string;
|
|
1126
1747
|
currency: string;
|
|
1127
1748
|
currencyCode: string;
|
|
1128
1749
|
currencySymbol: string;
|
|
1129
1750
|
officialLanguage: string;
|
|
1130
|
-
majorEthnicGroups:
|
|
1751
|
+
majorEthnicGroups: string[];
|
|
1752
|
+
timezones: {
|
|
1753
|
+
iana: string;
|
|
1754
|
+
gmtOffset: string;
|
|
1755
|
+
}[];
|
|
1131
1756
|
} | {
|
|
1132
|
-
|
|
1757
|
+
states: unknown[];
|
|
1133
1758
|
countryCode: string;
|
|
1134
1759
|
phoneCode: number;
|
|
1135
1760
|
capitalCity: string;
|
|
1136
|
-
colonialMaster:
|
|
1761
|
+
colonialMaster: {
|
|
1762
|
+
name: string;
|
|
1763
|
+
countryCode: string;
|
|
1764
|
+
}[];
|
|
1137
1765
|
flagEmoji: string;
|
|
1138
1766
|
name: string;
|
|
1139
1767
|
currency: string;
|
|
@@ -1141,77 +1769,119 @@ declare function getCountriesAndTribalData(countryCode: string): Promise<({
|
|
|
1141
1769
|
currencySymbol: string;
|
|
1142
1770
|
officialLanguage: string;
|
|
1143
1771
|
majorEthnicGroups: string[];
|
|
1772
|
+
timezones: {
|
|
1773
|
+
iana: string;
|
|
1774
|
+
gmtOffset: string;
|
|
1775
|
+
}[];
|
|
1144
1776
|
} | {
|
|
1145
|
-
|
|
1777
|
+
states: unknown[];
|
|
1146
1778
|
countryCode: string;
|
|
1147
1779
|
phoneCode: number;
|
|
1148
1780
|
capitalCity: string;
|
|
1149
|
-
colonialMaster:
|
|
1781
|
+
colonialMaster: {
|
|
1782
|
+
name: string;
|
|
1783
|
+
countryCode: string;
|
|
1784
|
+
}[];
|
|
1150
1785
|
flagEmoji: string;
|
|
1151
1786
|
name: string;
|
|
1152
1787
|
currency: string;
|
|
1153
1788
|
currencyCode: string;
|
|
1154
1789
|
currencySymbol: string;
|
|
1155
1790
|
officialLanguage: string;
|
|
1156
|
-
majorEthnicGroups:
|
|
1791
|
+
majorEthnicGroups: string[];
|
|
1792
|
+
timezones: {
|
|
1793
|
+
iana: string;
|
|
1794
|
+
gmtOffset: string;
|
|
1795
|
+
}[];
|
|
1157
1796
|
} | {
|
|
1158
|
-
|
|
1797
|
+
states: unknown[];
|
|
1159
1798
|
countryCode: string;
|
|
1160
1799
|
phoneCode: number;
|
|
1161
1800
|
capitalCity: string;
|
|
1162
|
-
colonialMaster:
|
|
1801
|
+
colonialMaster: {
|
|
1802
|
+
name: string;
|
|
1803
|
+
countryCode: string;
|
|
1804
|
+
}[];
|
|
1163
1805
|
flagEmoji: string;
|
|
1164
1806
|
name: string;
|
|
1165
1807
|
currency: string;
|
|
1166
1808
|
currencyCode: string;
|
|
1167
1809
|
currencySymbol: string;
|
|
1168
1810
|
officialLanguage: string;
|
|
1169
|
-
majorEthnicGroups:
|
|
1811
|
+
majorEthnicGroups: string[];
|
|
1812
|
+
timezones: {
|
|
1813
|
+
iana: string;
|
|
1814
|
+
gmtOffset: string;
|
|
1815
|
+
}[];
|
|
1170
1816
|
} | {
|
|
1171
|
-
|
|
1817
|
+
states: unknown[];
|
|
1172
1818
|
countryCode: string;
|
|
1173
1819
|
phoneCode: number;
|
|
1174
1820
|
capitalCity: string;
|
|
1175
|
-
colonialMaster:
|
|
1821
|
+
colonialMaster: {
|
|
1822
|
+
name: string;
|
|
1823
|
+
countryCode: string;
|
|
1824
|
+
}[];
|
|
1176
1825
|
flagEmoji: string;
|
|
1177
1826
|
name: string;
|
|
1178
1827
|
currency: string;
|
|
1179
1828
|
currencyCode: string;
|
|
1180
1829
|
currencySymbol: string;
|
|
1181
1830
|
officialLanguage: string;
|
|
1182
|
-
majorEthnicGroups:
|
|
1831
|
+
majorEthnicGroups: string[];
|
|
1832
|
+
timezones: {
|
|
1833
|
+
iana: string;
|
|
1834
|
+
gmtOffset: string;
|
|
1835
|
+
}[];
|
|
1183
1836
|
} | {
|
|
1184
|
-
|
|
1837
|
+
states: unknown[];
|
|
1185
1838
|
countryCode: string;
|
|
1186
1839
|
phoneCode: number;
|
|
1187
1840
|
capitalCity: string;
|
|
1188
|
-
colonialMaster:
|
|
1841
|
+
colonialMaster: {
|
|
1842
|
+
name: string;
|
|
1843
|
+
countryCode: string;
|
|
1844
|
+
}[];
|
|
1189
1845
|
flagEmoji: string;
|
|
1190
1846
|
name: string;
|
|
1191
1847
|
currency: string;
|
|
1192
1848
|
currencyCode: string;
|
|
1193
1849
|
currencySymbol: string;
|
|
1194
1850
|
officialLanguage: string;
|
|
1195
|
-
majorEthnicGroups:
|
|
1851
|
+
majorEthnicGroups: string[];
|
|
1852
|
+
timezones: {
|
|
1853
|
+
iana: string;
|
|
1854
|
+
gmtOffset: string;
|
|
1855
|
+
}[];
|
|
1196
1856
|
} | {
|
|
1197
|
-
|
|
1857
|
+
states: unknown[];
|
|
1198
1858
|
countryCode: string;
|
|
1199
1859
|
phoneCode: number;
|
|
1200
1860
|
capitalCity: string;
|
|
1201
|
-
colonialMaster:
|
|
1861
|
+
colonialMaster: {
|
|
1862
|
+
name: string;
|
|
1863
|
+
countryCode: string;
|
|
1864
|
+
}[];
|
|
1202
1865
|
flagEmoji: string;
|
|
1203
1866
|
name: string;
|
|
1204
1867
|
currency: string;
|
|
1205
1868
|
currencyCode: string;
|
|
1206
1869
|
currencySymbol: string;
|
|
1207
1870
|
officialLanguage: string;
|
|
1208
|
-
majorEthnicGroups:
|
|
1871
|
+
majorEthnicGroups: string[];
|
|
1872
|
+
timezones: {
|
|
1873
|
+
iana: string;
|
|
1874
|
+
gmtOffset: string;
|
|
1875
|
+
}[];
|
|
1209
1876
|
} | {
|
|
1210
|
-
|
|
1877
|
+
states: unknown[];
|
|
1211
1878
|
countryCode: string;
|
|
1212
1879
|
phoneCode: number;
|
|
1213
1880
|
capitalCity: string;
|
|
1214
|
-
colonialMaster:
|
|
1881
|
+
colonialMaster: {
|
|
1882
|
+
name: string;
|
|
1883
|
+
countryCode: string;
|
|
1884
|
+
}[];
|
|
1215
1885
|
flagEmoji: string;
|
|
1216
1886
|
name: string;
|
|
1217
1887
|
currency: string;
|
|
@@ -1219,64 +1889,99 @@ declare function getCountriesAndTribalData(countryCode: string): Promise<({
|
|
|
1219
1889
|
currencySymbol: string;
|
|
1220
1890
|
officialLanguage: string;
|
|
1221
1891
|
majorEthnicGroups: string[];
|
|
1892
|
+
timezones: {
|
|
1893
|
+
iana: string;
|
|
1894
|
+
gmtOffset: string;
|
|
1895
|
+
}[];
|
|
1222
1896
|
} | {
|
|
1223
|
-
|
|
1897
|
+
states: unknown[];
|
|
1224
1898
|
countryCode: string;
|
|
1225
1899
|
phoneCode: number;
|
|
1226
1900
|
capitalCity: string;
|
|
1227
|
-
colonialMaster:
|
|
1901
|
+
colonialMaster: {
|
|
1902
|
+
name: string;
|
|
1903
|
+
countryCode: string;
|
|
1904
|
+
}[];
|
|
1228
1905
|
flagEmoji: string;
|
|
1229
1906
|
name: string;
|
|
1230
1907
|
currency: string;
|
|
1231
1908
|
currencyCode: string;
|
|
1232
1909
|
currencySymbol: string;
|
|
1233
1910
|
officialLanguage: string;
|
|
1234
|
-
majorEthnicGroups:
|
|
1911
|
+
majorEthnicGroups: string[];
|
|
1912
|
+
timezones: {
|
|
1913
|
+
iana: string;
|
|
1914
|
+
gmtOffset: string;
|
|
1915
|
+
}[];
|
|
1235
1916
|
} | {
|
|
1236
|
-
|
|
1917
|
+
states: unknown[];
|
|
1237
1918
|
countryCode: string;
|
|
1238
1919
|
phoneCode: number;
|
|
1239
1920
|
capitalCity: string;
|
|
1240
|
-
colonialMaster:
|
|
1921
|
+
colonialMaster: {
|
|
1922
|
+
name: string;
|
|
1923
|
+
countryCode: string;
|
|
1924
|
+
}[];
|
|
1241
1925
|
flagEmoji: string;
|
|
1242
1926
|
name: string;
|
|
1243
1927
|
currency: string;
|
|
1244
1928
|
currencyCode: string;
|
|
1245
1929
|
currencySymbol: string;
|
|
1246
1930
|
officialLanguage: string;
|
|
1247
|
-
majorEthnicGroups:
|
|
1931
|
+
majorEthnicGroups: string[];
|
|
1932
|
+
timezones: {
|
|
1933
|
+
iana: string;
|
|
1934
|
+
gmtOffset: string;
|
|
1935
|
+
}[];
|
|
1248
1936
|
} | {
|
|
1249
|
-
|
|
1937
|
+
states: unknown[];
|
|
1250
1938
|
countryCode: string;
|
|
1251
1939
|
phoneCode: number;
|
|
1252
1940
|
capitalCity: string;
|
|
1253
|
-
colonialMaster:
|
|
1941
|
+
colonialMaster: {
|
|
1942
|
+
name: string;
|
|
1943
|
+
countryCode: string;
|
|
1944
|
+
}[];
|
|
1254
1945
|
flagEmoji: string;
|
|
1255
1946
|
name: string;
|
|
1256
1947
|
currency: string;
|
|
1257
1948
|
currencyCode: string;
|
|
1258
1949
|
currencySymbol: string;
|
|
1259
1950
|
officialLanguage: string;
|
|
1260
|
-
majorEthnicGroups:
|
|
1951
|
+
majorEthnicGroups: string[];
|
|
1952
|
+
timezones: {
|
|
1953
|
+
iana: string;
|
|
1954
|
+
gmtOffset: string;
|
|
1955
|
+
}[];
|
|
1261
1956
|
} | {
|
|
1262
|
-
|
|
1957
|
+
states: unknown[];
|
|
1263
1958
|
countryCode: string;
|
|
1264
1959
|
phoneCode: number;
|
|
1265
1960
|
capitalCity: string;
|
|
1266
|
-
colonialMaster:
|
|
1961
|
+
colonialMaster: {
|
|
1962
|
+
name: string;
|
|
1963
|
+
countryCode: string;
|
|
1964
|
+
}[];
|
|
1267
1965
|
flagEmoji: string;
|
|
1268
1966
|
name: string;
|
|
1269
1967
|
currency: string;
|
|
1270
1968
|
currencyCode: string;
|
|
1271
1969
|
currencySymbol: string;
|
|
1272
1970
|
officialLanguage: string;
|
|
1273
|
-
majorEthnicGroups:
|
|
1971
|
+
majorEthnicGroups: string[];
|
|
1972
|
+
timezones: {
|
|
1973
|
+
iana: string;
|
|
1974
|
+
gmtOffset: string;
|
|
1975
|
+
}[];
|
|
1274
1976
|
} | {
|
|
1275
|
-
|
|
1977
|
+
states: unknown[];
|
|
1276
1978
|
countryCode: string;
|
|
1277
1979
|
phoneCode: number;
|
|
1278
1980
|
capitalCity: string;
|
|
1279
|
-
colonialMaster:
|
|
1981
|
+
colonialMaster: {
|
|
1982
|
+
name: string;
|
|
1983
|
+
countryCode: string;
|
|
1984
|
+
}[];
|
|
1280
1985
|
flagEmoji: string;
|
|
1281
1986
|
name: string;
|
|
1282
1987
|
currency: string;
|
|
@@ -1284,51 +1989,79 @@ declare function getCountriesAndTribalData(countryCode: string): Promise<({
|
|
|
1284
1989
|
currencySymbol: string;
|
|
1285
1990
|
officialLanguage: string;
|
|
1286
1991
|
majorEthnicGroups: string[];
|
|
1992
|
+
timezones: {
|
|
1993
|
+
iana: string;
|
|
1994
|
+
gmtOffset: string;
|
|
1995
|
+
}[];
|
|
1287
1996
|
} | {
|
|
1288
|
-
|
|
1997
|
+
states: unknown[];
|
|
1289
1998
|
countryCode: string;
|
|
1290
1999
|
phoneCode: number;
|
|
1291
2000
|
capitalCity: string;
|
|
1292
|
-
colonialMaster:
|
|
2001
|
+
colonialMaster: {
|
|
2002
|
+
name: string;
|
|
2003
|
+
countryCode: string;
|
|
2004
|
+
}[];
|
|
1293
2005
|
flagEmoji: string;
|
|
1294
2006
|
name: string;
|
|
1295
2007
|
currency: string;
|
|
1296
2008
|
currencyCode: string;
|
|
1297
2009
|
currencySymbol: string;
|
|
1298
2010
|
officialLanguage: string;
|
|
1299
|
-
majorEthnicGroups:
|
|
2011
|
+
majorEthnicGroups: string[];
|
|
2012
|
+
timezones: {
|
|
2013
|
+
iana: string;
|
|
2014
|
+
gmtOffset: string;
|
|
2015
|
+
}[];
|
|
1300
2016
|
} | {
|
|
1301
|
-
|
|
2017
|
+
states: unknown[];
|
|
1302
2018
|
countryCode: string;
|
|
1303
2019
|
phoneCode: number;
|
|
1304
2020
|
capitalCity: string;
|
|
1305
|
-
colonialMaster:
|
|
2021
|
+
colonialMaster: {
|
|
2022
|
+
name: string;
|
|
2023
|
+
countryCode: string;
|
|
2024
|
+
}[];
|
|
1306
2025
|
flagEmoji: string;
|
|
1307
2026
|
name: string;
|
|
1308
2027
|
currency: string;
|
|
1309
2028
|
currencyCode: string;
|
|
1310
2029
|
currencySymbol: string;
|
|
1311
2030
|
officialLanguage: string;
|
|
1312
|
-
majorEthnicGroups:
|
|
2031
|
+
majorEthnicGroups: string[];
|
|
2032
|
+
timezones: {
|
|
2033
|
+
iana: string;
|
|
2034
|
+
gmtOffset: string;
|
|
2035
|
+
}[];
|
|
1313
2036
|
} | {
|
|
1314
|
-
|
|
2037
|
+
states: unknown[];
|
|
1315
2038
|
countryCode: string;
|
|
1316
2039
|
phoneCode: number;
|
|
1317
2040
|
capitalCity: string;
|
|
1318
|
-
colonialMaster:
|
|
2041
|
+
colonialMaster: {
|
|
2042
|
+
name: string;
|
|
2043
|
+
countryCode: string;
|
|
2044
|
+
}[];
|
|
1319
2045
|
flagEmoji: string;
|
|
1320
2046
|
name: string;
|
|
1321
2047
|
currency: string;
|
|
1322
2048
|
currencyCode: string;
|
|
1323
2049
|
currencySymbol: string;
|
|
1324
2050
|
officialLanguage: string;
|
|
1325
|
-
majorEthnicGroups:
|
|
2051
|
+
majorEthnicGroups: string[];
|
|
2052
|
+
timezones: {
|
|
2053
|
+
iana: string;
|
|
2054
|
+
gmtOffset: string;
|
|
2055
|
+
}[];
|
|
1326
2056
|
} | {
|
|
1327
|
-
|
|
2057
|
+
states: unknown[];
|
|
1328
2058
|
countryCode: string;
|
|
1329
2059
|
phoneCode: number;
|
|
1330
2060
|
capitalCity: string;
|
|
1331
|
-
colonialMaster:
|
|
2061
|
+
colonialMaster: {
|
|
2062
|
+
name: string;
|
|
2063
|
+
countryCode: string;
|
|
2064
|
+
}[];
|
|
1332
2065
|
flagEmoji: string;
|
|
1333
2066
|
name: string;
|
|
1334
2067
|
currency: string;
|
|
@@ -1336,22 +2069,33 @@ declare function getCountriesAndTribalData(countryCode: string): Promise<({
|
|
|
1336
2069
|
currencySymbol: string;
|
|
1337
2070
|
officialLanguage: string;
|
|
1338
2071
|
majorEthnicGroups: string[];
|
|
2072
|
+
timezones: {
|
|
2073
|
+
iana: string;
|
|
2074
|
+
gmtOffset: string;
|
|
2075
|
+
}[];
|
|
1339
2076
|
} | {
|
|
1340
|
-
|
|
2077
|
+
states: unknown[];
|
|
1341
2078
|
countryCode: string;
|
|
1342
2079
|
phoneCode: number;
|
|
1343
2080
|
capitalCity: string;
|
|
1344
|
-
colonialMaster:
|
|
2081
|
+
colonialMaster: {
|
|
2082
|
+
name: string;
|
|
2083
|
+
countryCode: string;
|
|
2084
|
+
}[];
|
|
1345
2085
|
flagEmoji: string;
|
|
1346
2086
|
name: string;
|
|
1347
2087
|
currency: string;
|
|
1348
2088
|
currencyCode: string;
|
|
1349
2089
|
currencySymbol: string;
|
|
1350
2090
|
officialLanguage: string;
|
|
1351
|
-
majorEthnicGroups:
|
|
2091
|
+
majorEthnicGroups: string[];
|
|
2092
|
+
timezones: {
|
|
2093
|
+
iana: string;
|
|
2094
|
+
gmtOffset: string;
|
|
2095
|
+
}[];
|
|
1352
2096
|
})[]>;
|
|
1353
2097
|
declare function getCountry(countryCode: string): Promise<{}>;
|
|
1354
|
-
declare function
|
|
1355
|
-
declare function
|
|
2098
|
+
declare function getCountryAndState(countryCode: string): Promise<{}>;
|
|
2099
|
+
declare function getCountryStates(countryCode: string): Promise<unknown[]>;
|
|
1356
2100
|
|
|
1357
|
-
export { getCountries,
|
|
2101
|
+
export { getCountries, getCountriesAndStates, getCountry, getCountryAndState, getCountryStates };
|