@mapbox/mcp-server 0.8.3 → 0.9.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 +39 -12
- package/dist/commonjs/index.js +19 -2
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/prompts/SearchAlongRoutePrompt.js +6 -6
- package/dist/commonjs/prompts/index.d.ts +41 -0
- package/dist/commonjs/prompts/index.d.ts.map +1 -0
- package/dist/commonjs/prompts/index.js +56 -0
- package/dist/commonjs/prompts/index.js.map +1 -0
- package/dist/commonjs/resources/index.d.ts +6 -0
- package/dist/commonjs/resources/index.d.ts.map +1 -0
- package/dist/commonjs/resources/index.js +43 -0
- package/dist/commonjs/resources/index.js.map +1 -0
- package/dist/commonjs/resources/resourceRegistry.d.ts +3 -1
- package/dist/commonjs/resources/resourceRegistry.d.ts.map +1 -1
- package/dist/commonjs/resources/resourceRegistry.js +5 -1
- package/dist/commonjs/resources/resourceRegistry.js.map +1 -1
- package/dist/commonjs/resources/temporary/TemporaryDataResource.d.ts +13 -0
- package/dist/commonjs/resources/temporary/TemporaryDataResource.d.ts.map +1 -0
- package/dist/commonjs/resources/temporary/TemporaryDataResource.js +41 -0
- package/dist/commonjs/resources/temporary/TemporaryDataResource.js.map +1 -0
- package/dist/commonjs/resources/ui-apps/StaticMapUIResource.d.ts +15 -0
- package/dist/commonjs/resources/ui-apps/StaticMapUIResource.d.ts.map +1 -0
- package/dist/commonjs/resources/ui-apps/StaticMapUIResource.js +262 -0
- package/dist/commonjs/resources/ui-apps/StaticMapUIResource.js.map +1 -0
- package/dist/commonjs/tools/BaseTool.d.ts +10 -0
- package/dist/commonjs/tools/BaseTool.d.ts.map +1 -1
- package/dist/commonjs/tools/BaseTool.js +9 -4
- package/dist/commonjs/tools/BaseTool.js.map +1 -1
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.d.ts.map +1 -1
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.input.schema.d.ts +2 -2
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.js +4 -0
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.js.map +1 -1
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.output.schema.d.ts +17846 -2030
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.output.schema.d.ts.map +1 -1
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.output.schema.js +73 -38
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.output.schema.js.map +1 -1
- package/dist/commonjs/tools/directions-tool/DirectionsTool.d.ts.map +1 -1
- package/dist/commonjs/tools/directions-tool/DirectionsTool.js +59 -2
- package/dist/commonjs/tools/directions-tool/DirectionsTool.js.map +1 -1
- package/dist/commonjs/tools/directions-tool/DirectionsTool.output.schema.d.ts +32 -32
- package/dist/commonjs/tools/index.d.ts +86 -0
- package/dist/commonjs/tools/index.d.ts.map +1 -0
- package/dist/commonjs/tools/index.js +146 -0
- package/dist/commonjs/tools/index.js.map +1 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.d.ts +25 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.d.ts.map +1 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.input.schema.d.ts +25 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.input.schema.js +30 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.js +193 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.js.map +1 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.output.schema.d.ts +296 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.output.schema.js +55 -0
- package/dist/commonjs/tools/place-details-tool/PlaceDetailsTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/reverse-geocode-tool/ReverseGeocodeTool.input.schema.d.ts +4 -4
- package/dist/commonjs/tools/reverse-geocode-tool/ReverseGeocodeTool.output.schema.d.ts +350 -350
- package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.d.ts.map +1 -1
- package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.input.schema.d.ts +4 -4
- package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.js +4 -0
- package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.js.map +1 -1
- package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.output.schema.d.ts +186 -186
- package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.d.ts +9 -0
- package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.d.ts.map +1 -1
- package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.input.schema.d.ts +12 -12
- package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.js +18 -30
- package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.js.map +1 -1
- package/dist/commonjs/tools/toolRegistry.d.ts +3 -2
- package/dist/commonjs/tools/toolRegistry.d.ts.map +1 -1
- package/dist/commonjs/tools/toolRegistry.js +2 -0
- package/dist/commonjs/tools/toolRegistry.js.map +1 -1
- package/dist/commonjs/utils/index.d.ts +33 -0
- package/dist/commonjs/utils/index.d.ts.map +1 -0
- package/dist/commonjs/utils/index.js +45 -0
- package/dist/commonjs/utils/index.js.map +1 -0
- package/dist/commonjs/utils/temporaryResourceManager.d.ts +51 -0
- package/dist/commonjs/utils/temporaryResourceManager.d.ts.map +1 -0
- package/dist/commonjs/utils/temporaryResourceManager.js +92 -0
- package/dist/commonjs/utils/temporaryResourceManager.js.map +1 -0
- package/dist/commonjs/version.json +3 -3
- package/dist/esm/index.js +19 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/prompts/SearchAlongRoutePrompt.js +6 -6
- package/dist/esm/prompts/index.d.ts +41 -0
- package/dist/esm/prompts/index.d.ts.map +1 -0
- package/dist/esm/prompts/index.js +47 -0
- package/dist/esm/prompts/index.js.map +1 -0
- package/dist/esm/resources/index.d.ts +6 -0
- package/dist/esm/resources/index.d.ts.map +1 -0
- package/dist/esm/resources/index.js +37 -0
- package/dist/esm/resources/index.js.map +1 -0
- package/dist/esm/resources/resourceRegistry.d.ts +3 -1
- package/dist/esm/resources/resourceRegistry.d.ts.map +1 -1
- package/dist/esm/resources/resourceRegistry.js +5 -1
- package/dist/esm/resources/resourceRegistry.js.map +1 -1
- package/dist/esm/resources/temporary/TemporaryDataResource.d.ts +13 -0
- package/dist/esm/resources/temporary/TemporaryDataResource.d.ts.map +1 -0
- package/dist/esm/resources/temporary/TemporaryDataResource.js +37 -0
- package/dist/esm/resources/temporary/TemporaryDataResource.js.map +1 -0
- package/dist/esm/resources/ui-apps/StaticMapUIResource.d.ts +15 -0
- package/dist/esm/resources/ui-apps/StaticMapUIResource.d.ts.map +1 -0
- package/dist/esm/resources/ui-apps/StaticMapUIResource.js +258 -0
- package/dist/esm/resources/ui-apps/StaticMapUIResource.js.map +1 -0
- package/dist/esm/tools/BaseTool.d.ts +10 -0
- package/dist/esm/tools/BaseTool.d.ts.map +1 -1
- package/dist/esm/tools/BaseTool.js +9 -4
- package/dist/esm/tools/BaseTool.js.map +1 -1
- package/dist/esm/tools/category-search-tool/CategorySearchTool.d.ts.map +1 -1
- package/dist/esm/tools/category-search-tool/CategorySearchTool.input.schema.d.ts +2 -2
- package/dist/esm/tools/category-search-tool/CategorySearchTool.js +4 -0
- package/dist/esm/tools/category-search-tool/CategorySearchTool.js.map +1 -1
- package/dist/esm/tools/category-search-tool/CategorySearchTool.output.schema.d.ts +17846 -2030
- package/dist/esm/tools/category-search-tool/CategorySearchTool.output.schema.d.ts.map +1 -1
- package/dist/esm/tools/category-search-tool/CategorySearchTool.output.schema.js +73 -38
- package/dist/esm/tools/category-search-tool/CategorySearchTool.output.schema.js.map +1 -1
- package/dist/esm/tools/directions-tool/DirectionsTool.d.ts.map +1 -1
- package/dist/esm/tools/directions-tool/DirectionsTool.js +59 -2
- package/dist/esm/tools/directions-tool/DirectionsTool.js.map +1 -1
- package/dist/esm/tools/directions-tool/DirectionsTool.output.schema.d.ts +32 -32
- package/dist/esm/tools/index.d.ts +86 -0
- package/dist/esm/tools/index.d.ts.map +1 -0
- package/dist/esm/tools/index.js +118 -0
- package/dist/esm/tools/index.js.map +1 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.d.ts +25 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.d.ts.map +1 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.input.schema.d.ts +25 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.input.schema.js +24 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.input.schema.js.map +1 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.js +189 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.js.map +1 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.output.schema.d.ts +296 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.output.schema.js +52 -0
- package/dist/esm/tools/place-details-tool/PlaceDetailsTool.output.schema.js.map +1 -0
- package/dist/esm/tools/reverse-geocode-tool/ReverseGeocodeTool.input.schema.d.ts +4 -4
- package/dist/esm/tools/reverse-geocode-tool/ReverseGeocodeTool.output.schema.d.ts +350 -350
- package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.d.ts.map +1 -1
- package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.input.schema.d.ts +4 -4
- package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.js +4 -0
- package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.js.map +1 -1
- package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.output.schema.d.ts +186 -186
- package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.d.ts +9 -0
- package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.d.ts.map +1 -1
- package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.input.schema.d.ts +12 -12
- package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.js +18 -30
- package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.js.map +1 -1
- package/dist/esm/tools/toolRegistry.d.ts +3 -2
- package/dist/esm/tools/toolRegistry.d.ts.map +1 -1
- package/dist/esm/tools/toolRegistry.js +2 -0
- package/dist/esm/tools/toolRegistry.js.map +1 -1
- package/dist/esm/utils/index.d.ts +33 -0
- package/dist/esm/utils/index.d.ts.map +1 -0
- package/dist/esm/utils/index.js +36 -0
- package/dist/esm/utils/index.js.map +1 -0
- package/dist/esm/utils/temporaryResourceManager.d.ts +51 -0
- package/dist/esm/utils/temporaryResourceManager.d.ts.map +1 -0
- package/dist/esm/utils/temporaryResourceManager.js +88 -0
- package/dist/esm/utils/temporaryResourceManager.js.map +1 -0
- package/dist/esm/version.json +3 -3
- package/package.json +54 -8
- /package/patches/{@modelcontextprotocol+sdk+1.25.3.patch → @modelcontextprotocol+sdk+1.26.0.patch} +0 -0
|
@@ -88,6 +88,10 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
88
88
|
street_name?: string | undefined;
|
|
89
89
|
}>>;
|
|
90
90
|
}, "strip", z.ZodTypeAny, {
|
|
91
|
+
address?: {
|
|
92
|
+
address_number?: string | undefined;
|
|
93
|
+
street_name?: string | undefined;
|
|
94
|
+
} | undefined;
|
|
91
95
|
country?: {
|
|
92
96
|
name?: string | undefined;
|
|
93
97
|
country_code?: string | undefined;
|
|
@@ -113,14 +117,14 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
113
117
|
neighborhood?: {
|
|
114
118
|
name?: string | undefined;
|
|
115
119
|
} | undefined;
|
|
116
|
-
address?: {
|
|
117
|
-
address_number?: string | undefined;
|
|
118
|
-
street_name?: string | undefined;
|
|
119
|
-
} | undefined;
|
|
120
120
|
street?: {
|
|
121
121
|
name?: string | undefined;
|
|
122
122
|
} | undefined;
|
|
123
123
|
}, {
|
|
124
|
+
address?: {
|
|
125
|
+
address_number?: string | undefined;
|
|
126
|
+
street_name?: string | undefined;
|
|
127
|
+
} | undefined;
|
|
124
128
|
country?: {
|
|
125
129
|
name?: string | undefined;
|
|
126
130
|
country_code?: string | undefined;
|
|
@@ -146,10 +150,6 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
146
150
|
neighborhood?: {
|
|
147
151
|
name?: string | undefined;
|
|
148
152
|
} | undefined;
|
|
149
|
-
address?: {
|
|
150
|
-
address_number?: string | undefined;
|
|
151
|
-
street_name?: string | undefined;
|
|
152
|
-
} | undefined;
|
|
153
153
|
street?: {
|
|
154
154
|
name?: string | undefined;
|
|
155
155
|
} | undefined;
|
|
@@ -323,6 +323,10 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
323
323
|
street_name?: string | undefined;
|
|
324
324
|
}>>;
|
|
325
325
|
}, "strip", z.ZodTypeAny, {
|
|
326
|
+
address?: {
|
|
327
|
+
address_number?: string | undefined;
|
|
328
|
+
street_name?: string | undefined;
|
|
329
|
+
} | undefined;
|
|
326
330
|
country?: {
|
|
327
331
|
name?: string | undefined;
|
|
328
332
|
country_code?: string | undefined;
|
|
@@ -348,14 +352,14 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
348
352
|
neighborhood?: {
|
|
349
353
|
name?: string | undefined;
|
|
350
354
|
} | undefined;
|
|
351
|
-
address?: {
|
|
352
|
-
address_number?: string | undefined;
|
|
353
|
-
street_name?: string | undefined;
|
|
354
|
-
} | undefined;
|
|
355
355
|
street?: {
|
|
356
356
|
name?: string | undefined;
|
|
357
357
|
} | undefined;
|
|
358
358
|
}, {
|
|
359
|
+
address?: {
|
|
360
|
+
address_number?: string | undefined;
|
|
361
|
+
street_name?: string | undefined;
|
|
362
|
+
} | undefined;
|
|
359
363
|
country?: {
|
|
360
364
|
name?: string | undefined;
|
|
361
365
|
country_code?: string | undefined;
|
|
@@ -381,10 +385,6 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
381
385
|
neighborhood?: {
|
|
382
386
|
name?: string | undefined;
|
|
383
387
|
} | undefined;
|
|
384
|
-
address?: {
|
|
385
|
-
address_number?: string | undefined;
|
|
386
|
-
street_name?: string | undefined;
|
|
387
|
-
} | undefined;
|
|
388
388
|
street?: {
|
|
389
389
|
name?: string | undefined;
|
|
390
390
|
} | undefined;
|
|
@@ -558,6 +558,10 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
558
558
|
street_name?: string | undefined;
|
|
559
559
|
}>>;
|
|
560
560
|
}, "strip", z.ZodTypeAny, {
|
|
561
|
+
address?: {
|
|
562
|
+
address_number?: string | undefined;
|
|
563
|
+
street_name?: string | undefined;
|
|
564
|
+
} | undefined;
|
|
561
565
|
country?: {
|
|
562
566
|
name?: string | undefined;
|
|
563
567
|
country_code?: string | undefined;
|
|
@@ -583,14 +587,14 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
583
587
|
neighborhood?: {
|
|
584
588
|
name?: string | undefined;
|
|
585
589
|
} | undefined;
|
|
586
|
-
address?: {
|
|
587
|
-
address_number?: string | undefined;
|
|
588
|
-
street_name?: string | undefined;
|
|
589
|
-
} | undefined;
|
|
590
590
|
street?: {
|
|
591
591
|
name?: string | undefined;
|
|
592
592
|
} | undefined;
|
|
593
593
|
}, {
|
|
594
|
+
address?: {
|
|
595
|
+
address_number?: string | undefined;
|
|
596
|
+
street_name?: string | undefined;
|
|
597
|
+
} | undefined;
|
|
594
598
|
country?: {
|
|
595
599
|
name?: string | undefined;
|
|
596
600
|
country_code?: string | undefined;
|
|
@@ -616,10 +620,6 @@ declare const SearchBoxFeaturePropertiesSchema: z.ZodObject<{
|
|
|
616
620
|
neighborhood?: {
|
|
617
621
|
name?: string | undefined;
|
|
618
622
|
} | undefined;
|
|
619
|
-
address?: {
|
|
620
|
-
address_number?: string | undefined;
|
|
621
|
-
street_name?: string | undefined;
|
|
622
|
-
} | undefined;
|
|
623
623
|
street?: {
|
|
624
624
|
name?: string | undefined;
|
|
625
625
|
} | undefined;
|
|
@@ -806,6 +806,10 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
806
806
|
street_name?: string | undefined;
|
|
807
807
|
}>>;
|
|
808
808
|
}, "strip", z.ZodTypeAny, {
|
|
809
|
+
address?: {
|
|
810
|
+
address_number?: string | undefined;
|
|
811
|
+
street_name?: string | undefined;
|
|
812
|
+
} | undefined;
|
|
809
813
|
country?: {
|
|
810
814
|
name?: string | undefined;
|
|
811
815
|
country_code?: string | undefined;
|
|
@@ -831,14 +835,14 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
831
835
|
neighborhood?: {
|
|
832
836
|
name?: string | undefined;
|
|
833
837
|
} | undefined;
|
|
834
|
-
address?: {
|
|
835
|
-
address_number?: string | undefined;
|
|
836
|
-
street_name?: string | undefined;
|
|
837
|
-
} | undefined;
|
|
838
838
|
street?: {
|
|
839
839
|
name?: string | undefined;
|
|
840
840
|
} | undefined;
|
|
841
841
|
}, {
|
|
842
|
+
address?: {
|
|
843
|
+
address_number?: string | undefined;
|
|
844
|
+
street_name?: string | undefined;
|
|
845
|
+
} | undefined;
|
|
842
846
|
country?: {
|
|
843
847
|
name?: string | undefined;
|
|
844
848
|
country_code?: string | undefined;
|
|
@@ -864,10 +868,6 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
864
868
|
neighborhood?: {
|
|
865
869
|
name?: string | undefined;
|
|
866
870
|
} | undefined;
|
|
867
|
-
address?: {
|
|
868
|
-
address_number?: string | undefined;
|
|
869
|
-
street_name?: string | undefined;
|
|
870
|
-
} | undefined;
|
|
871
871
|
street?: {
|
|
872
872
|
name?: string | undefined;
|
|
873
873
|
} | undefined;
|
|
@@ -1041,6 +1041,10 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1041
1041
|
street_name?: string | undefined;
|
|
1042
1042
|
}>>;
|
|
1043
1043
|
}, "strip", z.ZodTypeAny, {
|
|
1044
|
+
address?: {
|
|
1045
|
+
address_number?: string | undefined;
|
|
1046
|
+
street_name?: string | undefined;
|
|
1047
|
+
} | undefined;
|
|
1044
1048
|
country?: {
|
|
1045
1049
|
name?: string | undefined;
|
|
1046
1050
|
country_code?: string | undefined;
|
|
@@ -1066,14 +1070,14 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1066
1070
|
neighborhood?: {
|
|
1067
1071
|
name?: string | undefined;
|
|
1068
1072
|
} | undefined;
|
|
1069
|
-
address?: {
|
|
1070
|
-
address_number?: string | undefined;
|
|
1071
|
-
street_name?: string | undefined;
|
|
1072
|
-
} | undefined;
|
|
1073
1073
|
street?: {
|
|
1074
1074
|
name?: string | undefined;
|
|
1075
1075
|
} | undefined;
|
|
1076
1076
|
}, {
|
|
1077
|
+
address?: {
|
|
1078
|
+
address_number?: string | undefined;
|
|
1079
|
+
street_name?: string | undefined;
|
|
1080
|
+
} | undefined;
|
|
1077
1081
|
country?: {
|
|
1078
1082
|
name?: string | undefined;
|
|
1079
1083
|
country_code?: string | undefined;
|
|
@@ -1099,10 +1103,6 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1099
1103
|
neighborhood?: {
|
|
1100
1104
|
name?: string | undefined;
|
|
1101
1105
|
} | undefined;
|
|
1102
|
-
address?: {
|
|
1103
|
-
address_number?: string | undefined;
|
|
1104
|
-
street_name?: string | undefined;
|
|
1105
|
-
} | undefined;
|
|
1106
1106
|
street?: {
|
|
1107
1107
|
name?: string | undefined;
|
|
1108
1108
|
} | undefined;
|
|
@@ -1276,6 +1276,10 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1276
1276
|
street_name?: string | undefined;
|
|
1277
1277
|
}>>;
|
|
1278
1278
|
}, "strip", z.ZodTypeAny, {
|
|
1279
|
+
address?: {
|
|
1280
|
+
address_number?: string | undefined;
|
|
1281
|
+
street_name?: string | undefined;
|
|
1282
|
+
} | undefined;
|
|
1279
1283
|
country?: {
|
|
1280
1284
|
name?: string | undefined;
|
|
1281
1285
|
country_code?: string | undefined;
|
|
@@ -1301,14 +1305,14 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1301
1305
|
neighborhood?: {
|
|
1302
1306
|
name?: string | undefined;
|
|
1303
1307
|
} | undefined;
|
|
1304
|
-
address?: {
|
|
1305
|
-
address_number?: string | undefined;
|
|
1306
|
-
street_name?: string | undefined;
|
|
1307
|
-
} | undefined;
|
|
1308
1308
|
street?: {
|
|
1309
1309
|
name?: string | undefined;
|
|
1310
1310
|
} | undefined;
|
|
1311
1311
|
}, {
|
|
1312
|
+
address?: {
|
|
1313
|
+
address_number?: string | undefined;
|
|
1314
|
+
street_name?: string | undefined;
|
|
1315
|
+
} | undefined;
|
|
1312
1316
|
country?: {
|
|
1313
1317
|
name?: string | undefined;
|
|
1314
1318
|
country_code?: string | undefined;
|
|
@@ -1334,10 +1338,6 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1334
1338
|
neighborhood?: {
|
|
1335
1339
|
name?: string | undefined;
|
|
1336
1340
|
} | undefined;
|
|
1337
|
-
address?: {
|
|
1338
|
-
address_number?: string | undefined;
|
|
1339
|
-
street_name?: string | undefined;
|
|
1340
|
-
} | undefined;
|
|
1341
1341
|
street?: {
|
|
1342
1342
|
name?: string | undefined;
|
|
1343
1343
|
} | undefined;
|
|
@@ -1432,16 +1432,25 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1432
1432
|
properties: {
|
|
1433
1433
|
name?: string | undefined;
|
|
1434
1434
|
brand?: string[] | undefined;
|
|
1435
|
-
bbox?: number[] | undefined;
|
|
1436
|
-
country?: string | undefined;
|
|
1437
|
-
address_number?: string | undefined;
|
|
1438
|
-
street_name?: string | undefined;
|
|
1439
|
-
name_preferred?: string | undefined;
|
|
1440
1435
|
mapbox_id?: string | undefined;
|
|
1436
|
+
coordinates?: {
|
|
1437
|
+
longitude: number;
|
|
1438
|
+
latitude: number;
|
|
1439
|
+
accuracy?: string | undefined;
|
|
1440
|
+
routable_points?: {
|
|
1441
|
+
name: string;
|
|
1442
|
+
longitude: number;
|
|
1443
|
+
latitude: number;
|
|
1444
|
+
}[] | undefined;
|
|
1445
|
+
} | undefined;
|
|
1441
1446
|
feature_type?: string | undefined;
|
|
1442
1447
|
full_address?: string | undefined;
|
|
1443
1448
|
place_formatted?: string | undefined;
|
|
1444
1449
|
context?: {
|
|
1450
|
+
address?: {
|
|
1451
|
+
address_number?: string | undefined;
|
|
1452
|
+
street_name?: string | undefined;
|
|
1453
|
+
} | undefined;
|
|
1445
1454
|
country?: {
|
|
1446
1455
|
name?: string | undefined;
|
|
1447
1456
|
country_code?: string | undefined;
|
|
@@ -1467,24 +1476,11 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1467
1476
|
neighborhood?: {
|
|
1468
1477
|
name?: string | undefined;
|
|
1469
1478
|
} | undefined;
|
|
1470
|
-
address?: {
|
|
1471
|
-
address_number?: string | undefined;
|
|
1472
|
-
street_name?: string | undefined;
|
|
1473
|
-
} | undefined;
|
|
1474
1479
|
street?: {
|
|
1475
1480
|
name?: string | undefined;
|
|
1476
1481
|
} | undefined;
|
|
1477
1482
|
} | undefined;
|
|
1478
|
-
|
|
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;
|
|
1483
|
+
bbox?: number[] | undefined;
|
|
1488
1484
|
maki?: string | undefined;
|
|
1489
1485
|
poi_category?: string[] | undefined;
|
|
1490
1486
|
poi_category_ids?: string[] | undefined;
|
|
@@ -1497,6 +1493,10 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1497
1493
|
ja_latin?: string | undefined;
|
|
1498
1494
|
} | undefined;
|
|
1499
1495
|
} | undefined;
|
|
1496
|
+
country?: string | undefined;
|
|
1497
|
+
address_number?: string | undefined;
|
|
1498
|
+
street_name?: string | undefined;
|
|
1499
|
+
name_preferred?: string | undefined;
|
|
1500
1500
|
eta?: number | {
|
|
1501
1501
|
distance?: number | undefined;
|
|
1502
1502
|
duration?: number | undefined;
|
|
@@ -1514,16 +1514,25 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1514
1514
|
properties: {
|
|
1515
1515
|
name?: string | undefined;
|
|
1516
1516
|
brand?: string[] | undefined;
|
|
1517
|
-
bbox?: number[] | undefined;
|
|
1518
|
-
country?: string | undefined;
|
|
1519
|
-
address_number?: string | undefined;
|
|
1520
|
-
street_name?: string | undefined;
|
|
1521
|
-
name_preferred?: string | undefined;
|
|
1522
1517
|
mapbox_id?: string | undefined;
|
|
1518
|
+
coordinates?: {
|
|
1519
|
+
longitude: number;
|
|
1520
|
+
latitude: number;
|
|
1521
|
+
accuracy?: string | undefined;
|
|
1522
|
+
routable_points?: {
|
|
1523
|
+
name: string;
|
|
1524
|
+
longitude: number;
|
|
1525
|
+
latitude: number;
|
|
1526
|
+
}[] | undefined;
|
|
1527
|
+
} | undefined;
|
|
1523
1528
|
feature_type?: string | undefined;
|
|
1524
1529
|
full_address?: string | undefined;
|
|
1525
1530
|
place_formatted?: string | undefined;
|
|
1526
1531
|
context?: {
|
|
1532
|
+
address?: {
|
|
1533
|
+
address_number?: string | undefined;
|
|
1534
|
+
street_name?: string | undefined;
|
|
1535
|
+
} | undefined;
|
|
1527
1536
|
country?: {
|
|
1528
1537
|
name?: string | undefined;
|
|
1529
1538
|
country_code?: string | undefined;
|
|
@@ -1549,24 +1558,11 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1549
1558
|
neighborhood?: {
|
|
1550
1559
|
name?: string | undefined;
|
|
1551
1560
|
} | undefined;
|
|
1552
|
-
address?: {
|
|
1553
|
-
address_number?: string | undefined;
|
|
1554
|
-
street_name?: string | undefined;
|
|
1555
|
-
} | undefined;
|
|
1556
1561
|
street?: {
|
|
1557
1562
|
name?: string | undefined;
|
|
1558
1563
|
} | undefined;
|
|
1559
1564
|
} | undefined;
|
|
1560
|
-
|
|
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;
|
|
1565
|
+
bbox?: number[] | undefined;
|
|
1570
1566
|
maki?: string | undefined;
|
|
1571
1567
|
poi_category?: string[] | undefined;
|
|
1572
1568
|
poi_category_ids?: string[] | undefined;
|
|
@@ -1579,6 +1575,10 @@ declare const SearchBoxFeatureSchema: z.ZodObject<{
|
|
|
1579
1575
|
ja_latin?: string | undefined;
|
|
1580
1576
|
} | undefined;
|
|
1581
1577
|
} | undefined;
|
|
1578
|
+
country?: string | undefined;
|
|
1579
|
+
address_number?: string | undefined;
|
|
1580
|
+
street_name?: string | undefined;
|
|
1581
|
+
name_preferred?: string | undefined;
|
|
1582
1582
|
eta?: number | {
|
|
1583
1583
|
distance?: number | undefined;
|
|
1584
1584
|
duration?: number | undefined;
|
|
@@ -1691,6 +1691,10 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1691
1691
|
street_name?: string | undefined;
|
|
1692
1692
|
}>>;
|
|
1693
1693
|
}, "strip", z.ZodTypeAny, {
|
|
1694
|
+
address?: {
|
|
1695
|
+
address_number?: string | undefined;
|
|
1696
|
+
street_name?: string | undefined;
|
|
1697
|
+
} | undefined;
|
|
1694
1698
|
country?: {
|
|
1695
1699
|
name?: string | undefined;
|
|
1696
1700
|
country_code?: string | undefined;
|
|
@@ -1716,14 +1720,14 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1716
1720
|
neighborhood?: {
|
|
1717
1721
|
name?: string | undefined;
|
|
1718
1722
|
} | undefined;
|
|
1719
|
-
address?: {
|
|
1720
|
-
address_number?: string | undefined;
|
|
1721
|
-
street_name?: string | undefined;
|
|
1722
|
-
} | undefined;
|
|
1723
1723
|
street?: {
|
|
1724
1724
|
name?: string | undefined;
|
|
1725
1725
|
} | undefined;
|
|
1726
1726
|
}, {
|
|
1727
|
+
address?: {
|
|
1728
|
+
address_number?: string | undefined;
|
|
1729
|
+
street_name?: string | undefined;
|
|
1730
|
+
} | undefined;
|
|
1727
1731
|
country?: {
|
|
1728
1732
|
name?: string | undefined;
|
|
1729
1733
|
country_code?: string | undefined;
|
|
@@ -1749,10 +1753,6 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1749
1753
|
neighborhood?: {
|
|
1750
1754
|
name?: string | undefined;
|
|
1751
1755
|
} | undefined;
|
|
1752
|
-
address?: {
|
|
1753
|
-
address_number?: string | undefined;
|
|
1754
|
-
street_name?: string | undefined;
|
|
1755
|
-
} | undefined;
|
|
1756
1756
|
street?: {
|
|
1757
1757
|
name?: string | undefined;
|
|
1758
1758
|
} | undefined;
|
|
@@ -1926,6 +1926,10 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1926
1926
|
street_name?: string | undefined;
|
|
1927
1927
|
}>>;
|
|
1928
1928
|
}, "strip", z.ZodTypeAny, {
|
|
1929
|
+
address?: {
|
|
1930
|
+
address_number?: string | undefined;
|
|
1931
|
+
street_name?: string | undefined;
|
|
1932
|
+
} | undefined;
|
|
1929
1933
|
country?: {
|
|
1930
1934
|
name?: string | undefined;
|
|
1931
1935
|
country_code?: string | undefined;
|
|
@@ -1951,14 +1955,14 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1951
1955
|
neighborhood?: {
|
|
1952
1956
|
name?: string | undefined;
|
|
1953
1957
|
} | undefined;
|
|
1954
|
-
address?: {
|
|
1955
|
-
address_number?: string | undefined;
|
|
1956
|
-
street_name?: string | undefined;
|
|
1957
|
-
} | undefined;
|
|
1958
1958
|
street?: {
|
|
1959
1959
|
name?: string | undefined;
|
|
1960
1960
|
} | undefined;
|
|
1961
1961
|
}, {
|
|
1962
|
+
address?: {
|
|
1963
|
+
address_number?: string | undefined;
|
|
1964
|
+
street_name?: string | undefined;
|
|
1965
|
+
} | undefined;
|
|
1962
1966
|
country?: {
|
|
1963
1967
|
name?: string | undefined;
|
|
1964
1968
|
country_code?: string | undefined;
|
|
@@ -1984,10 +1988,6 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
1984
1988
|
neighborhood?: {
|
|
1985
1989
|
name?: string | undefined;
|
|
1986
1990
|
} | undefined;
|
|
1987
|
-
address?: {
|
|
1988
|
-
address_number?: string | undefined;
|
|
1989
|
-
street_name?: string | undefined;
|
|
1990
|
-
} | undefined;
|
|
1991
1991
|
street?: {
|
|
1992
1992
|
name?: string | undefined;
|
|
1993
1993
|
} | undefined;
|
|
@@ -2161,6 +2161,10 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2161
2161
|
street_name?: string | undefined;
|
|
2162
2162
|
}>>;
|
|
2163
2163
|
}, "strip", z.ZodTypeAny, {
|
|
2164
|
+
address?: {
|
|
2165
|
+
address_number?: string | undefined;
|
|
2166
|
+
street_name?: string | undefined;
|
|
2167
|
+
} | undefined;
|
|
2164
2168
|
country?: {
|
|
2165
2169
|
name?: string | undefined;
|
|
2166
2170
|
country_code?: string | undefined;
|
|
@@ -2186,14 +2190,14 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2186
2190
|
neighborhood?: {
|
|
2187
2191
|
name?: string | undefined;
|
|
2188
2192
|
} | undefined;
|
|
2189
|
-
address?: {
|
|
2190
|
-
address_number?: string | undefined;
|
|
2191
|
-
street_name?: string | undefined;
|
|
2192
|
-
} | undefined;
|
|
2193
2193
|
street?: {
|
|
2194
2194
|
name?: string | undefined;
|
|
2195
2195
|
} | undefined;
|
|
2196
2196
|
}, {
|
|
2197
|
+
address?: {
|
|
2198
|
+
address_number?: string | undefined;
|
|
2199
|
+
street_name?: string | undefined;
|
|
2200
|
+
} | undefined;
|
|
2197
2201
|
country?: {
|
|
2198
2202
|
name?: string | undefined;
|
|
2199
2203
|
country_code?: string | undefined;
|
|
@@ -2219,10 +2223,6 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2219
2223
|
neighborhood?: {
|
|
2220
2224
|
name?: string | undefined;
|
|
2221
2225
|
} | undefined;
|
|
2222
|
-
address?: {
|
|
2223
|
-
address_number?: string | undefined;
|
|
2224
|
-
street_name?: string | undefined;
|
|
2225
|
-
} | undefined;
|
|
2226
2226
|
street?: {
|
|
2227
2227
|
name?: string | undefined;
|
|
2228
2228
|
} | undefined;
|
|
@@ -2317,16 +2317,25 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2317
2317
|
properties: {
|
|
2318
2318
|
name?: string | undefined;
|
|
2319
2319
|
brand?: string[] | undefined;
|
|
2320
|
-
bbox?: number[] | undefined;
|
|
2321
|
-
country?: string | undefined;
|
|
2322
|
-
address_number?: string | undefined;
|
|
2323
|
-
street_name?: string | undefined;
|
|
2324
|
-
name_preferred?: string | undefined;
|
|
2325
2320
|
mapbox_id?: string | undefined;
|
|
2321
|
+
coordinates?: {
|
|
2322
|
+
longitude: number;
|
|
2323
|
+
latitude: number;
|
|
2324
|
+
accuracy?: string | undefined;
|
|
2325
|
+
routable_points?: {
|
|
2326
|
+
name: string;
|
|
2327
|
+
longitude: number;
|
|
2328
|
+
latitude: number;
|
|
2329
|
+
}[] | undefined;
|
|
2330
|
+
} | undefined;
|
|
2326
2331
|
feature_type?: string | undefined;
|
|
2327
2332
|
full_address?: string | undefined;
|
|
2328
2333
|
place_formatted?: string | undefined;
|
|
2329
2334
|
context?: {
|
|
2335
|
+
address?: {
|
|
2336
|
+
address_number?: string | undefined;
|
|
2337
|
+
street_name?: string | undefined;
|
|
2338
|
+
} | undefined;
|
|
2330
2339
|
country?: {
|
|
2331
2340
|
name?: string | undefined;
|
|
2332
2341
|
country_code?: string | undefined;
|
|
@@ -2352,24 +2361,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2352
2361
|
neighborhood?: {
|
|
2353
2362
|
name?: string | undefined;
|
|
2354
2363
|
} | undefined;
|
|
2355
|
-
address?: {
|
|
2356
|
-
address_number?: string | undefined;
|
|
2357
|
-
street_name?: string | undefined;
|
|
2358
|
-
} | undefined;
|
|
2359
2364
|
street?: {
|
|
2360
2365
|
name?: string | undefined;
|
|
2361
2366
|
} | undefined;
|
|
2362
2367
|
} | undefined;
|
|
2363
|
-
|
|
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;
|
|
2368
|
+
bbox?: number[] | undefined;
|
|
2373
2369
|
maki?: string | undefined;
|
|
2374
2370
|
poi_category?: string[] | undefined;
|
|
2375
2371
|
poi_category_ids?: string[] | undefined;
|
|
@@ -2382,6 +2378,10 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2382
2378
|
ja_latin?: string | undefined;
|
|
2383
2379
|
} | undefined;
|
|
2384
2380
|
} | undefined;
|
|
2381
|
+
country?: string | undefined;
|
|
2382
|
+
address_number?: string | undefined;
|
|
2383
|
+
street_name?: string | undefined;
|
|
2384
|
+
name_preferred?: string | undefined;
|
|
2385
2385
|
eta?: number | {
|
|
2386
2386
|
distance?: number | undefined;
|
|
2387
2387
|
duration?: number | undefined;
|
|
@@ -2399,16 +2399,25 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2399
2399
|
properties: {
|
|
2400
2400
|
name?: string | undefined;
|
|
2401
2401
|
brand?: string[] | undefined;
|
|
2402
|
-
bbox?: number[] | undefined;
|
|
2403
|
-
country?: string | undefined;
|
|
2404
|
-
address_number?: string | undefined;
|
|
2405
|
-
street_name?: string | undefined;
|
|
2406
|
-
name_preferred?: string | undefined;
|
|
2407
2402
|
mapbox_id?: string | undefined;
|
|
2403
|
+
coordinates?: {
|
|
2404
|
+
longitude: number;
|
|
2405
|
+
latitude: number;
|
|
2406
|
+
accuracy?: string | undefined;
|
|
2407
|
+
routable_points?: {
|
|
2408
|
+
name: string;
|
|
2409
|
+
longitude: number;
|
|
2410
|
+
latitude: number;
|
|
2411
|
+
}[] | undefined;
|
|
2412
|
+
} | undefined;
|
|
2408
2413
|
feature_type?: string | undefined;
|
|
2409
2414
|
full_address?: string | undefined;
|
|
2410
2415
|
place_formatted?: string | undefined;
|
|
2411
2416
|
context?: {
|
|
2417
|
+
address?: {
|
|
2418
|
+
address_number?: string | undefined;
|
|
2419
|
+
street_name?: string | undefined;
|
|
2420
|
+
} | undefined;
|
|
2412
2421
|
country?: {
|
|
2413
2422
|
name?: string | undefined;
|
|
2414
2423
|
country_code?: string | undefined;
|
|
@@ -2434,24 +2443,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2434
2443
|
neighborhood?: {
|
|
2435
2444
|
name?: string | undefined;
|
|
2436
2445
|
} | undefined;
|
|
2437
|
-
address?: {
|
|
2438
|
-
address_number?: string | undefined;
|
|
2439
|
-
street_name?: string | undefined;
|
|
2440
|
-
} | undefined;
|
|
2441
2446
|
street?: {
|
|
2442
2447
|
name?: string | undefined;
|
|
2443
2448
|
} | undefined;
|
|
2444
2449
|
} | undefined;
|
|
2445
|
-
|
|
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;
|
|
2450
|
+
bbox?: number[] | undefined;
|
|
2455
2451
|
maki?: string | undefined;
|
|
2456
2452
|
poi_category?: string[] | undefined;
|
|
2457
2453
|
poi_category_ids?: string[] | undefined;
|
|
@@ -2464,6 +2460,10 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2464
2460
|
ja_latin?: string | undefined;
|
|
2465
2461
|
} | undefined;
|
|
2466
2462
|
} | undefined;
|
|
2463
|
+
country?: string | undefined;
|
|
2464
|
+
address_number?: string | undefined;
|
|
2465
|
+
street_name?: string | undefined;
|
|
2466
|
+
name_preferred?: string | undefined;
|
|
2467
2467
|
eta?: number | {
|
|
2468
2468
|
distance?: number | undefined;
|
|
2469
2469
|
duration?: number | undefined;
|
|
@@ -2485,16 +2485,25 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2485
2485
|
properties: {
|
|
2486
2486
|
name?: string | undefined;
|
|
2487
2487
|
brand?: string[] | undefined;
|
|
2488
|
-
bbox?: number[] | undefined;
|
|
2489
|
-
country?: string | undefined;
|
|
2490
|
-
address_number?: string | undefined;
|
|
2491
|
-
street_name?: string | undefined;
|
|
2492
|
-
name_preferred?: string | undefined;
|
|
2493
2488
|
mapbox_id?: string | undefined;
|
|
2489
|
+
coordinates?: {
|
|
2490
|
+
longitude: number;
|
|
2491
|
+
latitude: number;
|
|
2492
|
+
accuracy?: string | undefined;
|
|
2493
|
+
routable_points?: {
|
|
2494
|
+
name: string;
|
|
2495
|
+
longitude: number;
|
|
2496
|
+
latitude: number;
|
|
2497
|
+
}[] | undefined;
|
|
2498
|
+
} | undefined;
|
|
2494
2499
|
feature_type?: string | undefined;
|
|
2495
2500
|
full_address?: string | undefined;
|
|
2496
2501
|
place_formatted?: string | undefined;
|
|
2497
2502
|
context?: {
|
|
2503
|
+
address?: {
|
|
2504
|
+
address_number?: string | undefined;
|
|
2505
|
+
street_name?: string | undefined;
|
|
2506
|
+
} | undefined;
|
|
2498
2507
|
country?: {
|
|
2499
2508
|
name?: string | undefined;
|
|
2500
2509
|
country_code?: string | undefined;
|
|
@@ -2520,24 +2529,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2520
2529
|
neighborhood?: {
|
|
2521
2530
|
name?: string | undefined;
|
|
2522
2531
|
} | undefined;
|
|
2523
|
-
address?: {
|
|
2524
|
-
address_number?: string | undefined;
|
|
2525
|
-
street_name?: string | undefined;
|
|
2526
|
-
} | undefined;
|
|
2527
2532
|
street?: {
|
|
2528
2533
|
name?: string | undefined;
|
|
2529
2534
|
} | undefined;
|
|
2530
2535
|
} | undefined;
|
|
2531
|
-
|
|
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;
|
|
2536
|
+
bbox?: number[] | undefined;
|
|
2541
2537
|
maki?: string | undefined;
|
|
2542
2538
|
poi_category?: string[] | undefined;
|
|
2543
2539
|
poi_category_ids?: string[] | undefined;
|
|
@@ -2550,6 +2546,10 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2550
2546
|
ja_latin?: string | undefined;
|
|
2551
2547
|
} | undefined;
|
|
2552
2548
|
} | undefined;
|
|
2549
|
+
country?: string | undefined;
|
|
2550
|
+
address_number?: string | undefined;
|
|
2551
|
+
street_name?: string | undefined;
|
|
2552
|
+
name_preferred?: string | undefined;
|
|
2553
2553
|
eta?: number | {
|
|
2554
2554
|
distance?: number | undefined;
|
|
2555
2555
|
duration?: number | undefined;
|
|
@@ -2571,16 +2571,25 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2571
2571
|
properties: {
|
|
2572
2572
|
name?: string | undefined;
|
|
2573
2573
|
brand?: string[] | undefined;
|
|
2574
|
-
bbox?: number[] | undefined;
|
|
2575
|
-
country?: string | undefined;
|
|
2576
|
-
address_number?: string | undefined;
|
|
2577
|
-
street_name?: string | undefined;
|
|
2578
|
-
name_preferred?: string | undefined;
|
|
2579
2574
|
mapbox_id?: string | undefined;
|
|
2575
|
+
coordinates?: {
|
|
2576
|
+
longitude: number;
|
|
2577
|
+
latitude: number;
|
|
2578
|
+
accuracy?: string | undefined;
|
|
2579
|
+
routable_points?: {
|
|
2580
|
+
name: string;
|
|
2581
|
+
longitude: number;
|
|
2582
|
+
latitude: number;
|
|
2583
|
+
}[] | undefined;
|
|
2584
|
+
} | undefined;
|
|
2580
2585
|
feature_type?: string | undefined;
|
|
2581
2586
|
full_address?: string | undefined;
|
|
2582
2587
|
place_formatted?: string | undefined;
|
|
2583
2588
|
context?: {
|
|
2589
|
+
address?: {
|
|
2590
|
+
address_number?: string | undefined;
|
|
2591
|
+
street_name?: string | undefined;
|
|
2592
|
+
} | undefined;
|
|
2584
2593
|
country?: {
|
|
2585
2594
|
name?: string | undefined;
|
|
2586
2595
|
country_code?: string | undefined;
|
|
@@ -2606,24 +2615,11 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2606
2615
|
neighborhood?: {
|
|
2607
2616
|
name?: string | undefined;
|
|
2608
2617
|
} | undefined;
|
|
2609
|
-
address?: {
|
|
2610
|
-
address_number?: string | undefined;
|
|
2611
|
-
street_name?: string | undefined;
|
|
2612
|
-
} | undefined;
|
|
2613
2618
|
street?: {
|
|
2614
2619
|
name?: string | undefined;
|
|
2615
2620
|
} | undefined;
|
|
2616
2621
|
} | undefined;
|
|
2617
|
-
|
|
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;
|
|
2622
|
+
bbox?: number[] | undefined;
|
|
2627
2623
|
maki?: string | undefined;
|
|
2628
2624
|
poi_category?: string[] | undefined;
|
|
2629
2625
|
poi_category_ids?: string[] | undefined;
|
|
@@ -2636,6 +2632,10 @@ export declare const SearchBoxResponseSchema: z.ZodObject<{
|
|
|
2636
2632
|
ja_latin?: string | undefined;
|
|
2637
2633
|
} | undefined;
|
|
2638
2634
|
} | undefined;
|
|
2635
|
+
country?: string | undefined;
|
|
2636
|
+
address_number?: string | undefined;
|
|
2637
|
+
street_name?: string | undefined;
|
|
2638
|
+
name_preferred?: string | undefined;
|
|
2639
2639
|
eta?: number | {
|
|
2640
2640
|
distance?: number | undefined;
|
|
2641
2641
|
duration?: number | undefined;
|