@mapbox/mcp-server 0.8.1-dev.8 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.output.schema.d.ts +210 -210
- package/dist/commonjs/version.json +4 -4
- package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.output.schema.d.ts +186 -186
- package/dist/esm/version.json +4 -4
- package/package.json +1 -1
|
@@ -113,13 +113,13 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
113
113
|
neighborhood?: {
|
|
114
114
|
name?: string | undefined;
|
|
115
115
|
} | undefined;
|
|
116
|
-
street?: {
|
|
117
|
-
name?: string | undefined;
|
|
118
|
-
} | undefined;
|
|
119
116
|
address?: {
|
|
120
117
|
address_number?: string | undefined;
|
|
121
118
|
street_name?: string | undefined;
|
|
122
119
|
} | undefined;
|
|
120
|
+
street?: {
|
|
121
|
+
name?: string | undefined;
|
|
122
|
+
} | undefined;
|
|
123
123
|
}, {
|
|
124
124
|
country?: {
|
|
125
125
|
name?: string | undefined;
|
|
@@ -146,13 +146,13 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
146
146
|
neighborhood?: {
|
|
147
147
|
name?: string | undefined;
|
|
148
148
|
} | undefined;
|
|
149
|
-
street?: {
|
|
150
|
-
name?: string | undefined;
|
|
151
|
-
} | undefined;
|
|
152
149
|
address?: {
|
|
153
150
|
address_number?: string | undefined;
|
|
154
151
|
street_name?: string | undefined;
|
|
155
152
|
} | undefined;
|
|
153
|
+
street?: {
|
|
154
|
+
name?: string | undefined;
|
|
155
|
+
} | undefined;
|
|
156
156
|
}>>;
|
|
157
157
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
158
158
|
longitude: z.ZodNumber;
|
|
@@ -227,11 +227,11 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
227
227
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
228
228
|
distance: z.ZodOptional<z.ZodNumber>;
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
|
-
duration?: number | undefined;
|
|
231
230
|
distance?: number | undefined;
|
|
232
|
-
}, {
|
|
233
231
|
duration?: number | undefined;
|
|
232
|
+
}, {
|
|
234
233
|
distance?: number | undefined;
|
|
234
|
+
duration?: number | undefined;
|
|
235
235
|
}>]>>;
|
|
236
236
|
country: z.ZodOptional<z.ZodString>;
|
|
237
237
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -348,13 +348,13 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
348
348
|
neighborhood?: {
|
|
349
349
|
name?: string | undefined;
|
|
350
350
|
} | undefined;
|
|
351
|
-
street?: {
|
|
352
|
-
name?: string | undefined;
|
|
353
|
-
} | undefined;
|
|
354
351
|
address?: {
|
|
355
352
|
address_number?: string | undefined;
|
|
356
353
|
street_name?: string | undefined;
|
|
357
354
|
} | undefined;
|
|
355
|
+
street?: {
|
|
356
|
+
name?: string | undefined;
|
|
357
|
+
} | undefined;
|
|
358
358
|
}, {
|
|
359
359
|
country?: {
|
|
360
360
|
name?: string | undefined;
|
|
@@ -381,13 +381,13 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
381
381
|
neighborhood?: {
|
|
382
382
|
name?: string | undefined;
|
|
383
383
|
} | undefined;
|
|
384
|
-
street?: {
|
|
385
|
-
name?: string | undefined;
|
|
386
|
-
} | undefined;
|
|
387
384
|
address?: {
|
|
388
385
|
address_number?: string | undefined;
|
|
389
386
|
street_name?: string | undefined;
|
|
390
387
|
} | undefined;
|
|
388
|
+
street?: {
|
|
389
|
+
name?: string | undefined;
|
|
390
|
+
} | undefined;
|
|
391
391
|
}>>;
|
|
392
392
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
393
393
|
longitude: z.ZodNumber;
|
|
@@ -462,11 +462,11 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
462
462
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
463
463
|
distance: z.ZodOptional<z.ZodNumber>;
|
|
464
464
|
}, "strip", z.ZodTypeAny, {
|
|
465
|
-
duration?: number | undefined;
|
|
466
465
|
distance?: number | undefined;
|
|
467
|
-
}, {
|
|
468
466
|
duration?: number | undefined;
|
|
467
|
+
}, {
|
|
469
468
|
distance?: number | undefined;
|
|
469
|
+
duration?: number | undefined;
|
|
470
470
|
}>]>>;
|
|
471
471
|
country: z.ZodOptional<z.ZodString>;
|
|
472
472
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -583,13 +583,13 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
583
583
|
neighborhood?: {
|
|
584
584
|
name?: string | undefined;
|
|
585
585
|
} | undefined;
|
|
586
|
-
street?: {
|
|
587
|
-
name?: string | undefined;
|
|
588
|
-
} | undefined;
|
|
589
586
|
address?: {
|
|
590
587
|
address_number?: string | undefined;
|
|
591
588
|
street_name?: string | undefined;
|
|
592
589
|
} | undefined;
|
|
590
|
+
street?: {
|
|
591
|
+
name?: string | undefined;
|
|
592
|
+
} | undefined;
|
|
593
593
|
}, {
|
|
594
594
|
country?: {
|
|
595
595
|
name?: string | undefined;
|
|
@@ -616,13 +616,13 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
616
616
|
neighborhood?: {
|
|
617
617
|
name?: string | undefined;
|
|
618
618
|
} | undefined;
|
|
619
|
-
street?: {
|
|
620
|
-
name?: string | undefined;
|
|
621
|
-
} | undefined;
|
|
622
619
|
address?: {
|
|
623
620
|
address_number?: string | undefined;
|
|
624
621
|
street_name?: string | undefined;
|
|
625
622
|
} | undefined;
|
|
623
|
+
street?: {
|
|
624
|
+
name?: string | undefined;
|
|
625
|
+
} | undefined;
|
|
626
626
|
}>>;
|
|
627
627
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
628
628
|
longitude: z.ZodNumber;
|
|
@@ -697,11 +697,11 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
697
697
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
698
698
|
distance: z.ZodOptional<z.ZodNumber>;
|
|
699
699
|
}, "strip", z.ZodTypeAny, {
|
|
700
|
-
duration?: number | undefined;
|
|
701
700
|
distance?: number | undefined;
|
|
702
|
-
}, {
|
|
703
701
|
duration?: number | undefined;
|
|
702
|
+
}, {
|
|
704
703
|
distance?: number | undefined;
|
|
704
|
+
duration?: number | undefined;
|
|
705
705
|
}>]>>;
|
|
706
706
|
country: z.ZodOptional<z.ZodString>;
|
|
707
707
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -831,13 +831,13 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
831
831
|
neighborhood?: {
|
|
832
832
|
name?: string | undefined;
|
|
833
833
|
} | undefined;
|
|
834
|
-
street?: {
|
|
835
|
-
name?: string | undefined;
|
|
836
|
-
} | undefined;
|
|
837
834
|
address?: {
|
|
838
835
|
address_number?: string | undefined;
|
|
839
836
|
street_name?: string | undefined;
|
|
840
837
|
} | undefined;
|
|
838
|
+
street?: {
|
|
839
|
+
name?: string | undefined;
|
|
840
|
+
} | undefined;
|
|
841
841
|
}, {
|
|
842
842
|
country?: {
|
|
843
843
|
name?: string | undefined;
|
|
@@ -864,13 +864,13 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
864
864
|
neighborhood?: {
|
|
865
865
|
name?: string | undefined;
|
|
866
866
|
} | undefined;
|
|
867
|
-
street?: {
|
|
868
|
-
name?: string | undefined;
|
|
869
|
-
} | undefined;
|
|
870
867
|
address?: {
|
|
871
868
|
address_number?: string | undefined;
|
|
872
869
|
street_name?: string | undefined;
|
|
873
870
|
} | undefined;
|
|
871
|
+
street?: {
|
|
872
|
+
name?: string | undefined;
|
|
873
|
+
} | undefined;
|
|
874
874
|
}>>;
|
|
875
875
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
876
876
|
longitude: z.ZodNumber;
|
|
@@ -945,11 +945,11 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
945
945
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
946
946
|
distance: z.ZodOptional<z.ZodNumber>;
|
|
947
947
|
}, "strip", z.ZodTypeAny, {
|
|
948
|
-
duration?: number | undefined;
|
|
949
948
|
distance?: number | undefined;
|
|
950
|
-
}, {
|
|
951
949
|
duration?: number | undefined;
|
|
950
|
+
}, {
|
|
952
951
|
distance?: number | undefined;
|
|
952
|
+
duration?: number | undefined;
|
|
953
953
|
}>]>>;
|
|
954
954
|
country: z.ZodOptional<z.ZodString>;
|
|
955
955
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -1066,13 +1066,13 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1066
1066
|
neighborhood?: {
|
|
1067
1067
|
name?: string | undefined;
|
|
1068
1068
|
} | undefined;
|
|
1069
|
-
street?: {
|
|
1070
|
-
name?: string | undefined;
|
|
1071
|
-
} | undefined;
|
|
1072
1069
|
address?: {
|
|
1073
1070
|
address_number?: string | undefined;
|
|
1074
1071
|
street_name?: string | undefined;
|
|
1075
1072
|
} | undefined;
|
|
1073
|
+
street?: {
|
|
1074
|
+
name?: string | undefined;
|
|
1075
|
+
} | undefined;
|
|
1076
1076
|
}, {
|
|
1077
1077
|
country?: {
|
|
1078
1078
|
name?: string | undefined;
|
|
@@ -1099,13 +1099,13 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1099
1099
|
neighborhood?: {
|
|
1100
1100
|
name?: string | undefined;
|
|
1101
1101
|
} | undefined;
|
|
1102
|
-
street?: {
|
|
1103
|
-
name?: string | undefined;
|
|
1104
|
-
} | undefined;
|
|
1105
1102
|
address?: {
|
|
1106
1103
|
address_number?: string | undefined;
|
|
1107
1104
|
street_name?: string | undefined;
|
|
1108
1105
|
} | undefined;
|
|
1106
|
+
street?: {
|
|
1107
|
+
name?: string | undefined;
|
|
1108
|
+
} | undefined;
|
|
1109
1109
|
}>>;
|
|
1110
1110
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
1111
1111
|
longitude: z.ZodNumber;
|
|
@@ -1180,11 +1180,11 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1180
1180
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
1181
1181
|
distance: z.ZodOptional<z.ZodNumber>;
|
|
1182
1182
|
}, "strip", z.ZodTypeAny, {
|
|
1183
|
-
duration?: number | undefined;
|
|
1184
1183
|
distance?: number | undefined;
|
|
1185
|
-
}, {
|
|
1186
1184
|
duration?: number | undefined;
|
|
1185
|
+
}, {
|
|
1187
1186
|
distance?: number | undefined;
|
|
1187
|
+
duration?: number | undefined;
|
|
1188
1188
|
}>]>>;
|
|
1189
1189
|
country: z.ZodOptional<z.ZodString>;
|
|
1190
1190
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -1301,13 +1301,13 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1301
1301
|
neighborhood?: {
|
|
1302
1302
|
name?: string | undefined;
|
|
1303
1303
|
} | undefined;
|
|
1304
|
-
street?: {
|
|
1305
|
-
name?: string | undefined;
|
|
1306
|
-
} | undefined;
|
|
1307
1304
|
address?: {
|
|
1308
1305
|
address_number?: string | undefined;
|
|
1309
1306
|
street_name?: string | undefined;
|
|
1310
1307
|
} | undefined;
|
|
1308
|
+
street?: {
|
|
1309
|
+
name?: string | undefined;
|
|
1310
|
+
} | undefined;
|
|
1311
1311
|
}, {
|
|
1312
1312
|
country?: {
|
|
1313
1313
|
name?: string | undefined;
|
|
@@ -1334,13 +1334,13 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1334
1334
|
neighborhood?: {
|
|
1335
1335
|
name?: string | undefined;
|
|
1336
1336
|
} | undefined;
|
|
1337
|
-
street?: {
|
|
1338
|
-
name?: string | undefined;
|
|
1339
|
-
} | undefined;
|
|
1340
1337
|
address?: {
|
|
1341
1338
|
address_number?: string | undefined;
|
|
1342
1339
|
street_name?: string | undefined;
|
|
1343
1340
|
} | undefined;
|
|
1341
|
+
street?: {
|
|
1342
|
+
name?: string | undefined;
|
|
1343
|
+
} | undefined;
|
|
1344
1344
|
}>>;
|
|
1345
1345
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
1346
1346
|
longitude: z.ZodNumber;
|
|
@@ -1415,11 +1415,11 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1415
1415
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
1416
1416
|
distance: z.ZodOptional<z.ZodNumber>;
|
|
1417
1417
|
}, "strip", z.ZodTypeAny, {
|
|
1418
|
-
duration?: number | undefined;
|
|
1419
1418
|
distance?: number | undefined;
|
|
1420
|
-
}, {
|
|
1421
1419
|
duration?: number | undefined;
|
|
1420
|
+
}, {
|
|
1422
1421
|
distance?: number | undefined;
|
|
1422
|
+
duration?: number | undefined;
|
|
1423
1423
|
}>]>>;
|
|
1424
1424
|
country: z.ZodOptional<z.ZodString>;
|
|
1425
1425
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -1430,25 +1430,17 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1430
1430
|
coordinates: number[];
|
|
1431
1431
|
};
|
|
1432
1432
|
properties: {
|
|
1433
|
-
coordinates?: {
|
|
1434
|
-
longitude: number;
|
|
1435
|
-
latitude: number;
|
|
1436
|
-
accuracy?: string | undefined;
|
|
1437
|
-
routable_points?: {
|
|
1438
|
-
name: string;
|
|
1439
|
-
longitude: number;
|
|
1440
|
-
latitude: number;
|
|
1441
|
-
}[] | undefined;
|
|
1442
|
-
} | undefined;
|
|
1443
|
-
mapbox_id?: string | undefined;
|
|
1444
|
-
feature_type?: string | undefined;
|
|
1445
1433
|
name?: string | undefined;
|
|
1434
|
+
brand?: string[] | undefined;
|
|
1435
|
+
bbox?: number[] | undefined;
|
|
1436
|
+
country?: string | undefined;
|
|
1437
|
+
address_number?: string | undefined;
|
|
1438
|
+
street_name?: string | undefined;
|
|
1446
1439
|
name_preferred?: string | undefined;
|
|
1440
|
+
mapbox_id?: string | undefined;
|
|
1441
|
+
feature_type?: string | undefined;
|
|
1447
1442
|
full_address?: string | undefined;
|
|
1448
1443
|
place_formatted?: string | undefined;
|
|
1449
|
-
address_number?: string | undefined;
|
|
1450
|
-
street_name?: string | undefined;
|
|
1451
|
-
country?: string | undefined;
|
|
1452
1444
|
context?: {
|
|
1453
1445
|
country?: {
|
|
1454
1446
|
name?: string | undefined;
|
|
@@ -1475,18 +1467,27 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1475
1467
|
neighborhood?: {
|
|
1476
1468
|
name?: string | undefined;
|
|
1477
1469
|
} | undefined;
|
|
1478
|
-
street?: {
|
|
1479
|
-
name?: string | undefined;
|
|
1480
|
-
} | undefined;
|
|
1481
1470
|
address?: {
|
|
1482
1471
|
address_number?: string | undefined;
|
|
1483
1472
|
street_name?: string | undefined;
|
|
1484
1473
|
} | undefined;
|
|
1474
|
+
street?: {
|
|
1475
|
+
name?: string | undefined;
|
|
1476
|
+
} | undefined;
|
|
1485
1477
|
} | undefined;
|
|
1486
|
-
|
|
1478
|
+
coordinates?: {
|
|
1479
|
+
longitude: number;
|
|
1480
|
+
latitude: number;
|
|
1481
|
+
accuracy?: string | undefined;
|
|
1482
|
+
routable_points?: {
|
|
1483
|
+
name: string;
|
|
1484
|
+
longitude: number;
|
|
1485
|
+
latitude: number;
|
|
1486
|
+
}[] | undefined;
|
|
1487
|
+
} | undefined;
|
|
1488
|
+
maki?: string | undefined;
|
|
1487
1489
|
poi_category?: string[] | undefined;
|
|
1488
1490
|
poi_category_ids?: string[] | undefined;
|
|
1489
|
-
brand?: string[] | undefined;
|
|
1490
1491
|
brand_id?: string | string[] | undefined;
|
|
1491
1492
|
external_ids?: Record<string, string> | undefined;
|
|
1492
1493
|
metadata?: {
|
|
@@ -1496,12 +1497,11 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1496
1497
|
ja_latin?: string | undefined;
|
|
1497
1498
|
} | undefined;
|
|
1498
1499
|
} | undefined;
|
|
1499
|
-
maki?: string | undefined;
|
|
1500
|
-
operational_status?: string | undefined;
|
|
1501
1500
|
eta?: number | {
|
|
1502
|
-
duration?: number | undefined;
|
|
1503
1501
|
distance?: number | undefined;
|
|
1502
|
+
duration?: number | undefined;
|
|
1504
1503
|
} | undefined;
|
|
1504
|
+
operational_status?: string | undefined;
|
|
1505
1505
|
} & {
|
|
1506
1506
|
[k: string]: unknown;
|
|
1507
1507
|
};
|
|
@@ -1512,25 +1512,17 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1512
1512
|
coordinates: number[];
|
|
1513
1513
|
};
|
|
1514
1514
|
properties: {
|
|
1515
|
-
coordinates?: {
|
|
1516
|
-
longitude: number;
|
|
1517
|
-
latitude: number;
|
|
1518
|
-
accuracy?: string | undefined;
|
|
1519
|
-
routable_points?: {
|
|
1520
|
-
name: string;
|
|
1521
|
-
longitude: number;
|
|
1522
|
-
latitude: number;
|
|
1523
|
-
}[] | undefined;
|
|
1524
|
-
} | undefined;
|
|
1525
|
-
mapbox_id?: string | undefined;
|
|
1526
|
-
feature_type?: string | undefined;
|
|
1527
1515
|
name?: string | undefined;
|
|
1516
|
+
brand?: string[] | undefined;
|
|
1517
|
+
bbox?: number[] | undefined;
|
|
1518
|
+
country?: string | undefined;
|
|
1519
|
+
address_number?: string | undefined;
|
|
1520
|
+
street_name?: string | undefined;
|
|
1528
1521
|
name_preferred?: string | undefined;
|
|
1522
|
+
mapbox_id?: string | undefined;
|
|
1523
|
+
feature_type?: string | undefined;
|
|
1529
1524
|
full_address?: string | undefined;
|
|
1530
1525
|
place_formatted?: string | undefined;
|
|
1531
|
-
address_number?: string | undefined;
|
|
1532
|
-
street_name?: string | undefined;
|
|
1533
|
-
country?: string | undefined;
|
|
1534
1526
|
context?: {
|
|
1535
1527
|
country?: {
|
|
1536
1528
|
name?: string | undefined;
|
|
@@ -1557,18 +1549,27 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1557
1549
|
neighborhood?: {
|
|
1558
1550
|
name?: string | undefined;
|
|
1559
1551
|
} | undefined;
|
|
1560
|
-
street?: {
|
|
1561
|
-
name?: string | undefined;
|
|
1562
|
-
} | undefined;
|
|
1563
1552
|
address?: {
|
|
1564
1553
|
address_number?: string | undefined;
|
|
1565
1554
|
street_name?: string | undefined;
|
|
1566
1555
|
} | undefined;
|
|
1556
|
+
street?: {
|
|
1557
|
+
name?: string | undefined;
|
|
1558
|
+
} | undefined;
|
|
1567
1559
|
} | undefined;
|
|
1568
|
-
|
|
1560
|
+
coordinates?: {
|
|
1561
|
+
longitude: number;
|
|
1562
|
+
latitude: number;
|
|
1563
|
+
accuracy?: string | undefined;
|
|
1564
|
+
routable_points?: {
|
|
1565
|
+
name: string;
|
|
1566
|
+
longitude: number;
|
|
1567
|
+
latitude: number;
|
|
1568
|
+
}[] | undefined;
|
|
1569
|
+
} | undefined;
|
|
1570
|
+
maki?: string | undefined;
|
|
1569
1571
|
poi_category?: string[] | undefined;
|
|
1570
1572
|
poi_category_ids?: string[] | undefined;
|
|
1571
|
-
brand?: string[] | undefined;
|
|
1572
1573
|
brand_id?: string | string[] | undefined;
|
|
1573
1574
|
external_ids?: Record<string, string> | undefined;
|
|
1574
1575
|
metadata?: {
|
|
@@ -1578,12 +1579,11 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1578
1579
|
ja_latin?: string | undefined;
|
|
1579
1580
|
} | undefined;
|
|
1580
1581
|
} | undefined;
|
|
1581
|
-
maki?: string | undefined;
|
|
1582
|
-
operational_status?: string | undefined;
|
|
1583
1582
|
eta?: number | {
|
|
1584
|
-
duration?: number | undefined;
|
|
1585
1583
|
distance?: number | undefined;
|
|
1584
|
+
duration?: number | undefined;
|
|
1586
1585
|
} | undefined;
|
|
1586
|
+
operational_status?: string | undefined;
|
|
1587
1587
|
} & {
|
|
1588
1588
|
[k: string]: unknown;
|
|
1589
1589
|
};
|
|
@@ -1716,13 +1716,13 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1716
1716
|
neighborhood?: {
|
|
1717
1717
|
name?: string | undefined;
|
|
1718
1718
|
} | undefined;
|
|
1719
|
-
street?: {
|
|
1720
|
-
name?: string | undefined;
|
|
1721
|
-
} | undefined;
|
|
1722
1719
|
address?: {
|
|
1723
1720
|
address_number?: string | undefined;
|
|
1724
1721
|
street_name?: string | undefined;
|
|
1725
1722
|
} | undefined;
|
|
1723
|
+
street?: {
|
|
1724
|
+
name?: string | undefined;
|
|
1725
|
+
} | undefined;
|
|
1726
1726
|
}, {
|
|
1727
1727
|
country?: {
|
|
1728
1728
|
name?: string | undefined;
|
|
@@ -1749,13 +1749,13 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1749
1749
|
neighborhood?: {
|
|
1750
1750
|
name?: string | undefined;
|
|
1751
1751
|
} | undefined;
|
|
1752
|
-
street?: {
|
|
1753
|
-
name?: string | undefined;
|
|
1754
|
-
} | undefined;
|
|
1755
1752
|
address?: {
|
|
1756
1753
|
address_number?: string | undefined;
|
|
1757
1754
|
street_name?: string | undefined;
|
|
1758
1755
|
} | undefined;
|
|
1756
|
+
street?: {
|
|
1757
|
+
name?: string | undefined;
|
|
1758
|
+
} | undefined;
|
|
1759
1759
|
}>>;
|
|
1760
1760
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
1761
1761
|
longitude: z.ZodNumber;
|
|
@@ -1830,11 +1830,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1830
1830
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
1831
1831
|
distance: z.ZodOptional<z.ZodNumber>;
|
|
1832
1832
|
}, "strip", z.ZodTypeAny, {
|
|
1833
|
-
duration?: number | undefined;
|
|
1834
1833
|
distance?: number | undefined;
|
|
1835
|
-
}, {
|
|
1836
1834
|
duration?: number | undefined;
|
|
1835
|
+
}, {
|
|
1837
1836
|
distance?: number | undefined;
|
|
1837
|
+
duration?: number | undefined;
|
|
1838
1838
|
}>]>>;
|
|
1839
1839
|
country: z.ZodOptional<z.ZodString>;
|
|
1840
1840
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -1951,13 +1951,13 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1951
1951
|
neighborhood?: {
|
|
1952
1952
|
name?: string | undefined;
|
|
1953
1953
|
} | undefined;
|
|
1954
|
-
street?: {
|
|
1955
|
-
name?: string | undefined;
|
|
1956
|
-
} | undefined;
|
|
1957
1954
|
address?: {
|
|
1958
1955
|
address_number?: string | undefined;
|
|
1959
1956
|
street_name?: string | undefined;
|
|
1960
1957
|
} | undefined;
|
|
1958
|
+
street?: {
|
|
1959
|
+
name?: string | undefined;
|
|
1960
|
+
} | undefined;
|
|
1961
1961
|
}, {
|
|
1962
1962
|
country?: {
|
|
1963
1963
|
name?: string | undefined;
|
|
@@ -1984,13 +1984,13 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1984
1984
|
neighborhood?: {
|
|
1985
1985
|
name?: string | undefined;
|
|
1986
1986
|
} | undefined;
|
|
1987
|
-
street?: {
|
|
1988
|
-
name?: string | undefined;
|
|
1989
|
-
} | undefined;
|
|
1990
1987
|
address?: {
|
|
1991
1988
|
address_number?: string | undefined;
|
|
1992
1989
|
street_name?: string | undefined;
|
|
1993
1990
|
} | undefined;
|
|
1991
|
+
street?: {
|
|
1992
|
+
name?: string | undefined;
|
|
1993
|
+
} | undefined;
|
|
1994
1994
|
}>>;
|
|
1995
1995
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
1996
1996
|
longitude: z.ZodNumber;
|
|
@@ -2065,11 +2065,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2065
2065
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
2066
2066
|
distance: z.ZodOptional<z.ZodNumber>;
|
|
2067
2067
|
}, "strip", z.ZodTypeAny, {
|
|
2068
|
-
duration?: number | undefined;
|
|
2069
2068
|
distance?: number | undefined;
|
|
2070
|
-
}, {
|
|
2071
2069
|
duration?: number | undefined;
|
|
2070
|
+
}, {
|
|
2072
2071
|
distance?: number | undefined;
|
|
2072
|
+
duration?: number | undefined;
|
|
2073
2073
|
}>]>>;
|
|
2074
2074
|
country: z.ZodOptional<z.ZodString>;
|
|
2075
2075
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -2186,13 +2186,13 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2186
2186
|
neighborhood?: {
|
|
2187
2187
|
name?: string | undefined;
|
|
2188
2188
|
} | undefined;
|
|
2189
|
-
street?: {
|
|
2190
|
-
name?: string | undefined;
|
|
2191
|
-
} | undefined;
|
|
2192
2189
|
address?: {
|
|
2193
2190
|
address_number?: string | undefined;
|
|
2194
2191
|
street_name?: string | undefined;
|
|
2195
2192
|
} | undefined;
|
|
2193
|
+
street?: {
|
|
2194
|
+
name?: string | undefined;
|
|
2195
|
+
} | undefined;
|
|
2196
2196
|
}, {
|
|
2197
2197
|
country?: {
|
|
2198
2198
|
name?: string | undefined;
|
|
@@ -2219,13 +2219,13 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2219
2219
|
neighborhood?: {
|
|
2220
2220
|
name?: string | undefined;
|
|
2221
2221
|
} | undefined;
|
|
2222
|
-
street?: {
|
|
2223
|
-
name?: string | undefined;
|
|
2224
|
-
} | undefined;
|
|
2225
2222
|
address?: {
|
|
2226
2223
|
address_number?: string | undefined;
|
|
2227
2224
|
street_name?: string | undefined;
|
|
2228
2225
|
} | undefined;
|
|
2226
|
+
street?: {
|
|
2227
|
+
name?: string | undefined;
|
|
2228
|
+
} | undefined;
|
|
2229
2229
|
}>>;
|
|
2230
2230
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
2231
2231
|
longitude: z.ZodNumber;
|
|
@@ -2300,11 +2300,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2300
2300
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
2301
2301
|
distance: z.ZodOptional<z.ZodNumber>;
|
|
2302
2302
|
}, "strip", z.ZodTypeAny, {
|
|
2303
|
-
duration?: number | undefined;
|
|
2304
2303
|
distance?: number | undefined;
|
|
2305
|
-
}, {
|
|
2306
2304
|
duration?: number | undefined;
|
|
2305
|
+
}, {
|
|
2307
2306
|
distance?: number | undefined;
|
|
2307
|
+
duration?: number | undefined;
|
|
2308
2308
|
}>]>>;
|
|
2309
2309
|
country: z.ZodOptional<z.ZodString>;
|
|
2310
2310
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -2315,25 +2315,17 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2315
2315
|
coordinates: number[];
|
|
2316
2316
|
};
|
|
2317
2317
|
properties: {
|
|
2318
|
-
coordinates?: {
|
|
2319
|
-
longitude: number;
|
|
2320
|
-
latitude: number;
|
|
2321
|
-
accuracy?: string | undefined;
|
|
2322
|
-
routable_points?: {
|
|
2323
|
-
name: string;
|
|
2324
|
-
longitude: number;
|
|
2325
|
-
latitude: number;
|
|
2326
|
-
}[] | undefined;
|
|
2327
|
-
} | undefined;
|
|
2328
|
-
mapbox_id?: string | undefined;
|
|
2329
|
-
feature_type?: string | undefined;
|
|
2330
2318
|
name?: string | undefined;
|
|
2319
|
+
brand?: string[] | undefined;
|
|
2320
|
+
bbox?: number[] | undefined;
|
|
2321
|
+
country?: string | undefined;
|
|
2322
|
+
address_number?: string | undefined;
|
|
2323
|
+
street_name?: string | undefined;
|
|
2331
2324
|
name_preferred?: string | undefined;
|
|
2325
|
+
mapbox_id?: string | undefined;
|
|
2326
|
+
feature_type?: string | undefined;
|
|
2332
2327
|
full_address?: string | undefined;
|
|
2333
2328
|
place_formatted?: string | undefined;
|
|
2334
|
-
address_number?: string | undefined;
|
|
2335
|
-
street_name?: string | undefined;
|
|
2336
|
-
country?: string | undefined;
|
|
2337
2329
|
context?: {
|
|
2338
2330
|
country?: {
|
|
2339
2331
|
name?: string | undefined;
|
|
@@ -2360,18 +2352,27 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2360
2352
|
neighborhood?: {
|
|
2361
2353
|
name?: string | undefined;
|
|
2362
2354
|
} | undefined;
|
|
2363
|
-
street?: {
|
|
2364
|
-
name?: string | undefined;
|
|
2365
|
-
} | undefined;
|
|
2366
2355
|
address?: {
|
|
2367
2356
|
address_number?: string | undefined;
|
|
2368
2357
|
street_name?: string | undefined;
|
|
2369
2358
|
} | undefined;
|
|
2359
|
+
street?: {
|
|
2360
|
+
name?: string | undefined;
|
|
2361
|
+
} | undefined;
|
|
2370
2362
|
} | undefined;
|
|
2371
|
-
|
|
2363
|
+
coordinates?: {
|
|
2364
|
+
longitude: number;
|
|
2365
|
+
latitude: number;
|
|
2366
|
+
accuracy?: string | undefined;
|
|
2367
|
+
routable_points?: {
|
|
2368
|
+
name: string;
|
|
2369
|
+
longitude: number;
|
|
2370
|
+
latitude: number;
|
|
2371
|
+
}[] | undefined;
|
|
2372
|
+
} | undefined;
|
|
2373
|
+
maki?: string | undefined;
|
|
2372
2374
|
poi_category?: string[] | undefined;
|
|
2373
2375
|
poi_category_ids?: string[] | undefined;
|
|
2374
|
-
brand?: string[] | undefined;
|
|
2375
2376
|
brand_id?: string | string[] | undefined;
|
|
2376
2377
|
external_ids?: Record<string, string> | undefined;
|
|
2377
2378
|
metadata?: {
|
|
@@ -2381,12 +2382,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2381
2382
|
ja_latin?: string | undefined;
|
|
2382
2383
|
} | undefined;
|
|
2383
2384
|
} | undefined;
|
|
2384
|
-
maki?: string | undefined;
|
|
2385
|
-
operational_status?: string | undefined;
|
|
2386
2385
|
eta?: number | {
|
|
2387
|
-
duration?: number | undefined;
|
|
2388
2386
|
distance?: number | undefined;
|
|
2387
|
+
duration?: number | undefined;
|
|
2389
2388
|
} | undefined;
|
|
2389
|
+
operational_status?: string | undefined;
|
|
2390
2390
|
} & {
|
|
2391
2391
|
[k: string]: unknown;
|
|
2392
2392
|
};
|
|
@@ -2397,25 +2397,17 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2397
2397
|
coordinates: number[];
|
|
2398
2398
|
};
|
|
2399
2399
|
properties: {
|
|
2400
|
-
coordinates?: {
|
|
2401
|
-
longitude: number;
|
|
2402
|
-
latitude: number;
|
|
2403
|
-
accuracy?: string | undefined;
|
|
2404
|
-
routable_points?: {
|
|
2405
|
-
name: string;
|
|
2406
|
-
longitude: number;
|
|
2407
|
-
latitude: number;
|
|
2408
|
-
}[] | undefined;
|
|
2409
|
-
} | undefined;
|
|
2410
|
-
mapbox_id?: string | undefined;
|
|
2411
|
-
feature_type?: string | undefined;
|
|
2412
2400
|
name?: string | undefined;
|
|
2401
|
+
brand?: string[] | undefined;
|
|
2402
|
+
bbox?: number[] | undefined;
|
|
2403
|
+
country?: string | undefined;
|
|
2404
|
+
address_number?: string | undefined;
|
|
2405
|
+
street_name?: string | undefined;
|
|
2413
2406
|
name_preferred?: string | undefined;
|
|
2407
|
+
mapbox_id?: string | undefined;
|
|
2408
|
+
feature_type?: string | undefined;
|
|
2414
2409
|
full_address?: string | undefined;
|
|
2415
2410
|
place_formatted?: string | undefined;
|
|
2416
|
-
address_number?: string | undefined;
|
|
2417
|
-
street_name?: string | undefined;
|
|
2418
|
-
country?: string | undefined;
|
|
2419
2411
|
context?: {
|
|
2420
2412
|
country?: {
|
|
2421
2413
|
name?: string | undefined;
|
|
@@ -2442,18 +2434,27 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2442
2434
|
neighborhood?: {
|
|
2443
2435
|
name?: string | undefined;
|
|
2444
2436
|
} | undefined;
|
|
2445
|
-
street?: {
|
|
2446
|
-
name?: string | undefined;
|
|
2447
|
-
} | undefined;
|
|
2448
2437
|
address?: {
|
|
2449
2438
|
address_number?: string | undefined;
|
|
2450
2439
|
street_name?: string | undefined;
|
|
2451
2440
|
} | undefined;
|
|
2441
|
+
street?: {
|
|
2442
|
+
name?: string | undefined;
|
|
2443
|
+
} | undefined;
|
|
2452
2444
|
} | undefined;
|
|
2453
|
-
|
|
2445
|
+
coordinates?: {
|
|
2446
|
+
longitude: number;
|
|
2447
|
+
latitude: number;
|
|
2448
|
+
accuracy?: string | undefined;
|
|
2449
|
+
routable_points?: {
|
|
2450
|
+
name: string;
|
|
2451
|
+
longitude: number;
|
|
2452
|
+
latitude: number;
|
|
2453
|
+
}[] | undefined;
|
|
2454
|
+
} | undefined;
|
|
2455
|
+
maki?: string | undefined;
|
|
2454
2456
|
poi_category?: string[] | undefined;
|
|
2455
2457
|
poi_category_ids?: string[] | undefined;
|
|
2456
|
-
brand?: string[] | undefined;
|
|
2457
2458
|
brand_id?: string | string[] | undefined;
|
|
2458
2459
|
external_ids?: Record<string, string> | undefined;
|
|
2459
2460
|
metadata?: {
|
|
@@ -2463,12 +2464,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2463
2464
|
ja_latin?: string | undefined;
|
|
2464
2465
|
} | undefined;
|
|
2465
2466
|
} | undefined;
|
|
2466
|
-
maki?: string | undefined;
|
|
2467
|
-
operational_status?: string | undefined;
|
|
2468
2467
|
eta?: number | {
|
|
2469
|
-
duration?: number | undefined;
|
|
2470
2468
|
distance?: number | undefined;
|
|
2469
|
+
duration?: number | undefined;
|
|
2471
2470
|
} | undefined;
|
|
2471
|
+
operational_status?: string | undefined;
|
|
2472
2472
|
} & {
|
|
2473
2473
|
[k: string]: unknown;
|
|
2474
2474
|
};
|
|
@@ -2483,25 +2483,17 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2483
2483
|
coordinates: number[];
|
|
2484
2484
|
};
|
|
2485
2485
|
properties: {
|
|
2486
|
-
coordinates?: {
|
|
2487
|
-
longitude: number;
|
|
2488
|
-
latitude: number;
|
|
2489
|
-
accuracy?: string | undefined;
|
|
2490
|
-
routable_points?: {
|
|
2491
|
-
name: string;
|
|
2492
|
-
longitude: number;
|
|
2493
|
-
latitude: number;
|
|
2494
|
-
}[] | undefined;
|
|
2495
|
-
} | undefined;
|
|
2496
|
-
mapbox_id?: string | undefined;
|
|
2497
|
-
feature_type?: string | undefined;
|
|
2498
2486
|
name?: string | undefined;
|
|
2487
|
+
brand?: string[] | undefined;
|
|
2488
|
+
bbox?: number[] | undefined;
|
|
2489
|
+
country?: string | undefined;
|
|
2490
|
+
address_number?: string | undefined;
|
|
2491
|
+
street_name?: string | undefined;
|
|
2499
2492
|
name_preferred?: string | undefined;
|
|
2493
|
+
mapbox_id?: string | undefined;
|
|
2494
|
+
feature_type?: string | undefined;
|
|
2500
2495
|
full_address?: string | undefined;
|
|
2501
2496
|
place_formatted?: string | undefined;
|
|
2502
|
-
address_number?: string | undefined;
|
|
2503
|
-
street_name?: string | undefined;
|
|
2504
|
-
country?: string | undefined;
|
|
2505
2497
|
context?: {
|
|
2506
2498
|
country?: {
|
|
2507
2499
|
name?: string | undefined;
|
|
@@ -2528,18 +2520,27 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2528
2520
|
neighborhood?: {
|
|
2529
2521
|
name?: string | undefined;
|
|
2530
2522
|
} | undefined;
|
|
2531
|
-
street?: {
|
|
2532
|
-
name?: string | undefined;
|
|
2533
|
-
} | undefined;
|
|
2534
2523
|
address?: {
|
|
2535
2524
|
address_number?: string | undefined;
|
|
2536
2525
|
street_name?: string | undefined;
|
|
2537
2526
|
} | undefined;
|
|
2527
|
+
street?: {
|
|
2528
|
+
name?: string | undefined;
|
|
2529
|
+
} | undefined;
|
|
2538
2530
|
} | undefined;
|
|
2539
|
-
|
|
2531
|
+
coordinates?: {
|
|
2532
|
+
longitude: number;
|
|
2533
|
+
latitude: number;
|
|
2534
|
+
accuracy?: string | undefined;
|
|
2535
|
+
routable_points?: {
|
|
2536
|
+
name: string;
|
|
2537
|
+
longitude: number;
|
|
2538
|
+
latitude: number;
|
|
2539
|
+
}[] | undefined;
|
|
2540
|
+
} | undefined;
|
|
2541
|
+
maki?: string | undefined;
|
|
2540
2542
|
poi_category?: string[] | undefined;
|
|
2541
2543
|
poi_category_ids?: string[] | undefined;
|
|
2542
|
-
brand?: string[] | undefined;
|
|
2543
2544
|
brand_id?: string | string[] | undefined;
|
|
2544
2545
|
external_ids?: Record<string, string> | undefined;
|
|
2545
2546
|
metadata?: {
|
|
@@ -2549,12 +2550,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2549
2550
|
ja_latin?: string | undefined;
|
|
2550
2551
|
} | undefined;
|
|
2551
2552
|
} | undefined;
|
|
2552
|
-
maki?: string | undefined;
|
|
2553
|
-
operational_status?: string | undefined;
|
|
2554
2553
|
eta?: number | {
|
|
2555
|
-
duration?: number | undefined;
|
|
2556
2554
|
distance?: number | undefined;
|
|
2555
|
+
duration?: number | undefined;
|
|
2557
2556
|
} | undefined;
|
|
2557
|
+
operational_status?: string | undefined;
|
|
2558
2558
|
} & {
|
|
2559
2559
|
[k: string]: unknown;
|
|
2560
2560
|
};
|
|
@@ -2569,25 +2569,17 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2569
2569
|
coordinates: number[];
|
|
2570
2570
|
};
|
|
2571
2571
|
properties: {
|
|
2572
|
-
coordinates?: {
|
|
2573
|
-
longitude: number;
|
|
2574
|
-
latitude: number;
|
|
2575
|
-
accuracy?: string | undefined;
|
|
2576
|
-
routable_points?: {
|
|
2577
|
-
name: string;
|
|
2578
|
-
longitude: number;
|
|
2579
|
-
latitude: number;
|
|
2580
|
-
}[] | undefined;
|
|
2581
|
-
} | undefined;
|
|
2582
|
-
mapbox_id?: string | undefined;
|
|
2583
|
-
feature_type?: string | undefined;
|
|
2584
2572
|
name?: string | undefined;
|
|
2573
|
+
brand?: string[] | undefined;
|
|
2574
|
+
bbox?: number[] | undefined;
|
|
2575
|
+
country?: string | undefined;
|
|
2576
|
+
address_number?: string | undefined;
|
|
2577
|
+
street_name?: string | undefined;
|
|
2585
2578
|
name_preferred?: string | undefined;
|
|
2579
|
+
mapbox_id?: string | undefined;
|
|
2580
|
+
feature_type?: string | undefined;
|
|
2586
2581
|
full_address?: string | undefined;
|
|
2587
2582
|
place_formatted?: string | undefined;
|
|
2588
|
-
address_number?: string | undefined;
|
|
2589
|
-
street_name?: string | undefined;
|
|
2590
|
-
country?: string | undefined;
|
|
2591
2583
|
context?: {
|
|
2592
2584
|
country?: {
|
|
2593
2585
|
name?: string | undefined;
|
|
@@ -2614,18 +2606,27 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2614
2606
|
neighborhood?: {
|
|
2615
2607
|
name?: string | undefined;
|
|
2616
2608
|
} | undefined;
|
|
2617
|
-
street?: {
|
|
2618
|
-
name?: string | undefined;
|
|
2619
|
-
} | undefined;
|
|
2620
2609
|
address?: {
|
|
2621
2610
|
address_number?: string | undefined;
|
|
2622
2611
|
street_name?: string | undefined;
|
|
2623
2612
|
} | undefined;
|
|
2613
|
+
street?: {
|
|
2614
|
+
name?: string | undefined;
|
|
2615
|
+
} | undefined;
|
|
2624
2616
|
} | undefined;
|
|
2625
|
-
|
|
2617
|
+
coordinates?: {
|
|
2618
|
+
longitude: number;
|
|
2619
|
+
latitude: number;
|
|
2620
|
+
accuracy?: string | undefined;
|
|
2621
|
+
routable_points?: {
|
|
2622
|
+
name: string;
|
|
2623
|
+
longitude: number;
|
|
2624
|
+
latitude: number;
|
|
2625
|
+
}[] | undefined;
|
|
2626
|
+
} | undefined;
|
|
2627
|
+
maki?: string | undefined;
|
|
2626
2628
|
poi_category?: string[] | undefined;
|
|
2627
2629
|
poi_category_ids?: string[] | undefined;
|
|
2628
|
-
brand?: string[] | undefined;
|
|
2629
2630
|
brand_id?: string | string[] | undefined;
|
|
2630
2631
|
external_ids?: Record<string, string> | undefined;
|
|
2631
2632
|
metadata?: {
|
|
@@ -2635,12 +2636,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2635
2636
|
ja_latin?: string | undefined;
|
|
2636
2637
|
} | undefined;
|
|
2637
2638
|
} | undefined;
|
|
2638
|
-
maki?: string | undefined;
|
|
2639
|
-
operational_status?: string | undefined;
|
|
2640
2639
|
eta?: number | {
|
|
2641
|
-
duration?: number | undefined;
|
|
2642
2640
|
distance?: number | undefined;
|
|
2641
|
+
duration?: number | undefined;
|
|
2643
2642
|
} | undefined;
|
|
2643
|
+
operational_status?: string | undefined;
|
|
2644
2644
|
} & {
|
|
2645
2645
|
[k: string]: unknown;
|
|
2646
2646
|
};
|