@silexpert/core 1.3.99-4 → 1.3.100
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/cjs/types/Enum/Phone.d.ts +200 -0
- package/dist/cjs/types/Enum/Phone.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Phone.js +202 -2
- package/dist/cjs/types/Enum/Phone.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +16 -16
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Form/FormConnector.d.ts +0 -1
- package/dist/cjs/types/Form/FormConnector.d.ts.map +1 -1
- package/dist/cjs/types/Form/FormConnector.js +0 -70
- package/dist/cjs/types/Form/FormConnector.js.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js +6 -0
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/mjs/types/Enum/Phone.d.ts +200 -0
- package/dist/mjs/types/Enum/Phone.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Phone.js +202 -2
- package/dist/mjs/types/Enum/Phone.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +16 -16
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Form/FormConnector.d.ts +0 -1
- package/dist/mjs/types/Form/FormConnector.d.ts.map +1 -1
- package/dist/mjs/types/Form/FormConnector.js +11 -71
- package/dist/mjs/types/Form/FormConnector.js.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js +8 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/Phone.ts +202 -2
- package/ts/types/Enum/PrestationType.ts +16 -16
- package/ts/types/Form/FormConnector.ts +11 -26
- package/ts/types/Interface/api/library/QueryLibrary.ts +6 -1
- package/dist/cjs/api/resources/Sellsy.d.ts +0 -19
- package/dist/cjs/api/resources/Sellsy.d.ts.map +0 -1
- package/dist/cjs/api/resources/Sellsy.js +0 -20
- package/dist/cjs/api/resources/Sellsy.js.map +0 -1
- package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.d.ts +0 -12
- package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.js +0 -3
- package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.js.map +0 -1
- package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts +0 -11
- package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.js +0 -3
- package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.js.map +0 -1
- package/dist/mjs/api/resources/Sellsy.d.ts +0 -19
- package/dist/mjs/api/resources/Sellsy.d.ts.map +0 -1
- package/dist/mjs/api/resources/Sellsy.js +0 -16
- package/dist/mjs/api/resources/Sellsy.js.map +0 -1
- package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.d.ts +0 -12
- package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.js +0 -2
- package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.js.map +0 -1
- package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts +0 -11
- package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.js +0 -2
- package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.js.map +0 -1
- package/ts/api/resources/Sellsy.ts +0 -24
- package/ts/types/Interface/api/connector/OAuthTokenRequest.ts +0 -12
- package/ts/types/Interface/api/sellsy/SellsyConnectionStatus.ts +0 -10
|
@@ -3,1001 +3,1201 @@ export declare const PhonePrefix: {
|
|
|
3
3
|
id: number;
|
|
4
4
|
prefix: string;
|
|
5
5
|
text: string;
|
|
6
|
+
timezone: string;
|
|
6
7
|
};
|
|
7
8
|
GUADELOUPE: {
|
|
8
9
|
id: number;
|
|
9
10
|
prefix: string;
|
|
10
11
|
text: string;
|
|
12
|
+
timezone: string;
|
|
11
13
|
};
|
|
12
14
|
GUYANA: {
|
|
13
15
|
id: number;
|
|
14
16
|
prefix: string;
|
|
15
17
|
text: string;
|
|
18
|
+
timezone: string;
|
|
16
19
|
};
|
|
17
20
|
MARTINIQUE: {
|
|
18
21
|
id: number;
|
|
19
22
|
prefix: string;
|
|
20
23
|
text: string;
|
|
24
|
+
timezone: string;
|
|
21
25
|
};
|
|
22
26
|
NEWCALEDONIA: {
|
|
23
27
|
id: number;
|
|
24
28
|
prefix: string;
|
|
25
29
|
text: string;
|
|
30
|
+
timezone: string;
|
|
26
31
|
};
|
|
27
32
|
REUNION: {
|
|
28
33
|
id: number;
|
|
29
34
|
prefix: string;
|
|
30
35
|
text: string;
|
|
36
|
+
timezone: string;
|
|
31
37
|
};
|
|
32
38
|
GERMANY: {
|
|
33
39
|
id: number;
|
|
34
40
|
prefix: string;
|
|
35
41
|
text: string;
|
|
42
|
+
timezone: string;
|
|
36
43
|
};
|
|
37
44
|
LUXEMBOURG: {
|
|
38
45
|
id: number;
|
|
39
46
|
prefix: string;
|
|
40
47
|
text: string;
|
|
48
|
+
timezone: string;
|
|
41
49
|
};
|
|
42
50
|
BELGIUM: {
|
|
43
51
|
id: number;
|
|
44
52
|
prefix: string;
|
|
45
53
|
text: string;
|
|
54
|
+
timezone: string;
|
|
46
55
|
};
|
|
47
56
|
ITALY: {
|
|
48
57
|
id: number;
|
|
49
58
|
prefix: string;
|
|
50
59
|
text: string;
|
|
60
|
+
timezone: string;
|
|
51
61
|
};
|
|
52
62
|
SPAIN: {
|
|
53
63
|
id: number;
|
|
54
64
|
prefix: string;
|
|
55
65
|
text: string;
|
|
66
|
+
timezone: string;
|
|
56
67
|
};
|
|
57
68
|
SWITZERLAND: {
|
|
58
69
|
id: number;
|
|
59
70
|
prefix: string;
|
|
60
71
|
text: string;
|
|
72
|
+
timezone: string;
|
|
61
73
|
};
|
|
62
74
|
UNITEDKINGDOM: {
|
|
63
75
|
id: number;
|
|
64
76
|
prefix: string;
|
|
65
77
|
text: string;
|
|
78
|
+
timezone: string;
|
|
66
79
|
};
|
|
67
80
|
NETHERLANDS: {
|
|
68
81
|
id: number;
|
|
69
82
|
prefix: string;
|
|
70
83
|
text: string;
|
|
84
|
+
timezone: string;
|
|
71
85
|
};
|
|
72
86
|
UKRAINE: {
|
|
73
87
|
id: number;
|
|
74
88
|
prefix: string;
|
|
75
89
|
text: string;
|
|
90
|
+
timezone: string;
|
|
76
91
|
};
|
|
77
92
|
GREECE: {
|
|
78
93
|
id: number;
|
|
79
94
|
prefix: string;
|
|
80
95
|
text: string;
|
|
96
|
+
timezone: string;
|
|
81
97
|
};
|
|
82
98
|
POLAND: {
|
|
83
99
|
id: number;
|
|
84
100
|
prefix: string;
|
|
85
101
|
text: string;
|
|
102
|
+
timezone: string;
|
|
86
103
|
};
|
|
87
104
|
AUSTRIA: {
|
|
88
105
|
id: number;
|
|
89
106
|
prefix: string;
|
|
90
107
|
text: string;
|
|
108
|
+
timezone: string;
|
|
91
109
|
};
|
|
92
110
|
SWEDEN: {
|
|
93
111
|
id: number;
|
|
94
112
|
prefix: string;
|
|
95
113
|
text: string;
|
|
114
|
+
timezone: string;
|
|
96
115
|
};
|
|
97
116
|
NORWAY: {
|
|
98
117
|
id: number;
|
|
99
118
|
prefix: string;
|
|
100
119
|
text: string;
|
|
120
|
+
timezone: string;
|
|
101
121
|
};
|
|
102
122
|
IRELAND: {
|
|
103
123
|
id: number;
|
|
104
124
|
prefix: string;
|
|
105
125
|
text: string;
|
|
126
|
+
timezone: string;
|
|
106
127
|
};
|
|
107
128
|
DENMARK: {
|
|
108
129
|
id: number;
|
|
109
130
|
prefix: string;
|
|
110
131
|
text: string;
|
|
132
|
+
timezone: string;
|
|
111
133
|
};
|
|
112
134
|
CROATIA: {
|
|
113
135
|
id: number;
|
|
114
136
|
prefix: string;
|
|
115
137
|
text: string;
|
|
138
|
+
timezone: string;
|
|
116
139
|
};
|
|
117
140
|
ROMANIA: {
|
|
118
141
|
id: number;
|
|
119
142
|
prefix: string;
|
|
120
143
|
text: string;
|
|
144
|
+
timezone: string;
|
|
121
145
|
};
|
|
122
146
|
ICELAND: {
|
|
123
147
|
id: number;
|
|
124
148
|
prefix: string;
|
|
125
149
|
text: string;
|
|
150
|
+
timezone: string;
|
|
126
151
|
};
|
|
127
152
|
SERBIA: {
|
|
128
153
|
id: number;
|
|
129
154
|
prefix: string;
|
|
130
155
|
text: string;
|
|
156
|
+
timezone: string;
|
|
131
157
|
};
|
|
132
158
|
FINLAND: {
|
|
133
159
|
id: number;
|
|
134
160
|
prefix: string;
|
|
135
161
|
text: string;
|
|
162
|
+
timezone: string;
|
|
136
163
|
};
|
|
137
164
|
MALTA: {
|
|
138
165
|
id: number;
|
|
139
166
|
prefix: string;
|
|
140
167
|
text: string;
|
|
168
|
+
timezone: string;
|
|
141
169
|
};
|
|
142
170
|
BULGARIA: {
|
|
143
171
|
id: number;
|
|
144
172
|
prefix: string;
|
|
145
173
|
text: string;
|
|
174
|
+
timezone: string;
|
|
146
175
|
};
|
|
147
176
|
HUNGARY: {
|
|
148
177
|
id: number;
|
|
149
178
|
prefix: string;
|
|
150
179
|
text: string;
|
|
180
|
+
timezone: string;
|
|
151
181
|
};
|
|
152
182
|
ALBANIA: {
|
|
153
183
|
id: number;
|
|
154
184
|
prefix: string;
|
|
155
185
|
text: string;
|
|
186
|
+
timezone: string;
|
|
156
187
|
};
|
|
157
188
|
AFGHANISTAN: {
|
|
158
189
|
id: number;
|
|
159
190
|
prefix: string;
|
|
160
191
|
text: string;
|
|
192
|
+
timezone: string;
|
|
161
193
|
};
|
|
162
194
|
SOUTHAFRICA: {
|
|
163
195
|
id: number;
|
|
164
196
|
prefix: string;
|
|
165
197
|
text: string;
|
|
198
|
+
timezone: string;
|
|
166
199
|
};
|
|
167
200
|
ALGERIA: {
|
|
168
201
|
id: number;
|
|
169
202
|
prefix: string;
|
|
170
203
|
text: string;
|
|
204
|
+
timezone: string;
|
|
171
205
|
};
|
|
172
206
|
ANDORRA: {
|
|
173
207
|
id: number;
|
|
174
208
|
prefix: string;
|
|
175
209
|
text: string;
|
|
210
|
+
timezone: string;
|
|
176
211
|
};
|
|
177
212
|
ANGOLA: {
|
|
178
213
|
id: number;
|
|
179
214
|
prefix: string;
|
|
180
215
|
text: string;
|
|
216
|
+
timezone: string;
|
|
181
217
|
};
|
|
182
218
|
ANTIGUAETBARBUDA: {
|
|
183
219
|
id: number;
|
|
184
220
|
prefix: string;
|
|
185
221
|
text: string;
|
|
222
|
+
timezone: string;
|
|
186
223
|
};
|
|
187
224
|
SAUDIARABIA: {
|
|
188
225
|
id: number;
|
|
189
226
|
prefix: string;
|
|
190
227
|
text: string;
|
|
228
|
+
timezone: string;
|
|
191
229
|
};
|
|
192
230
|
ARGENTINA: {
|
|
193
231
|
id: number;
|
|
194
232
|
prefix: string;
|
|
195
233
|
text: string;
|
|
234
|
+
timezone: string;
|
|
196
235
|
};
|
|
197
236
|
ARMENIA: {
|
|
198
237
|
id: number;
|
|
199
238
|
prefix: string;
|
|
200
239
|
text: string;
|
|
240
|
+
timezone: string;
|
|
201
241
|
};
|
|
202
242
|
AUSTRALIA: {
|
|
203
243
|
id: number;
|
|
204
244
|
prefix: string;
|
|
205
245
|
text: string;
|
|
246
|
+
timezone: string;
|
|
206
247
|
};
|
|
207
248
|
AZERBAIJAN: {
|
|
208
249
|
id: number;
|
|
209
250
|
prefix: string;
|
|
210
251
|
text: string;
|
|
252
|
+
timezone: string;
|
|
211
253
|
};
|
|
212
254
|
BAHAMAS: {
|
|
213
255
|
id: number;
|
|
214
256
|
prefix: string;
|
|
215
257
|
text: string;
|
|
258
|
+
timezone: string;
|
|
216
259
|
};
|
|
217
260
|
BAHRAIN: {
|
|
218
261
|
id: number;
|
|
219
262
|
prefix: string;
|
|
220
263
|
text: string;
|
|
264
|
+
timezone: string;
|
|
221
265
|
};
|
|
222
266
|
BANGLADESH: {
|
|
223
267
|
id: number;
|
|
224
268
|
prefix: string;
|
|
225
269
|
text: string;
|
|
270
|
+
timezone: string;
|
|
226
271
|
};
|
|
227
272
|
BARBADOS: {
|
|
228
273
|
id: number;
|
|
229
274
|
prefix: string;
|
|
230
275
|
text: string;
|
|
276
|
+
timezone: string;
|
|
231
277
|
};
|
|
232
278
|
BELIZE: {
|
|
233
279
|
id: number;
|
|
234
280
|
prefix: string;
|
|
235
281
|
text: string;
|
|
282
|
+
timezone: string;
|
|
236
283
|
};
|
|
237
284
|
BENIN: {
|
|
238
285
|
id: number;
|
|
239
286
|
prefix: string;
|
|
240
287
|
text: string;
|
|
288
|
+
timezone: string;
|
|
241
289
|
};
|
|
242
290
|
BHUTAN: {
|
|
243
291
|
id: number;
|
|
244
292
|
prefix: string;
|
|
245
293
|
text: string;
|
|
294
|
+
timezone: string;
|
|
246
295
|
};
|
|
247
296
|
BELARUS: {
|
|
248
297
|
id: number;
|
|
249
298
|
prefix: string;
|
|
250
299
|
text: string;
|
|
300
|
+
timezone: string;
|
|
251
301
|
};
|
|
252
302
|
BURMA: {
|
|
253
303
|
id: number;
|
|
254
304
|
prefix: string;
|
|
255
305
|
text: string;
|
|
306
|
+
timezone: string;
|
|
256
307
|
};
|
|
257
308
|
BOLIVIA: {
|
|
258
309
|
id: number;
|
|
259
310
|
prefix: string;
|
|
260
311
|
text: string;
|
|
312
|
+
timezone: string;
|
|
261
313
|
};
|
|
262
314
|
BOSNIAANDHERZEGOVINA: {
|
|
263
315
|
id: number;
|
|
264
316
|
prefix: string;
|
|
265
317
|
text: string;
|
|
318
|
+
timezone: string;
|
|
266
319
|
};
|
|
267
320
|
BOTSWANA: {
|
|
268
321
|
id: number;
|
|
269
322
|
prefix: string;
|
|
270
323
|
text: string;
|
|
324
|
+
timezone: string;
|
|
271
325
|
};
|
|
272
326
|
BRAZIL: {
|
|
273
327
|
id: number;
|
|
274
328
|
prefix: string;
|
|
275
329
|
text: string;
|
|
330
|
+
timezone: string;
|
|
276
331
|
};
|
|
277
332
|
BRUNEIDARUSSALAM: {
|
|
278
333
|
id: number;
|
|
279
334
|
prefix: string;
|
|
280
335
|
text: string;
|
|
336
|
+
timezone: string;
|
|
281
337
|
};
|
|
282
338
|
BURKINAFASO: {
|
|
283
339
|
id: number;
|
|
284
340
|
prefix: string;
|
|
285
341
|
text: string;
|
|
342
|
+
timezone: string;
|
|
286
343
|
};
|
|
287
344
|
BURUNDI: {
|
|
288
345
|
id: number;
|
|
289
346
|
prefix: string;
|
|
290
347
|
text: string;
|
|
348
|
+
timezone: string;
|
|
291
349
|
};
|
|
292
350
|
CAMBODIA: {
|
|
293
351
|
id: number;
|
|
294
352
|
prefix: string;
|
|
295
353
|
text: string;
|
|
354
|
+
timezone: string;
|
|
296
355
|
};
|
|
297
356
|
CAMEROON: {
|
|
298
357
|
id: number;
|
|
299
358
|
prefix: string;
|
|
300
359
|
text: string;
|
|
360
|
+
timezone: string;
|
|
301
361
|
};
|
|
302
362
|
CANADA: {
|
|
303
363
|
id: number;
|
|
304
364
|
prefix: string;
|
|
305
365
|
text: string;
|
|
366
|
+
timezone: string;
|
|
306
367
|
};
|
|
307
368
|
CAPEVERDE: {
|
|
308
369
|
id: number;
|
|
309
370
|
prefix: string;
|
|
310
371
|
text: string;
|
|
372
|
+
timezone: string;
|
|
311
373
|
};
|
|
312
374
|
CHILE: {
|
|
313
375
|
id: number;
|
|
314
376
|
prefix: string;
|
|
315
377
|
text: string;
|
|
378
|
+
timezone: string;
|
|
316
379
|
};
|
|
317
380
|
CHINA: {
|
|
318
381
|
id: number;
|
|
319
382
|
prefix: string;
|
|
320
383
|
text: string;
|
|
384
|
+
timezone: string;
|
|
321
385
|
};
|
|
322
386
|
CYPRUS: {
|
|
323
387
|
id: number;
|
|
324
388
|
prefix: string;
|
|
325
389
|
text: string;
|
|
390
|
+
timezone: string;
|
|
326
391
|
};
|
|
327
392
|
COLOMBIA: {
|
|
328
393
|
id: number;
|
|
329
394
|
prefix: string;
|
|
330
395
|
text: string;
|
|
396
|
+
timezone: string;
|
|
331
397
|
};
|
|
332
398
|
COMOROS: {
|
|
333
399
|
id: number;
|
|
334
400
|
prefix: string;
|
|
335
401
|
text: string;
|
|
402
|
+
timezone: string;
|
|
336
403
|
};
|
|
337
404
|
CONGODEMOCRATICREPUBLICOF: {
|
|
338
405
|
id: number;
|
|
339
406
|
prefix: string;
|
|
340
407
|
text: string;
|
|
408
|
+
timezone: string;
|
|
341
409
|
};
|
|
342
410
|
CONGO: {
|
|
343
411
|
id: number;
|
|
344
412
|
prefix: string;
|
|
345
413
|
text: string;
|
|
414
|
+
timezone: string;
|
|
346
415
|
};
|
|
347
416
|
NORTHKOREA: {
|
|
348
417
|
id: number;
|
|
349
418
|
prefix: string;
|
|
350
419
|
text: string;
|
|
420
|
+
timezone: string;
|
|
351
421
|
};
|
|
352
422
|
SOUTHKOREA: {
|
|
353
423
|
id: number;
|
|
354
424
|
prefix: string;
|
|
355
425
|
text: string;
|
|
426
|
+
timezone: string;
|
|
356
427
|
};
|
|
357
428
|
COSTARICA: {
|
|
358
429
|
id: number;
|
|
359
430
|
prefix: string;
|
|
360
431
|
text: string;
|
|
432
|
+
timezone: string;
|
|
361
433
|
};
|
|
362
434
|
CÔTEDIVOIRE: {
|
|
363
435
|
id: number;
|
|
364
436
|
prefix: string;
|
|
365
437
|
text: string;
|
|
438
|
+
timezone: string;
|
|
366
439
|
};
|
|
367
440
|
CUBA: {
|
|
368
441
|
id: number;
|
|
369
442
|
prefix: string;
|
|
370
443
|
text: string;
|
|
444
|
+
timezone: string;
|
|
371
445
|
};
|
|
372
446
|
DJIBOUTI: {
|
|
373
447
|
id: number;
|
|
374
448
|
prefix: string;
|
|
375
449
|
text: string;
|
|
450
|
+
timezone: string;
|
|
376
451
|
};
|
|
377
452
|
DOMINICA: {
|
|
378
453
|
id: number;
|
|
379
454
|
prefix: string;
|
|
380
455
|
text: string;
|
|
456
|
+
timezone: string;
|
|
381
457
|
};
|
|
382
458
|
EGYPT: {
|
|
383
459
|
id: number;
|
|
384
460
|
prefix: string;
|
|
385
461
|
text: string;
|
|
462
|
+
timezone: string;
|
|
386
463
|
};
|
|
387
464
|
UNITEDARABEMIRATES: {
|
|
388
465
|
id: number;
|
|
389
466
|
prefix: string;
|
|
390
467
|
text: string;
|
|
468
|
+
timezone: string;
|
|
391
469
|
};
|
|
392
470
|
ECUADOR: {
|
|
393
471
|
id: number;
|
|
394
472
|
prefix: string;
|
|
395
473
|
text: string;
|
|
474
|
+
timezone: string;
|
|
396
475
|
};
|
|
397
476
|
ERITREA: {
|
|
398
477
|
id: number;
|
|
399
478
|
prefix: string;
|
|
400
479
|
text: string;
|
|
480
|
+
timezone: string;
|
|
401
481
|
};
|
|
402
482
|
ESTONIA: {
|
|
403
483
|
id: number;
|
|
404
484
|
prefix: string;
|
|
405
485
|
text: string;
|
|
486
|
+
timezone: string;
|
|
406
487
|
};
|
|
407
488
|
UNITEDSTATES: {
|
|
408
489
|
id: number;
|
|
409
490
|
prefix: string;
|
|
410
491
|
text: string;
|
|
492
|
+
timezone: string;
|
|
411
493
|
};
|
|
412
494
|
ETHIOPIA: {
|
|
413
495
|
id: number;
|
|
414
496
|
prefix: string;
|
|
415
497
|
text: string;
|
|
498
|
+
timezone: string;
|
|
416
499
|
};
|
|
417
500
|
FIJI: {
|
|
418
501
|
id: number;
|
|
419
502
|
prefix: string;
|
|
420
503
|
text: string;
|
|
504
|
+
timezone: string;
|
|
421
505
|
};
|
|
422
506
|
GABON: {
|
|
423
507
|
id: number;
|
|
424
508
|
prefix: string;
|
|
425
509
|
text: string;
|
|
510
|
+
timezone: string;
|
|
426
511
|
};
|
|
427
512
|
GAMBIA: {
|
|
428
513
|
id: number;
|
|
429
514
|
prefix: string;
|
|
430
515
|
text: string;
|
|
516
|
+
timezone: string;
|
|
431
517
|
};
|
|
432
518
|
GEORGIA: {
|
|
433
519
|
id: number;
|
|
434
520
|
prefix: string;
|
|
435
521
|
text: string;
|
|
522
|
+
timezone: string;
|
|
436
523
|
};
|
|
437
524
|
GHANA: {
|
|
438
525
|
id: number;
|
|
439
526
|
prefix: string;
|
|
440
527
|
text: string;
|
|
528
|
+
timezone: string;
|
|
441
529
|
};
|
|
442
530
|
GIBRALTAR: {
|
|
443
531
|
id: number;
|
|
444
532
|
prefix: string;
|
|
445
533
|
text: string;
|
|
534
|
+
timezone: string;
|
|
446
535
|
};
|
|
447
536
|
GRENADA: {
|
|
448
537
|
id: number;
|
|
449
538
|
prefix: string;
|
|
450
539
|
text: string;
|
|
540
|
+
timezone: string;
|
|
451
541
|
};
|
|
452
542
|
GREENLAND: {
|
|
453
543
|
id: number;
|
|
454
544
|
prefix: string;
|
|
455
545
|
text: string;
|
|
546
|
+
timezone: string;
|
|
456
547
|
};
|
|
457
548
|
GUAM: {
|
|
458
549
|
id: number;
|
|
459
550
|
prefix: string;
|
|
460
551
|
text: string;
|
|
552
|
+
timezone: string;
|
|
461
553
|
};
|
|
462
554
|
GUATEMALA: {
|
|
463
555
|
id: number;
|
|
464
556
|
prefix: string;
|
|
465
557
|
text: string;
|
|
558
|
+
timezone: string;
|
|
466
559
|
};
|
|
467
560
|
GUINEA: {
|
|
468
561
|
id: number;
|
|
469
562
|
prefix: string;
|
|
470
563
|
text: string;
|
|
564
|
+
timezone: string;
|
|
471
565
|
};
|
|
472
566
|
GUINEABISSAU: {
|
|
473
567
|
id: number;
|
|
474
568
|
prefix: string;
|
|
475
569
|
text: string;
|
|
570
|
+
timezone: string;
|
|
476
571
|
};
|
|
477
572
|
EQUATORIALGUINEA: {
|
|
478
573
|
id: number;
|
|
479
574
|
prefix: string;
|
|
480
575
|
text: string;
|
|
576
|
+
timezone: string;
|
|
481
577
|
};
|
|
482
578
|
HAITI: {
|
|
483
579
|
id: number;
|
|
484
580
|
prefix: string;
|
|
485
581
|
text: string;
|
|
582
|
+
timezone: string;
|
|
486
583
|
};
|
|
487
584
|
HONDURAS: {
|
|
488
585
|
id: number;
|
|
489
586
|
prefix: string;
|
|
490
587
|
text: string;
|
|
588
|
+
timezone: string;
|
|
491
589
|
};
|
|
492
590
|
HONGKONG: {
|
|
493
591
|
id: number;
|
|
494
592
|
prefix: string;
|
|
495
593
|
text: string;
|
|
594
|
+
timezone: string;
|
|
496
595
|
};
|
|
497
596
|
INDIA: {
|
|
498
597
|
id: number;
|
|
499
598
|
prefix: string;
|
|
500
599
|
text: string;
|
|
600
|
+
timezone: string;
|
|
501
601
|
};
|
|
502
602
|
INDONESIA: {
|
|
503
603
|
id: number;
|
|
504
604
|
prefix: string;
|
|
505
605
|
text: string;
|
|
606
|
+
timezone: string;
|
|
506
607
|
};
|
|
507
608
|
IRAQ: {
|
|
508
609
|
id: number;
|
|
509
610
|
prefix: string;
|
|
510
611
|
text: string;
|
|
612
|
+
timezone: string;
|
|
511
613
|
};
|
|
512
614
|
IRAN: {
|
|
513
615
|
id: number;
|
|
514
616
|
prefix: string;
|
|
515
617
|
text: string;
|
|
618
|
+
timezone: string;
|
|
516
619
|
};
|
|
517
620
|
ISRAEL: {
|
|
518
621
|
id: number;
|
|
519
622
|
prefix: string;
|
|
520
623
|
text: string;
|
|
624
|
+
timezone: string;
|
|
521
625
|
};
|
|
522
626
|
JAMAICA: {
|
|
523
627
|
id: number;
|
|
524
628
|
prefix: string;
|
|
525
629
|
text: string;
|
|
630
|
+
timezone: string;
|
|
526
631
|
};
|
|
527
632
|
JAPAN: {
|
|
528
633
|
id: number;
|
|
529
634
|
prefix: string;
|
|
530
635
|
text: string;
|
|
636
|
+
timezone: string;
|
|
531
637
|
};
|
|
532
638
|
JORDAN: {
|
|
533
639
|
id: number;
|
|
534
640
|
prefix: string;
|
|
535
641
|
text: string;
|
|
642
|
+
timezone: string;
|
|
536
643
|
};
|
|
537
644
|
KAZAKHSTAN: {
|
|
538
645
|
id: number;
|
|
539
646
|
prefix: string;
|
|
540
647
|
text: string;
|
|
648
|
+
timezone: string;
|
|
541
649
|
};
|
|
542
650
|
KENYA: {
|
|
543
651
|
id: number;
|
|
544
652
|
prefix: string;
|
|
545
653
|
text: string;
|
|
654
|
+
timezone: string;
|
|
546
655
|
};
|
|
547
656
|
KYRGYZSTAN: {
|
|
548
657
|
id: number;
|
|
549
658
|
prefix: string;
|
|
550
659
|
text: string;
|
|
660
|
+
timezone: string;
|
|
551
661
|
};
|
|
552
662
|
KIRIBATI: {
|
|
553
663
|
id: number;
|
|
554
664
|
prefix: string;
|
|
555
665
|
text: string;
|
|
666
|
+
timezone: string;
|
|
556
667
|
};
|
|
557
668
|
KUWAIT: {
|
|
558
669
|
id: number;
|
|
559
670
|
prefix: string;
|
|
560
671
|
text: string;
|
|
672
|
+
timezone: string;
|
|
561
673
|
};
|
|
562
674
|
LAOS: {
|
|
563
675
|
id: number;
|
|
564
676
|
prefix: string;
|
|
565
677
|
text: string;
|
|
678
|
+
timezone: string;
|
|
566
679
|
};
|
|
567
680
|
LESOTHO: {
|
|
568
681
|
id: number;
|
|
569
682
|
prefix: string;
|
|
570
683
|
text: string;
|
|
684
|
+
timezone: string;
|
|
571
685
|
};
|
|
572
686
|
LATVIA: {
|
|
573
687
|
id: number;
|
|
574
688
|
prefix: string;
|
|
575
689
|
text: string;
|
|
690
|
+
timezone: string;
|
|
576
691
|
};
|
|
577
692
|
LEBANON: {
|
|
578
693
|
id: number;
|
|
579
694
|
prefix: string;
|
|
580
695
|
text: string;
|
|
696
|
+
timezone: string;
|
|
581
697
|
};
|
|
582
698
|
LIBERIA: {
|
|
583
699
|
id: number;
|
|
584
700
|
prefix: string;
|
|
585
701
|
text: string;
|
|
702
|
+
timezone: string;
|
|
586
703
|
};
|
|
587
704
|
LIBYA: {
|
|
588
705
|
id: number;
|
|
589
706
|
prefix: string;
|
|
590
707
|
text: string;
|
|
708
|
+
timezone: string;
|
|
591
709
|
};
|
|
592
710
|
LIECHTENSTEIN: {
|
|
593
711
|
id: number;
|
|
594
712
|
prefix: string;
|
|
595
713
|
text: string;
|
|
714
|
+
timezone: string;
|
|
596
715
|
};
|
|
597
716
|
LITHUANIA: {
|
|
598
717
|
id: number;
|
|
599
718
|
prefix: string;
|
|
600
719
|
text: string;
|
|
720
|
+
timezone: string;
|
|
601
721
|
};
|
|
602
722
|
MACAU: {
|
|
603
723
|
id: number;
|
|
604
724
|
prefix: string;
|
|
605
725
|
text: string;
|
|
726
|
+
timezone: string;
|
|
606
727
|
};
|
|
607
728
|
MACEDONIA: {
|
|
608
729
|
id: number;
|
|
609
730
|
prefix: string;
|
|
610
731
|
text: string;
|
|
732
|
+
timezone: string;
|
|
611
733
|
};
|
|
612
734
|
MADAGASCAR: {
|
|
613
735
|
id: number;
|
|
614
736
|
prefix: string;
|
|
615
737
|
text: string;
|
|
738
|
+
timezone: string;
|
|
616
739
|
};
|
|
617
740
|
MALAYSIA: {
|
|
618
741
|
id: number;
|
|
619
742
|
prefix: string;
|
|
620
743
|
text: string;
|
|
744
|
+
timezone: string;
|
|
621
745
|
};
|
|
622
746
|
MALAWI: {
|
|
623
747
|
id: number;
|
|
624
748
|
prefix: string;
|
|
625
749
|
text: string;
|
|
750
|
+
timezone: string;
|
|
626
751
|
};
|
|
627
752
|
MALDIVES: {
|
|
628
753
|
id: number;
|
|
629
754
|
prefix: string;
|
|
630
755
|
text: string;
|
|
756
|
+
timezone: string;
|
|
631
757
|
};
|
|
632
758
|
MALI: {
|
|
633
759
|
id: number;
|
|
634
760
|
prefix: string;
|
|
635
761
|
text: string;
|
|
762
|
+
timezone: string;
|
|
636
763
|
};
|
|
637
764
|
MARSHALLISLANDS: {
|
|
638
765
|
id: number;
|
|
639
766
|
prefix: string;
|
|
640
767
|
text: string;
|
|
768
|
+
timezone: string;
|
|
641
769
|
};
|
|
642
770
|
MAURITANIA: {
|
|
643
771
|
id: number;
|
|
644
772
|
prefix: string;
|
|
645
773
|
text: string;
|
|
774
|
+
timezone: string;
|
|
646
775
|
};
|
|
647
776
|
MAURITIUS: {
|
|
648
777
|
id: number;
|
|
649
778
|
prefix: string;
|
|
650
779
|
text: string;
|
|
780
|
+
timezone: string;
|
|
651
781
|
};
|
|
652
782
|
MEXICO: {
|
|
653
783
|
id: number;
|
|
654
784
|
prefix: string;
|
|
655
785
|
text: string;
|
|
786
|
+
timezone: string;
|
|
656
787
|
};
|
|
657
788
|
MICRONESIA: {
|
|
658
789
|
id: number;
|
|
659
790
|
prefix: string;
|
|
660
791
|
text: string;
|
|
792
|
+
timezone: string;
|
|
661
793
|
};
|
|
662
794
|
MOLDOVA: {
|
|
663
795
|
id: number;
|
|
664
796
|
prefix: string;
|
|
665
797
|
text: string;
|
|
798
|
+
timezone: string;
|
|
666
799
|
};
|
|
667
800
|
MONACO: {
|
|
668
801
|
id: number;
|
|
669
802
|
prefix: string;
|
|
670
803
|
text: string;
|
|
804
|
+
timezone: string;
|
|
671
805
|
};
|
|
672
806
|
MONGOLIA: {
|
|
673
807
|
id: number;
|
|
674
808
|
prefix: string;
|
|
675
809
|
text: string;
|
|
810
|
+
timezone: string;
|
|
676
811
|
};
|
|
677
812
|
MONTENEGRO: {
|
|
678
813
|
id: number;
|
|
679
814
|
prefix: string;
|
|
680
815
|
text: string;
|
|
816
|
+
timezone: string;
|
|
681
817
|
};
|
|
682
818
|
MOROCCO: {
|
|
683
819
|
id: number;
|
|
684
820
|
prefix: string;
|
|
685
821
|
text: string;
|
|
822
|
+
timezone: string;
|
|
686
823
|
};
|
|
687
824
|
MOZAMBIQUE: {
|
|
688
825
|
id: number;
|
|
689
826
|
prefix: string;
|
|
690
827
|
text: string;
|
|
828
|
+
timezone: string;
|
|
691
829
|
};
|
|
692
830
|
MYANMAR: {
|
|
693
831
|
id: number;
|
|
694
832
|
prefix: string;
|
|
695
833
|
text: string;
|
|
834
|
+
timezone: string;
|
|
696
835
|
};
|
|
697
836
|
NAMIBIA: {
|
|
698
837
|
id: number;
|
|
699
838
|
prefix: string;
|
|
700
839
|
text: string;
|
|
840
|
+
timezone: string;
|
|
701
841
|
};
|
|
702
842
|
NAURU: {
|
|
703
843
|
id: number;
|
|
704
844
|
prefix: string;
|
|
705
845
|
text: string;
|
|
846
|
+
timezone: string;
|
|
706
847
|
};
|
|
707
848
|
NEPAL: {
|
|
708
849
|
id: number;
|
|
709
850
|
prefix: string;
|
|
710
851
|
text: string;
|
|
852
|
+
timezone: string;
|
|
711
853
|
};
|
|
712
854
|
NEWZEALAND: {
|
|
713
855
|
id: number;
|
|
714
856
|
prefix: string;
|
|
715
857
|
text: string;
|
|
858
|
+
timezone: string;
|
|
716
859
|
};
|
|
717
860
|
NICARAGUA: {
|
|
718
861
|
id: number;
|
|
719
862
|
prefix: string;
|
|
720
863
|
text: string;
|
|
864
|
+
timezone: string;
|
|
721
865
|
};
|
|
722
866
|
NIGER: {
|
|
723
867
|
id: number;
|
|
724
868
|
prefix: string;
|
|
725
869
|
text: string;
|
|
870
|
+
timezone: string;
|
|
726
871
|
};
|
|
727
872
|
NIGERIA: {
|
|
728
873
|
id: number;
|
|
729
874
|
prefix: string;
|
|
730
875
|
text: string;
|
|
876
|
+
timezone: string;
|
|
731
877
|
};
|
|
732
878
|
OMAN: {
|
|
733
879
|
id: number;
|
|
734
880
|
prefix: string;
|
|
735
881
|
text: string;
|
|
882
|
+
timezone: string;
|
|
736
883
|
};
|
|
737
884
|
PAKISTAN: {
|
|
738
885
|
id: number;
|
|
739
886
|
prefix: string;
|
|
740
887
|
text: string;
|
|
888
|
+
timezone: string;
|
|
741
889
|
};
|
|
742
890
|
PALAU: {
|
|
743
891
|
id: number;
|
|
744
892
|
prefix: string;
|
|
745
893
|
text: string;
|
|
894
|
+
timezone: string;
|
|
746
895
|
};
|
|
747
896
|
PANAMA: {
|
|
748
897
|
id: number;
|
|
749
898
|
prefix: string;
|
|
750
899
|
text: string;
|
|
900
|
+
timezone: string;
|
|
751
901
|
};
|
|
752
902
|
PAPUANEWGUINEA: {
|
|
753
903
|
id: number;
|
|
754
904
|
prefix: string;
|
|
755
905
|
text: string;
|
|
906
|
+
timezone: string;
|
|
756
907
|
};
|
|
757
908
|
PARAGUAY: {
|
|
758
909
|
id: number;
|
|
759
910
|
prefix: string;
|
|
760
911
|
text: string;
|
|
912
|
+
timezone: string;
|
|
761
913
|
};
|
|
762
914
|
PERU: {
|
|
763
915
|
id: number;
|
|
764
916
|
prefix: string;
|
|
765
917
|
text: string;
|
|
918
|
+
timezone: string;
|
|
766
919
|
};
|
|
767
920
|
PHILIPPINES: {
|
|
768
921
|
id: number;
|
|
769
922
|
prefix: string;
|
|
770
923
|
text: string;
|
|
924
|
+
timezone: string;
|
|
771
925
|
};
|
|
772
926
|
PORTUGAL: {
|
|
773
927
|
id: number;
|
|
774
928
|
prefix: string;
|
|
775
929
|
text: string;
|
|
930
|
+
timezone: string;
|
|
776
931
|
};
|
|
777
932
|
QATAR: {
|
|
778
933
|
id: number;
|
|
779
934
|
prefix: string;
|
|
780
935
|
text: string;
|
|
936
|
+
timezone: string;
|
|
781
937
|
};
|
|
782
938
|
RUSSIA: {
|
|
783
939
|
id: number;
|
|
784
940
|
prefix: string;
|
|
785
941
|
text: string;
|
|
942
|
+
timezone: string;
|
|
786
943
|
};
|
|
787
944
|
RWANDA: {
|
|
788
945
|
id: number;
|
|
789
946
|
prefix: string;
|
|
790
947
|
text: string;
|
|
948
|
+
timezone: string;
|
|
791
949
|
};
|
|
792
950
|
SAINTKITTSANDNEVIS: {
|
|
793
951
|
id: number;
|
|
794
952
|
prefix: string;
|
|
795
953
|
text: string;
|
|
954
|
+
timezone: string;
|
|
796
955
|
};
|
|
797
956
|
SAINTLUCIA: {
|
|
798
957
|
id: number;
|
|
799
958
|
prefix: string;
|
|
800
959
|
text: string;
|
|
960
|
+
timezone: string;
|
|
801
961
|
};
|
|
802
962
|
SAINTVINCENTANDTHEGRENADINES: {
|
|
803
963
|
id: number;
|
|
804
964
|
prefix: string;
|
|
805
965
|
text: string;
|
|
966
|
+
timezone: string;
|
|
806
967
|
};
|
|
807
968
|
SAMOA: {
|
|
808
969
|
id: number;
|
|
809
970
|
prefix: string;
|
|
810
971
|
text: string;
|
|
972
|
+
timezone: string;
|
|
811
973
|
};
|
|
812
974
|
SANMARINO: {
|
|
813
975
|
id: number;
|
|
814
976
|
prefix: string;
|
|
815
977
|
text: string;
|
|
978
|
+
timezone: string;
|
|
816
979
|
};
|
|
817
980
|
SAOTOMEANDPRINCIPE: {
|
|
818
981
|
id: number;
|
|
819
982
|
prefix: string;
|
|
820
983
|
text: string;
|
|
984
|
+
timezone: string;
|
|
821
985
|
};
|
|
822
986
|
SENEGAL: {
|
|
823
987
|
id: number;
|
|
824
988
|
prefix: string;
|
|
825
989
|
text: string;
|
|
990
|
+
timezone: string;
|
|
826
991
|
};
|
|
827
992
|
SEYCHELLES: {
|
|
828
993
|
id: number;
|
|
829
994
|
prefix: string;
|
|
830
995
|
text: string;
|
|
996
|
+
timezone: string;
|
|
831
997
|
};
|
|
832
998
|
SIERRALEONE: {
|
|
833
999
|
id: number;
|
|
834
1000
|
prefix: string;
|
|
835
1001
|
text: string;
|
|
1002
|
+
timezone: string;
|
|
836
1003
|
};
|
|
837
1004
|
SINGAPORE: {
|
|
838
1005
|
id: number;
|
|
839
1006
|
prefix: string;
|
|
840
1007
|
text: string;
|
|
1008
|
+
timezone: string;
|
|
841
1009
|
};
|
|
842
1010
|
SLOVAKIA: {
|
|
843
1011
|
id: number;
|
|
844
1012
|
prefix: string;
|
|
845
1013
|
text: string;
|
|
1014
|
+
timezone: string;
|
|
846
1015
|
};
|
|
847
1016
|
SLOVENIA: {
|
|
848
1017
|
id: number;
|
|
849
1018
|
prefix: string;
|
|
850
1019
|
text: string;
|
|
1020
|
+
timezone: string;
|
|
851
1021
|
};
|
|
852
1022
|
SOLOMONISLANDS: {
|
|
853
1023
|
id: number;
|
|
854
1024
|
prefix: string;
|
|
855
1025
|
text: string;
|
|
1026
|
+
timezone: string;
|
|
856
1027
|
};
|
|
857
1028
|
SOMALIA: {
|
|
858
1029
|
id: number;
|
|
859
1030
|
prefix: string;
|
|
860
1031
|
text: string;
|
|
1032
|
+
timezone: string;
|
|
861
1033
|
};
|
|
862
1034
|
SOUTHSDAN: {
|
|
863
1035
|
id: number;
|
|
864
1036
|
prefix: string;
|
|
865
1037
|
text: string;
|
|
1038
|
+
timezone: string;
|
|
866
1039
|
};
|
|
867
1040
|
SRILANKA: {
|
|
868
1041
|
id: number;
|
|
869
1042
|
prefix: string;
|
|
870
1043
|
text: string;
|
|
1044
|
+
timezone: string;
|
|
871
1045
|
};
|
|
872
1046
|
SUDAN: {
|
|
873
1047
|
id: number;
|
|
874
1048
|
prefix: string;
|
|
875
1049
|
text: string;
|
|
1050
|
+
timezone: string;
|
|
876
1051
|
};
|
|
877
1052
|
SURINAME: {
|
|
878
1053
|
id: number;
|
|
879
1054
|
prefix: string;
|
|
880
1055
|
text: string;
|
|
1056
|
+
timezone: string;
|
|
881
1057
|
};
|
|
882
1058
|
SYRIA: {
|
|
883
1059
|
id: number;
|
|
884
1060
|
prefix: string;
|
|
885
1061
|
text: string;
|
|
1062
|
+
timezone: string;
|
|
886
1063
|
};
|
|
887
1064
|
TAIWAN: {
|
|
888
1065
|
id: number;
|
|
889
1066
|
prefix: string;
|
|
890
1067
|
text: string;
|
|
1068
|
+
timezone: string;
|
|
891
1069
|
};
|
|
892
1070
|
TAJIKISTAN: {
|
|
893
1071
|
id: number;
|
|
894
1072
|
prefix: string;
|
|
895
1073
|
text: string;
|
|
1074
|
+
timezone: string;
|
|
896
1075
|
};
|
|
897
1076
|
TANZANIA: {
|
|
898
1077
|
id: number;
|
|
899
1078
|
prefix: string;
|
|
900
1079
|
text: string;
|
|
1080
|
+
timezone: string;
|
|
901
1081
|
};
|
|
902
1082
|
THAILAND: {
|
|
903
1083
|
id: number;
|
|
904
1084
|
prefix: string;
|
|
905
1085
|
text: string;
|
|
1086
|
+
timezone: string;
|
|
906
1087
|
};
|
|
907
1088
|
TIMORLESTE: {
|
|
908
1089
|
id: number;
|
|
909
1090
|
prefix: string;
|
|
910
1091
|
text: string;
|
|
1092
|
+
timezone: string;
|
|
911
1093
|
};
|
|
912
1094
|
TOGO: {
|
|
913
1095
|
id: number;
|
|
914
1096
|
prefix: string;
|
|
915
1097
|
text: string;
|
|
1098
|
+
timezone: string;
|
|
916
1099
|
};
|
|
917
1100
|
TONGA: {
|
|
918
1101
|
id: number;
|
|
919
1102
|
prefix: string;
|
|
920
1103
|
text: string;
|
|
1104
|
+
timezone: string;
|
|
921
1105
|
};
|
|
922
1106
|
TRINIDADANDTOBAGO: {
|
|
923
1107
|
id: number;
|
|
924
1108
|
prefix: string;
|
|
925
1109
|
text: string;
|
|
1110
|
+
timezone: string;
|
|
926
1111
|
};
|
|
927
1112
|
TUNISIA: {
|
|
928
1113
|
id: number;
|
|
929
1114
|
prefix: string;
|
|
930
1115
|
text: string;
|
|
1116
|
+
timezone: string;
|
|
931
1117
|
};
|
|
932
1118
|
TURKEY: {
|
|
933
1119
|
id: number;
|
|
934
1120
|
prefix: string;
|
|
935
1121
|
text: string;
|
|
1122
|
+
timezone: string;
|
|
936
1123
|
};
|
|
937
1124
|
TURKMENISTAN: {
|
|
938
1125
|
id: number;
|
|
939
1126
|
prefix: string;
|
|
940
1127
|
text: string;
|
|
1128
|
+
timezone: string;
|
|
941
1129
|
};
|
|
942
1130
|
TUVALU: {
|
|
943
1131
|
id: number;
|
|
944
1132
|
prefix: string;
|
|
945
1133
|
text: string;
|
|
1134
|
+
timezone: string;
|
|
946
1135
|
};
|
|
947
1136
|
UGANDA: {
|
|
948
1137
|
id: number;
|
|
949
1138
|
prefix: string;
|
|
950
1139
|
text: string;
|
|
1140
|
+
timezone: string;
|
|
951
1141
|
};
|
|
952
1142
|
UNITEDSTATESOFAMERICA: {
|
|
953
1143
|
id: number;
|
|
954
1144
|
prefix: string;
|
|
955
1145
|
text: string;
|
|
1146
|
+
timezone: string;
|
|
956
1147
|
};
|
|
957
1148
|
URUGUAY: {
|
|
958
1149
|
id: number;
|
|
959
1150
|
prefix: string;
|
|
960
1151
|
text: string;
|
|
1152
|
+
timezone: string;
|
|
961
1153
|
};
|
|
962
1154
|
UZBEKISTAN: {
|
|
963
1155
|
id: number;
|
|
964
1156
|
prefix: string;
|
|
965
1157
|
text: string;
|
|
1158
|
+
timezone: string;
|
|
966
1159
|
};
|
|
967
1160
|
VANUATU: {
|
|
968
1161
|
id: number;
|
|
969
1162
|
prefix: string;
|
|
970
1163
|
text: string;
|
|
1164
|
+
timezone: string;
|
|
971
1165
|
};
|
|
972
1166
|
VENEZUELA: {
|
|
973
1167
|
id: number;
|
|
974
1168
|
prefix: string;
|
|
975
1169
|
text: string;
|
|
1170
|
+
timezone: string;
|
|
976
1171
|
};
|
|
977
1172
|
VIETNAM: {
|
|
978
1173
|
id: number;
|
|
979
1174
|
prefix: string;
|
|
980
1175
|
text: string;
|
|
1176
|
+
timezone: string;
|
|
981
1177
|
};
|
|
982
1178
|
YEMEN: {
|
|
983
1179
|
id: number;
|
|
984
1180
|
prefix: string;
|
|
985
1181
|
text: string;
|
|
1182
|
+
timezone: string;
|
|
986
1183
|
};
|
|
987
1184
|
ZAMBIA: {
|
|
988
1185
|
id: number;
|
|
989
1186
|
prefix: string;
|
|
990
1187
|
text: string;
|
|
1188
|
+
timezone: string;
|
|
991
1189
|
};
|
|
992
1190
|
ZIMBABWE: {
|
|
993
1191
|
id: number;
|
|
994
1192
|
prefix: string;
|
|
995
1193
|
text: string;
|
|
1194
|
+
timezone: string;
|
|
996
1195
|
};
|
|
997
1196
|
SAINTPIERREETMIQUELON: {
|
|
998
1197
|
id: number;
|
|
999
1198
|
prefix: string;
|
|
1000
1199
|
text: string;
|
|
1200
|
+
timezone: string;
|
|
1001
1201
|
};
|
|
1002
1202
|
};
|
|
1003
1203
|
//# sourceMappingURL=Phone.d.ts.map
|