@keystrokehq/opencage 0.1.2 → 0.1.3

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.
Files changed (43) hide show
  1. package/dist/actions/geocode-forward.cjs +10 -10
  2. package/dist/actions/geocode-forward.cjs.map +1 -1
  3. package/dist/actions/geocode-forward.d.cts +11 -11
  4. package/dist/actions/geocode-forward.d.mts +11 -11
  5. package/dist/actions/geocode-forward.mjs +10 -10
  6. package/dist/actions/geocode-forward.mjs.map +1 -1
  7. package/dist/actions/geocode-geojson.cjs +22 -22
  8. package/dist/actions/geocode-geojson.cjs.map +1 -1
  9. package/dist/actions/geocode-geojson.d.cts +23 -23
  10. package/dist/actions/geocode-geojson.d.mts +23 -23
  11. package/dist/actions/geocode-geojson.mjs +22 -22
  12. package/dist/actions/geocode-geojson.mjs.map +1 -1
  13. package/dist/actions/geocode-geojsonp.cjs +1 -1
  14. package/dist/actions/geocode-geojsonp.cjs.map +1 -1
  15. package/dist/actions/geocode-geojsonp.d.cts +1 -1
  16. package/dist/actions/geocode-geojsonp.d.mts +1 -1
  17. package/dist/actions/geocode-geojsonp.mjs +1 -1
  18. package/dist/actions/geocode-geojsonp.mjs.map +1 -1
  19. package/dist/actions/geocode-google-v3-json.cjs +6 -6
  20. package/dist/actions/geocode-google-v3-json.cjs.map +1 -1
  21. package/dist/actions/geocode-google-v3-json.d.cts +11 -11
  22. package/dist/actions/geocode-google-v3-json.d.mts +11 -11
  23. package/dist/actions/geocode-google-v3-json.mjs +6 -6
  24. package/dist/actions/geocode-google-v3-json.mjs.map +1 -1
  25. package/dist/actions/geocode-reverse.cjs +7 -7
  26. package/dist/actions/geocode-reverse.cjs.map +1 -1
  27. package/dist/actions/geocode-reverse.d.cts +7 -7
  28. package/dist/actions/geocode-reverse.d.mts +7 -7
  29. package/dist/actions/geocode-reverse.mjs +7 -7
  30. package/dist/actions/geocode-reverse.mjs.map +1 -1
  31. package/dist/actions/geocode-xml.cjs +1 -1
  32. package/dist/actions/geocode-xml.cjs.map +1 -1
  33. package/dist/actions/geocode-xml.d.cts +1 -1
  34. package/dist/actions/geocode-xml.d.mts +1 -1
  35. package/dist/actions/geocode-xml.mjs +1 -1
  36. package/dist/actions/geocode-xml.mjs.map +1 -1
  37. package/dist/actions/ping-opencage.cjs +1 -1
  38. package/dist/actions/ping-opencage.cjs.map +1 -1
  39. package/dist/actions/ping-opencage.d.cts +1 -1
  40. package/dist/actions/ping-opencage.d.mts +1 -1
  41. package/dist/actions/ping-opencage.mjs +1 -1
  42. package/dist/actions/ping-opencage.mjs.map +1 -1
  43. package/package.json +1 -1
@@ -21,24 +21,24 @@ declare const OpencageGeocodeGeojsonOutput: z.ZodObject<{
21
21
  limit: z.ZodNullable<z.ZodNumber>;
22
22
  reset: z.ZodNullable<z.ZodNumber>;
23
23
  remaining: z.ZodNullable<z.ZodNumber>;
24
- }, z.core.$strip>>>;
24
+ }, z.core.$loose>>>;
25
25
  type: z.ZodNullable<z.ZodString>;
26
26
  status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
27
27
  code: z.ZodNullable<z.ZodNumber>;
28
28
  message: z.ZodNullable<z.ZodString>;
29
- }, z.core.$strip>>>;
29
+ }, z.core.$loose>>>;
30
30
  thanks: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
31
  features: z.ZodArray<z.ZodObject<{
32
32
  type: z.ZodNullable<z.ZodString>;
33
33
  geometry: z.ZodNullable<z.ZodObject<{
34
34
  type: z.ZodNullable<z.ZodString>;
35
35
  coordinates: z.ZodArray<z.ZodNumber>;
36
- }, z.core.$strip>>;
36
+ }, z.core.$loose>>;
37
37
  properties: z.ZodNullable<z.ZodObject<{
38
38
  bounds: z.ZodOptional<z.ZodNullable<z.ZodObject<{
39
- northeast: z.ZodObject<{}, z.core.$strip>;
40
- southwest: z.ZodObject<{}, z.core.$strip>;
41
- }, z.core.$strip>>>;
39
+ northeast: z.ZodRecord<z.ZodString, z.ZodUnknown>;
40
+ southwest: z.ZodRecord<z.ZodString, z.ZodUnknown>;
41
+ }, z.core.$loose>>>;
42
42
  formatted: z.ZodNullable<z.ZodString>;
43
43
  components: z.ZodRecord<z.ZodString, z.ZodUnknown>;
44
44
  confidence: z.ZodNullable<z.ZodNumber>;
@@ -46,26 +46,26 @@ declare const OpencageGeocodeGeojsonOutput: z.ZodObject<{
46
46
  DMS: z.ZodOptional<z.ZodNullable<z.ZodObject<{
47
47
  lat: z.ZodNullable<z.ZodString>;
48
48
  lng: z.ZodNullable<z.ZodString>;
49
- }, z.core.$strip>>>;
49
+ }, z.core.$loose>>>;
50
50
  OSM: z.ZodOptional<z.ZodNullable<z.ZodObject<{
51
51
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
52
  edit_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
53
  note_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
54
- }, z.core.$strip>>>;
54
+ }, z.core.$loose>>>;
55
55
  sun: z.ZodOptional<z.ZodNullable<z.ZodObject<{
56
56
  set: z.ZodNullable<z.ZodObject<{
57
57
  civil: z.ZodNullable<z.ZodNumber>;
58
58
  apparent: z.ZodNullable<z.ZodNumber>;
59
59
  nautical: z.ZodNullable<z.ZodNumber>;
60
60
  astronomical: z.ZodNullable<z.ZodNumber>;
61
- }, z.core.$strip>>;
61
+ }, z.core.$loose>>;
62
62
  rise: z.ZodNullable<z.ZodObject<{
63
63
  civil: z.ZodNullable<z.ZodNumber>;
64
64
  apparent: z.ZodNullable<z.ZodNumber>;
65
65
  nautical: z.ZodNullable<z.ZodNumber>;
66
66
  astronomical: z.ZodNullable<z.ZodNumber>;
67
- }, z.core.$strip>>;
68
- }, z.core.$strip>>>;
67
+ }, z.core.$loose>>;
68
+ }, z.core.$loose>>>;
69
69
  MGRS: z.ZodOptional<z.ZodNullable<z.ZodString>>;
70
70
  NUTS: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
71
71
  flag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -75,7 +75,7 @@ declare const OpencageGeocodeGeojsonOutput: z.ZodObject<{
75
75
  Mercator: z.ZodOptional<z.ZodNullable<z.ZodObject<{
76
76
  x: z.ZodNullable<z.ZodNumber>;
77
77
  y: z.ZodNullable<z.ZodNumber>;
78
- }, z.core.$strip>>>;
78
+ }, z.core.$loose>>>;
79
79
  currency: z.ZodOptional<z.ZodNullable<z.ZodObject<{
80
80
  name: z.ZodNullable<z.ZodString>;
81
81
  symbol: z.ZodNullable<z.ZodString>;
@@ -89,42 +89,42 @@ declare const OpencageGeocodeGeojsonOutput: z.ZodObject<{
89
89
  alternate_symbols: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
90
90
  thousands_separator: z.ZodOptional<z.ZodNullable<z.ZodString>>;
91
91
  smallest_denomination: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
92
- }, z.core.$strip>>>;
92
+ }, z.core.$loose>>>;
93
93
  roadinfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
94
94
  road: z.ZodOptional<z.ZodNullable<z.ZodString>>;
95
95
  drive_on: z.ZodNullable<z.ZodString>;
96
96
  speed_in: z.ZodNullable<z.ZodString>;
97
97
  road_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
98
- }, z.core.$strip>>>;
98
+ }, z.core.$loose>>>;
99
99
  timezone: z.ZodOptional<z.ZodNullable<z.ZodObject<{
100
100
  name: z.ZodNullable<z.ZodString>;
101
101
  now_in_dst: z.ZodNullable<z.ZodNumber>;
102
102
  offset_sec: z.ZodNullable<z.ZodNumber>;
103
103
  short_name: z.ZodNullable<z.ZodString>;
104
104
  offset_string: z.ZodNullable<z.ZodString>;
105
- }, z.core.$strip>>>;
105
+ }, z.core.$loose>>>;
106
106
  wikidata: z.ZodOptional<z.ZodNullable<z.ZodString>>;
107
107
  Maidenhead: z.ZodOptional<z.ZodNullable<z.ZodString>>;
108
- what3words: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
108
+ what3words: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
109
109
  callingcode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
110
- }, z.core.$strip>>>;
111
- }, z.core.$strip>>;
112
- }, z.core.$strip>>;
110
+ }, z.core.$loose>>>;
111
+ }, z.core.$loose>>;
112
+ }, z.core.$loose>>;
113
113
  licenses: z.ZodArray<z.ZodObject<{
114
114
  url: z.ZodNullable<z.ZodString>;
115
115
  name: z.ZodNullable<z.ZodString>;
116
- }, z.core.$strip>>;
116
+ }, z.core.$loose>>;
117
117
  timestamp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
118
118
  created_http: z.ZodNullable<z.ZodString>;
119
119
  created_unix: z.ZodNullable<z.ZodNumber>;
120
- }, z.core.$strip>>>;
120
+ }, z.core.$loose>>>;
121
121
  documentation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
122
122
  stay_informed: z.ZodOptional<z.ZodNullable<z.ZodObject<{
123
123
  blog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
124
124
  mastodon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
125
- }, z.core.$strip>>>;
125
+ }, z.core.$loose>>>;
126
126
  total_results: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
127
- }, z.core.$strip>;
127
+ }, z.core.$loose>;
128
128
  declare const opencageGeocodeGeojson: import("@keystrokehq/action").WorkflowActionDefinition<{
129
129
  q: string;
130
130
  abbrv?: number | undefined;
@@ -21,24 +21,24 @@ declare const OpencageGeocodeGeojsonOutput: z.ZodObject<{
21
21
  limit: z.ZodNullable<z.ZodNumber>;
22
22
  reset: z.ZodNullable<z.ZodNumber>;
23
23
  remaining: z.ZodNullable<z.ZodNumber>;
24
- }, z.core.$strip>>>;
24
+ }, z.core.$loose>>>;
25
25
  type: z.ZodNullable<z.ZodString>;
26
26
  status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
27
27
  code: z.ZodNullable<z.ZodNumber>;
28
28
  message: z.ZodNullable<z.ZodString>;
29
- }, z.core.$strip>>>;
29
+ }, z.core.$loose>>>;
30
30
  thanks: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
31
  features: z.ZodArray<z.ZodObject<{
32
32
  type: z.ZodNullable<z.ZodString>;
33
33
  geometry: z.ZodNullable<z.ZodObject<{
34
34
  type: z.ZodNullable<z.ZodString>;
35
35
  coordinates: z.ZodArray<z.ZodNumber>;
36
- }, z.core.$strip>>;
36
+ }, z.core.$loose>>;
37
37
  properties: z.ZodNullable<z.ZodObject<{
38
38
  bounds: z.ZodOptional<z.ZodNullable<z.ZodObject<{
39
- northeast: z.ZodObject<{}, z.core.$strip>;
40
- southwest: z.ZodObject<{}, z.core.$strip>;
41
- }, z.core.$strip>>>;
39
+ northeast: z.ZodRecord<z.ZodString, z.ZodUnknown>;
40
+ southwest: z.ZodRecord<z.ZodString, z.ZodUnknown>;
41
+ }, z.core.$loose>>>;
42
42
  formatted: z.ZodNullable<z.ZodString>;
43
43
  components: z.ZodRecord<z.ZodString, z.ZodUnknown>;
44
44
  confidence: z.ZodNullable<z.ZodNumber>;
@@ -46,26 +46,26 @@ declare const OpencageGeocodeGeojsonOutput: z.ZodObject<{
46
46
  DMS: z.ZodOptional<z.ZodNullable<z.ZodObject<{
47
47
  lat: z.ZodNullable<z.ZodString>;
48
48
  lng: z.ZodNullable<z.ZodString>;
49
- }, z.core.$strip>>>;
49
+ }, z.core.$loose>>>;
50
50
  OSM: z.ZodOptional<z.ZodNullable<z.ZodObject<{
51
51
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
52
  edit_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
53
  note_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
54
- }, z.core.$strip>>>;
54
+ }, z.core.$loose>>>;
55
55
  sun: z.ZodOptional<z.ZodNullable<z.ZodObject<{
56
56
  set: z.ZodNullable<z.ZodObject<{
57
57
  civil: z.ZodNullable<z.ZodNumber>;
58
58
  apparent: z.ZodNullable<z.ZodNumber>;
59
59
  nautical: z.ZodNullable<z.ZodNumber>;
60
60
  astronomical: z.ZodNullable<z.ZodNumber>;
61
- }, z.core.$strip>>;
61
+ }, z.core.$loose>>;
62
62
  rise: z.ZodNullable<z.ZodObject<{
63
63
  civil: z.ZodNullable<z.ZodNumber>;
64
64
  apparent: z.ZodNullable<z.ZodNumber>;
65
65
  nautical: z.ZodNullable<z.ZodNumber>;
66
66
  astronomical: z.ZodNullable<z.ZodNumber>;
67
- }, z.core.$strip>>;
68
- }, z.core.$strip>>>;
67
+ }, z.core.$loose>>;
68
+ }, z.core.$loose>>>;
69
69
  MGRS: z.ZodOptional<z.ZodNullable<z.ZodString>>;
70
70
  NUTS: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
71
71
  flag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -75,7 +75,7 @@ declare const OpencageGeocodeGeojsonOutput: z.ZodObject<{
75
75
  Mercator: z.ZodOptional<z.ZodNullable<z.ZodObject<{
76
76
  x: z.ZodNullable<z.ZodNumber>;
77
77
  y: z.ZodNullable<z.ZodNumber>;
78
- }, z.core.$strip>>>;
78
+ }, z.core.$loose>>>;
79
79
  currency: z.ZodOptional<z.ZodNullable<z.ZodObject<{
80
80
  name: z.ZodNullable<z.ZodString>;
81
81
  symbol: z.ZodNullable<z.ZodString>;
@@ -89,42 +89,42 @@ declare const OpencageGeocodeGeojsonOutput: z.ZodObject<{
89
89
  alternate_symbols: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
90
90
  thousands_separator: z.ZodOptional<z.ZodNullable<z.ZodString>>;
91
91
  smallest_denomination: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
92
- }, z.core.$strip>>>;
92
+ }, z.core.$loose>>>;
93
93
  roadinfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
94
94
  road: z.ZodOptional<z.ZodNullable<z.ZodString>>;
95
95
  drive_on: z.ZodNullable<z.ZodString>;
96
96
  speed_in: z.ZodNullable<z.ZodString>;
97
97
  road_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
98
- }, z.core.$strip>>>;
98
+ }, z.core.$loose>>>;
99
99
  timezone: z.ZodOptional<z.ZodNullable<z.ZodObject<{
100
100
  name: z.ZodNullable<z.ZodString>;
101
101
  now_in_dst: z.ZodNullable<z.ZodNumber>;
102
102
  offset_sec: z.ZodNullable<z.ZodNumber>;
103
103
  short_name: z.ZodNullable<z.ZodString>;
104
104
  offset_string: z.ZodNullable<z.ZodString>;
105
- }, z.core.$strip>>>;
105
+ }, z.core.$loose>>>;
106
106
  wikidata: z.ZodOptional<z.ZodNullable<z.ZodString>>;
107
107
  Maidenhead: z.ZodOptional<z.ZodNullable<z.ZodString>>;
108
- what3words: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
108
+ what3words: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
109
109
  callingcode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
110
- }, z.core.$strip>>>;
111
- }, z.core.$strip>>;
112
- }, z.core.$strip>>;
110
+ }, z.core.$loose>>>;
111
+ }, z.core.$loose>>;
112
+ }, z.core.$loose>>;
113
113
  licenses: z.ZodArray<z.ZodObject<{
114
114
  url: z.ZodNullable<z.ZodString>;
115
115
  name: z.ZodNullable<z.ZodString>;
116
- }, z.core.$strip>>;
116
+ }, z.core.$loose>>;
117
117
  timestamp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
118
118
  created_http: z.ZodNullable<z.ZodString>;
119
119
  created_unix: z.ZodNullable<z.ZodNumber>;
120
- }, z.core.$strip>>>;
120
+ }, z.core.$loose>>>;
121
121
  documentation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
122
122
  stay_informed: z.ZodOptional<z.ZodNullable<z.ZodObject<{
123
123
  blog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
124
124
  mastodon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
125
- }, z.core.$strip>>>;
125
+ }, z.core.$loose>>>;
126
126
  total_results: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
127
- }, z.core.$strip>;
127
+ }, z.core.$loose>;
128
128
  declare const opencageGeocodeGeojson: import("@keystrokehq/action").WorkflowActionDefinition<{
129
129
  q: string;
130
130
  abbrv?: number | undefined;
@@ -20,42 +20,42 @@ const OpencageGeocodeGeojson_RateSchema = z.object({
20
20
  limit: z.number().int().describe("Maximum requests allowed per day.").nullable(),
21
21
  reset: z.number().int().describe("UNIX timestamp when limit resets.").nullable(),
22
22
  remaining: z.number().int().describe("Remaining requests today.").nullable()
23
- }).describe("API rate limit information.");
23
+ }).passthrough().describe("API rate limit information.");
24
24
  const OpencageGeocodeGeojson_StatusSchema = z.object({
25
25
  code: z.number().int().describe("HTTP-like status code (200=OK, 400=invalid, etc.).").nullable(),
26
26
  message: z.string().describe("Status message.").nullable()
27
- }).describe("API response status.");
27
+ }).passthrough().describe("API response status.");
28
28
  const OpencageGeocodeGeojson_GeometrySchema = z.object({
29
29
  type: z.string().describe("GeoJSON geometry type, always 'Point' for geocoding results.").nullable(),
30
30
  coordinates: z.array(z.number()).describe("Coordinates as [longitude, latitude].")
31
- }).describe("GeoJSON Point geometry.");
31
+ }).passthrough().describe("GeoJSON Point geometry.");
32
32
  const OpencageGeocodeGeojson_BoundsSchema = z.object({
33
- northeast: z.object({}).describe("Northeast corner with 'lat' and 'lng'."),
34
- southwest: z.object({}).describe("Southwest corner with 'lat' and 'lng'.")
35
- }).describe("Geographic bounding box.");
33
+ northeast: z.record(z.string(), z.unknown()).describe("Northeast corner with 'lat' and 'lng'."),
34
+ southwest: z.record(z.string(), z.unknown()).describe("Southwest corner with 'lat' and 'lng'.")
35
+ }).passthrough().describe("Geographic bounding box.");
36
36
  const OpencageGeocodeGeojson_AnnotationDMSSchema = z.object({
37
37
  lat: z.string().describe("Latitude in DMS format (e.g., \"52° 31' 2.59860'' N\").").nullable(),
38
38
  lng: z.string().describe("Longitude in DMS format (e.g., \"13° 23' 42.47124'' E\").").nullable()
39
- }).describe("Coordinates in Degrees Minutes Seconds format.");
39
+ }).passthrough().describe("Coordinates in Degrees Minutes Seconds format.");
40
40
  const OpencageGeocodeGeojson_AnnotationOSMSchema = z.object({
41
41
  url: z.string().describe("URL to view this location on OpenStreetMap.").nullable().optional(),
42
42
  edit_url: z.string().describe("URL to edit this location on OpenStreetMap.").nullable().optional(),
43
43
  note_url: z.string().describe("URL to add a note at this location.").nullable().optional()
44
- }).describe("OpenStreetMap links.");
44
+ }).passthrough().describe("OpenStreetMap links.");
45
45
  const OpencageGeocodeGeojson_SunTimesSchema = z.object({
46
46
  civil: z.number().int().describe("Civil twilight time (UNIX timestamp).").nullable(),
47
47
  apparent: z.number().int().describe("Apparent sunrise/sunset time (UNIX timestamp).").nullable(),
48
48
  nautical: z.number().int().describe("Nautical twilight time (UNIX timestamp).").nullable(),
49
49
  astronomical: z.number().int().describe("Astronomical twilight time (UNIX timestamp).").nullable()
50
- }).describe("Sun timing information with different twilight types.");
50
+ }).passthrough().describe("Sun timing information with different twilight types.");
51
51
  const OpencageGeocodeGeojson_AnnotationSunSchema = z.object({
52
52
  set: OpencageGeocodeGeojson_SunTimesSchema.nullable(),
53
53
  rise: OpencageGeocodeGeojson_SunTimesSchema.nullable()
54
- }).describe("Sunrise and sunset times for the location.");
54
+ }).passthrough().describe("Sunrise and sunset times for the location.");
55
55
  const OpencageGeocodeGeojson_AnnotationMercatorSchema = z.object({
56
56
  x: z.number().describe("Mercator x-coordinate (easting).").nullable(),
57
57
  y: z.number().describe("Mercator y-coordinate (northing).").nullable()
58
- }).describe("Coordinates in Web Mercator projection (EPSG:3857).");
58
+ }).passthrough().describe("Coordinates in Web Mercator projection (EPSG:3857).");
59
59
  const OpencageGeocodeGeojson_AnnotationCurrencySchema = z.object({
60
60
  name: z.string().describe("Currency name (e.g., 'Euro').").nullable(),
61
61
  symbol: z.string().describe("Currency symbol (e.g., '€').").nullable(),
@@ -69,20 +69,20 @@ const OpencageGeocodeGeojson_AnnotationCurrencySchema = z.object({
69
69
  alternate_symbols: z.array(z.string()).describe("Alternative currency symbols.").nullable().optional(),
70
70
  thousands_separator: z.string().describe("Thousands separator character.").nullable().optional(),
71
71
  smallest_denomination: z.number().int().describe("Smallest physical denomination.").nullable().optional()
72
- }).describe("Currency information for the location's country.");
72
+ }).passthrough().describe("Currency information for the location's country.");
73
73
  const OpencageGeocodeGeojson_AnnotationRoadInfoSchema = z.object({
74
74
  road: z.string().describe("Road name if available.").nullable().optional(),
75
75
  drive_on: z.string().describe("Side of road for driving ('left' or 'right').").nullable(),
76
76
  speed_in: z.string().describe("Speed unit used ('km/h' or 'mph').").nullable(),
77
77
  road_type: z.string().describe("Type of road.").nullable().optional()
78
- }).describe("Road and driving information.");
78
+ }).passthrough().describe("Road and driving information.");
79
79
  const OpencageGeocodeGeojson_AnnotationTimezoneSchema = z.object({
80
80
  name: z.string().describe("IANA timezone name (e.g., 'Europe/Berlin').").nullable(),
81
81
  now_in_dst: z.number().int().describe("Whether currently in DST (1) or not (0).").nullable(),
82
82
  offset_sec: z.number().int().describe("UTC offset in seconds.").nullable(),
83
83
  short_name: z.string().describe("Timezone abbreviation (e.g., 'CET').").nullable(),
84
84
  offset_string: z.string().describe("UTC offset as string (e.g., '+0100').").nullable()
85
- }).describe("Timezone information.");
85
+ }).passthrough().describe("Timezone information.");
86
86
  const OpencageGeocodeGeojson_AnnotationsSchema = z.object({
87
87
  DMS: OpencageGeocodeGeojson_AnnotationDMSSchema.nullable().optional(),
88
88
  OSM: OpencageGeocodeGeojson_AnnotationOSMSchema.nullable().optional(),
@@ -99,33 +99,33 @@ const OpencageGeocodeGeojson_AnnotationsSchema = z.object({
99
99
  timezone: OpencageGeocodeGeojson_AnnotationTimezoneSchema.nullable().optional(),
100
100
  wikidata: z.string().describe("Wikidata identifier.").nullable().optional(),
101
101
  Maidenhead: z.string().describe("Maidenhead (amateur radio) grid locator.").nullable().optional(),
102
- what3words: z.object({}).describe("What3Words address.").nullable().optional(),
102
+ what3words: z.record(z.string(), z.unknown()).describe("What3Words address.").nullable().optional(),
103
103
  callingcode: z.number().int().describe("International calling code.").nullable().optional()
104
- }).describe("Additional geographic annotations for a result. All fields are optional as they depend on API parameters.");
104
+ }).passthrough().describe("Additional geographic annotations for a result. All fields are optional as they depend on API parameters.");
105
105
  const OpencageGeocodeGeojson_FeaturePropertiesSchema = z.object({
106
106
  bounds: OpencageGeocodeGeojson_BoundsSchema.nullable().optional(),
107
107
  formatted: z.string().describe("Fully formatted address string.").nullable(),
108
108
  components: z.record(z.string(), z.unknown()).describe("Structured address components (country, city, street, etc.)."),
109
109
  confidence: z.number().int().describe("Confidence score (1-10) for this result.").nullable(),
110
110
  annotations: OpencageGeocodeGeojson_AnnotationsSchema.nullable().optional()
111
- }).describe("Properties of a GeoJSON feature from geocoding.");
111
+ }).passthrough().describe("Properties of a GeoJSON feature from geocoding.");
112
112
  const OpencageGeocodeGeojson_FeatureSchema = z.object({
113
113
  type: z.string().describe("GeoJSON type, always 'Feature'.").nullable(),
114
114
  geometry: OpencageGeocodeGeojson_GeometrySchema.nullable(),
115
115
  properties: OpencageGeocodeGeojson_FeaturePropertiesSchema.nullable()
116
- }).describe("GeoJSON Feature representing a geocoding result.");
116
+ }).passthrough().describe("GeoJSON Feature representing a geocoding result.");
117
117
  const OpencageGeocodeGeojson_LicenseSchema = z.object({
118
118
  url: z.string().describe("URL to license details.").nullable(),
119
119
  name: z.string().describe("License name.").nullable()
120
- }).describe("Data license information.");
120
+ }).passthrough().describe("Data license information.");
121
121
  const OpencageGeocodeGeojson_TimestampSchema = z.object({
122
122
  created_http: z.string().describe("Timestamp in HTTP date format.").nullable(),
123
123
  created_unix: z.number().int().describe("Timestamp as UNIX epoch seconds.").nullable()
124
- }).describe("Response timestamp.");
124
+ }).passthrough().describe("Response timestamp.");
125
125
  const OpencageGeocodeGeojson_StayInformedSchema = z.object({
126
126
  blog: z.string().describe("Blog URL.").nullable().optional(),
127
127
  mastodon: z.string().describe("Mastodon profile URL.").nullable().optional()
128
- }).describe("Links to stay informed about the API.");
128
+ }).passthrough().describe("Links to stay informed about the API.");
129
129
  const opencageGeocodeGeojson = action("OPENCAGE_GEOCODE_GEOJSON", {
130
130
  slug: "opencage-geocode-geojson",
131
131
  name: "Geocode to GeoJSON",
@@ -142,7 +142,7 @@ const opencageGeocodeGeojson = action("OPENCAGE_GEOCODE_GEOJSON", {
142
142
  documentation: z.string().describe("Link to API documentation.").nullable().optional(),
143
143
  stay_informed: OpencageGeocodeGeojson_StayInformedSchema.nullable().optional(),
144
144
  total_results: z.number().int().describe("Total number of results returned.").nullable().optional()
145
- }).describe("GeoJSON FeatureCollection response from OpenCage geocoding API.\nContains geocoding results as GeoJSON features with rich metadata.")
145
+ }).passthrough().describe("GeoJSON FeatureCollection response from OpenCage geocoding API.\nContains geocoding results as GeoJSON features with rich metadata.")
146
146
  });
147
147
  //#endregion
148
148
  export { opencageGeocodeGeojson };
@@ -1 +1 @@
1
- {"version":3,"file":"geocode-geojson.mjs","names":[],"sources":["../../src/actions/geocode-geojson.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpencageGeocodeGeojsonInput = z.object({\n q: z.string().describe(\"Query string: either an address/placename for forward geocoding, or 'lat,lng' coordinates for reverse geocoding.\"),\n abbrv: z.number().int().describe(\"Use abbreviated address fields: 1 to enable, 0 to disable.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return (1-100). Default is 10.\").optional(),\n bounds: z.string().describe(\"Restrict results to bounding box as 'min_lng,min_lat,max_lng,max_lat'.\").optional(),\n pretty: z.boolean().default(false).describe(\"Pretty-print the JSON response for readability.\").optional(),\n language: z.string().describe(\"Preferred response language as IETF language tag (e.g., 'en', 'de', 'fr').\").optional(),\n roadinfo: z.boolean().default(false).describe(\"Include detailed road/driving information in annotations.\").optional(),\n proximity: z.string().describe(\"Bias results toward a location as 'lat,lng' (e.g., '52.5200,13.4050').\").optional(),\n add_request: z.boolean().default(false).describe(\"Include original request parameters in the response.\").optional(),\n countrycode: z.string().describe(\"Restrict results to specific countries. Comma-separated ISO 3166-1 alpha-2 codes (e.g., 'us', 'de,fr').\").optional(),\n address_only: z.boolean().default(false).describe(\"Return only address-type results (exclude POIs, landmarks).\").optional(),\n min_confidence: z.number().int().describe(\"Minimum confidence level for results (1-10). Only results with confidence >= this value are returned.\").optional(),\n no_annotations: z.boolean().default(false).describe(\"Exclude detailed annotations (timezone, currency, sun times, etc.) from response.\").optional(),\n}).describe(\"Request parameters for geocoding to GeoJSON format.\\nSupports both forward geocoding (address to coordinates) and reverse geocoding (coordinates to address).\");\nconst OpencageGeocodeGeojson_RateSchema = z.object({\n limit: z.number().int().describe(\"Maximum requests allowed per day.\").nullable(),\n reset: z.number().int().describe(\"UNIX timestamp when limit resets.\").nullable(),\n remaining: z.number().int().describe(\"Remaining requests today.\").nullable(),\n}).describe(\"API rate limit information.\");\nconst OpencageGeocodeGeojson_StatusSchema = z.object({\n code: z.number().int().describe(\"HTTP-like status code (200=OK, 400=invalid, etc.).\").nullable(),\n message: z.string().describe(\"Status message.\").nullable(),\n}).describe(\"API response status.\");\nconst OpencageGeocodeGeojson_GeometrySchema = z.object({\n type: z.string().describe(\"GeoJSON geometry type, always 'Point' for geocoding results.\").nullable(),\n coordinates: z.array(z.number()).describe(\"Coordinates as [longitude, latitude].\"),\n}).describe(\"GeoJSON Point geometry.\");\nconst OpencageGeocodeGeojson_BoundsSchema = z.object({\n northeast: z.object({}).describe(\"Northeast corner with 'lat' and 'lng'.\"),\n southwest: z.object({}).describe(\"Southwest corner with 'lat' and 'lng'.\"),\n}).describe(\"Geographic bounding box.\");\nconst OpencageGeocodeGeojson_AnnotationDMSSchema = z.object({\n lat: z.string().describe(\"Latitude in DMS format (e.g., \\\"52° 31' 2.59860'' N\\\").\").nullable(),\n lng: z.string().describe(\"Longitude in DMS format (e.g., \\\"13° 23' 42.47124'' E\\\").\").nullable(),\n}).describe(\"Coordinates in Degrees Minutes Seconds format.\");\nconst OpencageGeocodeGeojson_AnnotationOSMSchema = z.object({\n url: z.string().describe(\"URL to view this location on OpenStreetMap.\").nullable().optional(),\n edit_url: z.string().describe(\"URL to edit this location on OpenStreetMap.\").nullable().optional(),\n note_url: z.string().describe(\"URL to add a note at this location.\").nullable().optional(),\n}).describe(\"OpenStreetMap links.\");\nconst OpencageGeocodeGeojson_SunTimesSchema = z.object({\n civil: z.number().int().describe(\"Civil twilight time (UNIX timestamp).\").nullable(),\n apparent: z.number().int().describe(\"Apparent sunrise/sunset time (UNIX timestamp).\").nullable(),\n nautical: z.number().int().describe(\"Nautical twilight time (UNIX timestamp).\").nullable(),\n astronomical: z.number().int().describe(\"Astronomical twilight time (UNIX timestamp).\").nullable(),\n}).describe(\"Sun timing information with different twilight types.\");\nconst OpencageGeocodeGeojson_AnnotationSunSchema = z.object({\n set: OpencageGeocodeGeojson_SunTimesSchema.nullable(),\n rise: OpencageGeocodeGeojson_SunTimesSchema.nullable(),\n}).describe(\"Sunrise and sunset times for the location.\");\nconst OpencageGeocodeGeojson_AnnotationMercatorSchema = z.object({\n x: z.number().describe(\"Mercator x-coordinate (easting).\").nullable(),\n y: z.number().describe(\"Mercator y-coordinate (northing).\").nullable(),\n}).describe(\"Coordinates in Web Mercator projection (EPSG:3857).\");\nconst OpencageGeocodeGeojson_AnnotationCurrencySchema = z.object({\n name: z.string().describe(\"Currency name (e.g., 'Euro').\").nullable(),\n symbol: z.string().describe(\"Currency symbol (e.g., '€').\").nullable(),\n subunit: z.string().describe(\"Name of the subunit (e.g., 'Cent').\").nullable().optional(),\n iso_code: z.string().describe(\"ISO 4217 currency code (e.g., 'EUR').\").nullable(),\n html_entity: z.string().describe(\"HTML entity for the currency symbol.\").nullable().optional(),\n iso_numeric: z.string().describe(\"ISO 4217 numeric code.\").nullable().optional(),\n decimal_mark: z.string().describe(\"Decimal separator character.\").nullable().optional(),\n symbol_first: z.number().int().describe(\"Whether symbol appears before amount (1) or after (0).\").nullable().optional(),\n subunit_to_unit: z.number().int().describe(\"Number of subunits in one unit.\").nullable().optional(),\n alternate_symbols: z.array(z.string()).describe(\"Alternative currency symbols.\").nullable().optional(),\n thousands_separator: z.string().describe(\"Thousands separator character.\").nullable().optional(),\n smallest_denomination: z.number().int().describe(\"Smallest physical denomination.\").nullable().optional(),\n}).describe(\"Currency information for the location's country.\");\nconst OpencageGeocodeGeojson_AnnotationRoadInfoSchema = z.object({\n road: z.string().describe(\"Road name if available.\").nullable().optional(),\n drive_on: z.string().describe(\"Side of road for driving ('left' or 'right').\").nullable(),\n speed_in: z.string().describe(\"Speed unit used ('km/h' or 'mph').\").nullable(),\n road_type: z.string().describe(\"Type of road.\").nullable().optional(),\n}).describe(\"Road and driving information.\");\nconst OpencageGeocodeGeojson_AnnotationTimezoneSchema = z.object({\n name: z.string().describe(\"IANA timezone name (e.g., 'Europe/Berlin').\").nullable(),\n now_in_dst: z.number().int().describe(\"Whether currently in DST (1) or not (0).\").nullable(),\n offset_sec: z.number().int().describe(\"UTC offset in seconds.\").nullable(),\n short_name: z.string().describe(\"Timezone abbreviation (e.g., 'CET').\").nullable(),\n offset_string: z.string().describe(\"UTC offset as string (e.g., '+0100').\").nullable(),\n}).describe(\"Timezone information.\");\nconst OpencageGeocodeGeojson_AnnotationsSchema = z.object({\n DMS: OpencageGeocodeGeojson_AnnotationDMSSchema.nullable().optional(),\n OSM: OpencageGeocodeGeojson_AnnotationOSMSchema.nullable().optional(),\n sun: OpencageGeocodeGeojson_AnnotationSunSchema.nullable().optional(),\n MGRS: z.string().describe(\"Military Grid Reference System coordinate.\").nullable().optional(),\n NUTS: z.record(z.string(), z.unknown()).describe(\"EU NUTS region codes.\").nullable().optional(),\n flag: z.string().describe(\"Country flag emoji.\").nullable().optional(),\n qibla: z.number().describe(\"Direction to Mecca in degrees.\").nullable().optional(),\n UN_M49: z.record(z.string(), z.unknown()).describe(\"UN M49 region codes.\").nullable().optional(),\n geohash: z.string().describe(\"Geohash of the location.\").nullable().optional(),\n Mercator: OpencageGeocodeGeojson_AnnotationMercatorSchema.nullable().optional(),\n currency: OpencageGeocodeGeojson_AnnotationCurrencySchema.nullable().optional(),\n roadinfo: OpencageGeocodeGeojson_AnnotationRoadInfoSchema.nullable().optional(),\n timezone: OpencageGeocodeGeojson_AnnotationTimezoneSchema.nullable().optional(),\n wikidata: z.string().describe(\"Wikidata identifier.\").nullable().optional(),\n Maidenhead: z.string().describe(\"Maidenhead (amateur radio) grid locator.\").nullable().optional(),\n what3words: z.object({}).describe(\"What3Words address.\").nullable().optional(),\n callingcode: z.number().int().describe(\"International calling code.\").nullable().optional(),\n}).describe(\"Additional geographic annotations for a result. All fields are optional as they depend on API parameters.\");\nconst OpencageGeocodeGeojson_FeaturePropertiesSchema = z.object({\n bounds: OpencageGeocodeGeojson_BoundsSchema.nullable().optional(),\n formatted: z.string().describe(\"Fully formatted address string.\").nullable(),\n components: z.record(z.string(), z.unknown()).describe(\"Structured address components (country, city, street, etc.).\"),\n confidence: z.number().int().describe(\"Confidence score (1-10) for this result.\").nullable(),\n annotations: OpencageGeocodeGeojson_AnnotationsSchema.nullable().optional(),\n}).describe(\"Properties of a GeoJSON feature from geocoding.\");\nconst OpencageGeocodeGeojson_FeatureSchema = z.object({\n type: z.string().describe(\"GeoJSON type, always 'Feature'.\").nullable(),\n geometry: OpencageGeocodeGeojson_GeometrySchema.nullable(),\n properties: OpencageGeocodeGeojson_FeaturePropertiesSchema.nullable(),\n}).describe(\"GeoJSON Feature representing a geocoding result.\");\nconst OpencageGeocodeGeojson_LicenseSchema = z.object({\n url: z.string().describe(\"URL to license details.\").nullable(),\n name: z.string().describe(\"License name.\").nullable(),\n}).describe(\"Data license information.\");\nconst OpencageGeocodeGeojson_TimestampSchema = z.object({\n created_http: z.string().describe(\"Timestamp in HTTP date format.\").nullable(),\n created_unix: z.number().int().describe(\"Timestamp as UNIX epoch seconds.\").nullable(),\n}).describe(\"Response timestamp.\");\nconst OpencageGeocodeGeojson_StayInformedSchema = z.object({\n blog: z.string().describe(\"Blog URL.\").nullable().optional(),\n mastodon: z.string().describe(\"Mastodon profile URL.\").nullable().optional(),\n}).describe(\"Links to stay informed about the API.\");\nexport const OpencageGeocodeGeojsonOutput = z.object({\n rate: OpencageGeocodeGeojson_RateSchema.nullable().optional(),\n type: z.string().describe(\"GeoJSON type, always 'FeatureCollection'.\").nullable(),\n status: OpencageGeocodeGeojson_StatusSchema.nullable().optional(),\n thanks: z.string().describe(\"Thank you message from API.\").nullable().optional(),\n features: z.array(OpencageGeocodeGeojson_FeatureSchema).describe(\"List of geocoding results as GeoJSON features.\"),\n licenses: z.array(OpencageGeocodeGeojson_LicenseSchema).describe(\"Data license information.\"),\n timestamp: OpencageGeocodeGeojson_TimestampSchema.nullable().optional(),\n documentation: z.string().describe(\"Link to API documentation.\").nullable().optional(),\n stay_informed: OpencageGeocodeGeojson_StayInformedSchema.nullable().optional(),\n total_results: z.number().int().describe(\"Total number of results returned.\").nullable().optional(),\n}).describe(\"GeoJSON FeatureCollection response from OpenCage geocoding API.\\nContains geocoding results as GeoJSON features with rich metadata.\");\n\nexport const opencageGeocodeGeojson = action(\"OPENCAGE_GEOCODE_GEOJSON\", {\n slug: \"opencage-geocode-geojson\",\n name: \"Geocode to GeoJSON\",\n description: \"Geocode addresses or coordinates and return results in GeoJSON FeatureCollection format. Use this tool when you need: - Geographic data in standard GeoJSON format for mapping applications - Forward geocoding: convert addresses to coordinates - Reverse geocoding: convert coordinates to addresses The response includes coordinates, formatted addresses, and optional annotations like timezone, currency, and sun times for each location.\",\n input: OpencageGeocodeGeojsonInput,\n output: OpencageGeocodeGeojsonOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"geocode-geojson.mjs","names":[],"sources":["../../src/actions/geocode-geojson.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpencageGeocodeGeojsonInput = z.object({\n q: z.string().describe(\"Query string: either an address/placename for forward geocoding, or 'lat,lng' coordinates for reverse geocoding.\"),\n abbrv: z.number().int().describe(\"Use abbreviated address fields: 1 to enable, 0 to disable.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return (1-100). Default is 10.\").optional(),\n bounds: z.string().describe(\"Restrict results to bounding box as 'min_lng,min_lat,max_lng,max_lat'.\").optional(),\n pretty: z.boolean().default(false).describe(\"Pretty-print the JSON response for readability.\").optional(),\n language: z.string().describe(\"Preferred response language as IETF language tag (e.g., 'en', 'de', 'fr').\").optional(),\n roadinfo: z.boolean().default(false).describe(\"Include detailed road/driving information in annotations.\").optional(),\n proximity: z.string().describe(\"Bias results toward a location as 'lat,lng' (e.g., '52.5200,13.4050').\").optional(),\n add_request: z.boolean().default(false).describe(\"Include original request parameters in the response.\").optional(),\n countrycode: z.string().describe(\"Restrict results to specific countries. Comma-separated ISO 3166-1 alpha-2 codes (e.g., 'us', 'de,fr').\").optional(),\n address_only: z.boolean().default(false).describe(\"Return only address-type results (exclude POIs, landmarks).\").optional(),\n min_confidence: z.number().int().describe(\"Minimum confidence level for results (1-10). Only results with confidence >= this value are returned.\").optional(),\n no_annotations: z.boolean().default(false).describe(\"Exclude detailed annotations (timezone, currency, sun times, etc.) from response.\").optional(),\n}).describe(\"Request parameters for geocoding to GeoJSON format.\\nSupports both forward geocoding (address to coordinates) and reverse geocoding (coordinates to address).\");\nconst OpencageGeocodeGeojson_RateSchema = z.object({\n limit: z.number().int().describe(\"Maximum requests allowed per day.\").nullable(),\n reset: z.number().int().describe(\"UNIX timestamp when limit resets.\").nullable(),\n remaining: z.number().int().describe(\"Remaining requests today.\").nullable(),\n}).passthrough().describe(\"API rate limit information.\");\nconst OpencageGeocodeGeojson_StatusSchema = z.object({\n code: z.number().int().describe(\"HTTP-like status code (200=OK, 400=invalid, etc.).\").nullable(),\n message: z.string().describe(\"Status message.\").nullable(),\n}).passthrough().describe(\"API response status.\");\nconst OpencageGeocodeGeojson_GeometrySchema = z.object({\n type: z.string().describe(\"GeoJSON geometry type, always 'Point' for geocoding results.\").nullable(),\n coordinates: z.array(z.number()).describe(\"Coordinates as [longitude, latitude].\"),\n}).passthrough().describe(\"GeoJSON Point geometry.\");\nconst OpencageGeocodeGeojson_BoundsSchema = z.object({\n northeast: z.record(z.string(), z.unknown()).describe(\"Northeast corner with 'lat' and 'lng'.\"),\n southwest: z.record(z.string(), z.unknown()).describe(\"Southwest corner with 'lat' and 'lng'.\"),\n}).passthrough().describe(\"Geographic bounding box.\");\nconst OpencageGeocodeGeojson_AnnotationDMSSchema = z.object({\n lat: z.string().describe(\"Latitude in DMS format (e.g., \\\"52° 31' 2.59860'' N\\\").\").nullable(),\n lng: z.string().describe(\"Longitude in DMS format (e.g., \\\"13° 23' 42.47124'' E\\\").\").nullable(),\n}).passthrough().describe(\"Coordinates in Degrees Minutes Seconds format.\");\nconst OpencageGeocodeGeojson_AnnotationOSMSchema = z.object({\n url: z.string().describe(\"URL to view this location on OpenStreetMap.\").nullable().optional(),\n edit_url: z.string().describe(\"URL to edit this location on OpenStreetMap.\").nullable().optional(),\n note_url: z.string().describe(\"URL to add a note at this location.\").nullable().optional(),\n}).passthrough().describe(\"OpenStreetMap links.\");\nconst OpencageGeocodeGeojson_SunTimesSchema = z.object({\n civil: z.number().int().describe(\"Civil twilight time (UNIX timestamp).\").nullable(),\n apparent: z.number().int().describe(\"Apparent sunrise/sunset time (UNIX timestamp).\").nullable(),\n nautical: z.number().int().describe(\"Nautical twilight time (UNIX timestamp).\").nullable(),\n astronomical: z.number().int().describe(\"Astronomical twilight time (UNIX timestamp).\").nullable(),\n}).passthrough().describe(\"Sun timing information with different twilight types.\");\nconst OpencageGeocodeGeojson_AnnotationSunSchema = z.object({\n set: OpencageGeocodeGeojson_SunTimesSchema.nullable(),\n rise: OpencageGeocodeGeojson_SunTimesSchema.nullable(),\n}).passthrough().describe(\"Sunrise and sunset times for the location.\");\nconst OpencageGeocodeGeojson_AnnotationMercatorSchema = z.object({\n x: z.number().describe(\"Mercator x-coordinate (easting).\").nullable(),\n y: z.number().describe(\"Mercator y-coordinate (northing).\").nullable(),\n}).passthrough().describe(\"Coordinates in Web Mercator projection (EPSG:3857).\");\nconst OpencageGeocodeGeojson_AnnotationCurrencySchema = z.object({\n name: z.string().describe(\"Currency name (e.g., 'Euro').\").nullable(),\n symbol: z.string().describe(\"Currency symbol (e.g., '€').\").nullable(),\n subunit: z.string().describe(\"Name of the subunit (e.g., 'Cent').\").nullable().optional(),\n iso_code: z.string().describe(\"ISO 4217 currency code (e.g., 'EUR').\").nullable(),\n html_entity: z.string().describe(\"HTML entity for the currency symbol.\").nullable().optional(),\n iso_numeric: z.string().describe(\"ISO 4217 numeric code.\").nullable().optional(),\n decimal_mark: z.string().describe(\"Decimal separator character.\").nullable().optional(),\n symbol_first: z.number().int().describe(\"Whether symbol appears before amount (1) or after (0).\").nullable().optional(),\n subunit_to_unit: z.number().int().describe(\"Number of subunits in one unit.\").nullable().optional(),\n alternate_symbols: z.array(z.string()).describe(\"Alternative currency symbols.\").nullable().optional(),\n thousands_separator: z.string().describe(\"Thousands separator character.\").nullable().optional(),\n smallest_denomination: z.number().int().describe(\"Smallest physical denomination.\").nullable().optional(),\n}).passthrough().describe(\"Currency information for the location's country.\");\nconst OpencageGeocodeGeojson_AnnotationRoadInfoSchema = z.object({\n road: z.string().describe(\"Road name if available.\").nullable().optional(),\n drive_on: z.string().describe(\"Side of road for driving ('left' or 'right').\").nullable(),\n speed_in: z.string().describe(\"Speed unit used ('km/h' or 'mph').\").nullable(),\n road_type: z.string().describe(\"Type of road.\").nullable().optional(),\n}).passthrough().describe(\"Road and driving information.\");\nconst OpencageGeocodeGeojson_AnnotationTimezoneSchema = z.object({\n name: z.string().describe(\"IANA timezone name (e.g., 'Europe/Berlin').\").nullable(),\n now_in_dst: z.number().int().describe(\"Whether currently in DST (1) or not (0).\").nullable(),\n offset_sec: z.number().int().describe(\"UTC offset in seconds.\").nullable(),\n short_name: z.string().describe(\"Timezone abbreviation (e.g., 'CET').\").nullable(),\n offset_string: z.string().describe(\"UTC offset as string (e.g., '+0100').\").nullable(),\n}).passthrough().describe(\"Timezone information.\");\nconst OpencageGeocodeGeojson_AnnotationsSchema = z.object({\n DMS: OpencageGeocodeGeojson_AnnotationDMSSchema.nullable().optional(),\n OSM: OpencageGeocodeGeojson_AnnotationOSMSchema.nullable().optional(),\n sun: OpencageGeocodeGeojson_AnnotationSunSchema.nullable().optional(),\n MGRS: z.string().describe(\"Military Grid Reference System coordinate.\").nullable().optional(),\n NUTS: z.record(z.string(), z.unknown()).describe(\"EU NUTS region codes.\").nullable().optional(),\n flag: z.string().describe(\"Country flag emoji.\").nullable().optional(),\n qibla: z.number().describe(\"Direction to Mecca in degrees.\").nullable().optional(),\n UN_M49: z.record(z.string(), z.unknown()).describe(\"UN M49 region codes.\").nullable().optional(),\n geohash: z.string().describe(\"Geohash of the location.\").nullable().optional(),\n Mercator: OpencageGeocodeGeojson_AnnotationMercatorSchema.nullable().optional(),\n currency: OpencageGeocodeGeojson_AnnotationCurrencySchema.nullable().optional(),\n roadinfo: OpencageGeocodeGeojson_AnnotationRoadInfoSchema.nullable().optional(),\n timezone: OpencageGeocodeGeojson_AnnotationTimezoneSchema.nullable().optional(),\n wikidata: z.string().describe(\"Wikidata identifier.\").nullable().optional(),\n Maidenhead: z.string().describe(\"Maidenhead (amateur radio) grid locator.\").nullable().optional(),\n what3words: z.record(z.string(), z.unknown()).describe(\"What3Words address.\").nullable().optional(),\n callingcode: z.number().int().describe(\"International calling code.\").nullable().optional(),\n}).passthrough().describe(\"Additional geographic annotations for a result. All fields are optional as they depend on API parameters.\");\nconst OpencageGeocodeGeojson_FeaturePropertiesSchema = z.object({\n bounds: OpencageGeocodeGeojson_BoundsSchema.nullable().optional(),\n formatted: z.string().describe(\"Fully formatted address string.\").nullable(),\n components: z.record(z.string(), z.unknown()).describe(\"Structured address components (country, city, street, etc.).\"),\n confidence: z.number().int().describe(\"Confidence score (1-10) for this result.\").nullable(),\n annotations: OpencageGeocodeGeojson_AnnotationsSchema.nullable().optional(),\n}).passthrough().describe(\"Properties of a GeoJSON feature from geocoding.\");\nconst OpencageGeocodeGeojson_FeatureSchema = z.object({\n type: z.string().describe(\"GeoJSON type, always 'Feature'.\").nullable(),\n geometry: OpencageGeocodeGeojson_GeometrySchema.nullable(),\n properties: OpencageGeocodeGeojson_FeaturePropertiesSchema.nullable(),\n}).passthrough().describe(\"GeoJSON Feature representing a geocoding result.\");\nconst OpencageGeocodeGeojson_LicenseSchema = z.object({\n url: z.string().describe(\"URL to license details.\").nullable(),\n name: z.string().describe(\"License name.\").nullable(),\n}).passthrough().describe(\"Data license information.\");\nconst OpencageGeocodeGeojson_TimestampSchema = z.object({\n created_http: z.string().describe(\"Timestamp in HTTP date format.\").nullable(),\n created_unix: z.number().int().describe(\"Timestamp as UNIX epoch seconds.\").nullable(),\n}).passthrough().describe(\"Response timestamp.\");\nconst OpencageGeocodeGeojson_StayInformedSchema = z.object({\n blog: z.string().describe(\"Blog URL.\").nullable().optional(),\n mastodon: z.string().describe(\"Mastodon profile URL.\").nullable().optional(),\n}).passthrough().describe(\"Links to stay informed about the API.\");\nexport const OpencageGeocodeGeojsonOutput = z.object({\n rate: OpencageGeocodeGeojson_RateSchema.nullable().optional(),\n type: z.string().describe(\"GeoJSON type, always 'FeatureCollection'.\").nullable(),\n status: OpencageGeocodeGeojson_StatusSchema.nullable().optional(),\n thanks: z.string().describe(\"Thank you message from API.\").nullable().optional(),\n features: z.array(OpencageGeocodeGeojson_FeatureSchema).describe(\"List of geocoding results as GeoJSON features.\"),\n licenses: z.array(OpencageGeocodeGeojson_LicenseSchema).describe(\"Data license information.\"),\n timestamp: OpencageGeocodeGeojson_TimestampSchema.nullable().optional(),\n documentation: z.string().describe(\"Link to API documentation.\").nullable().optional(),\n stay_informed: OpencageGeocodeGeojson_StayInformedSchema.nullable().optional(),\n total_results: z.number().int().describe(\"Total number of results returned.\").nullable().optional(),\n}).passthrough().describe(\"GeoJSON FeatureCollection response from OpenCage geocoding API.\\nContains geocoding results as GeoJSON features with rich metadata.\");\n\nexport const opencageGeocodeGeojson = action(\"OPENCAGE_GEOCODE_GEOJSON\", {\n slug: \"opencage-geocode-geojson\",\n name: \"Geocode to GeoJSON\",\n description: \"Geocode addresses or coordinates and return results in GeoJSON FeatureCollection format. Use this tool when you need: - Geographic data in standard GeoJSON format for mapping applications - Forward geocoding: convert addresses to coordinates - Reverse geocoding: convert coordinates to addresses The response includes coordinates, formatted addresses, and optional annotations like timezone, currency, and sun times for each location.\",\n input: OpencageGeocodeGeojsonInput,\n output: OpencageGeocodeGeojsonOutput,\n});\n"],"mappings":"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"}
@@ -17,7 +17,7 @@ const OpencageGeocodeGeojsonpInput = zod.z.object({
17
17
  min_confidence: zod.z.number().int().describe("Minimum confidence score (0-10) for results. Higher values return more precise matches only.").optional(),
18
18
  no_annotations: zod.z.number().int().describe("Exclude supplementary annotations (timezone, currency, etc.) from results. Set to 1 to exclude.").optional()
19
19
  }).describe("Request parameters for geocoding with JSONP callback wrapper.");
20
- const OpencageGeocodeGeojsonpOutput = zod.z.object({ jsonp: zod.z.string().describe("JSONP-formatted response with the callback function wrapping the geocode results JSON. Example: 'myCallback({\"results\": [...], \"status\": {...}})'").nullable() }).describe("Response containing geocoding results wrapped in a JSONP callback.");
20
+ const OpencageGeocodeGeojsonpOutput = zod.z.object({ jsonp: zod.z.string().describe("JSONP-formatted response with the callback function wrapping the geocode results JSON. Example: 'myCallback({\"results\": [...], \"status\": {...}})'").nullable() }).passthrough().describe("Response containing geocoding results wrapped in a JSONP callback.");
21
21
  const opencageGeocodeGeojsonp = require_action.action("OPENCAGE_GEOCODE_GEOJSONP", {
22
22
  slug: "opencage-geocode-geojsonp",
23
23
  name: "Geocode with JSONP",
@@ -1 +1 @@
1
- {"version":3,"file":"geocode-geojsonp.cjs","names":["z","action"],"sources":["../../src/actions/geocode-geojsonp.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpencageGeocodeGeojsonpInput = z.object({\n q: z.string().describe(\"The address or location query to geocode (e.g., 'Berlin, Germany' or '1600 Pennsylvania Ave, Washington DC')\"),\n abbrv: z.number().int().describe(\"Abbreviate place names in results. Set to 1 to abbreviate (e.g., 'NYC' instead of 'New York City'), 0 for full names.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return (1-100). Defaults to 10 if not specified.\").optional(),\n bounds: z.string().describe(\"Restrict results to a geographic bounding box, specified as 'minLng,minLat,maxLng,maxLat' (west,south,east,north). Example: '-0.563,51.280,0.278,51.686' for Greater London.\").optional(),\n pretty: z.number().int().describe(\"Format JSON output with indentation for readability. Set to 1 to enable. For debugging only.\").optional(),\n callback: z.string().describe(\"Name of the JavaScript callback function to wrap the response (e.g., 'handleGeocode')\"),\n language: z.string().describe(\"Preferred language for results using ISO 639-1 language code (e.g., 'en' for English, 'de' for German).\").optional(),\n no_dedupe: z.number().int().describe(\"Disable automatic deduplication of results. Set to 1 to include potential duplicates.\").optional(),\n no_record: z.number().int().describe(\"Do not log this request in your account history. Set to 1 to disable logging.\").optional(),\n proximity: z.string().describe(\"Bias results towards a specific location, specified as 'lat,lng'. Example: '51.952,-1.162' for near Oxford, UK.\").optional(),\n add_request: z.number().int().describe(\"Include the original request parameters in the response. Set to 1 to include.\").optional(),\n countrycode: z.string().describe(\"Limit results to a specific country using ISO 3166-1 alpha-2 country code (e.g., 'US', 'DE', 'GB').\").optional(),\n min_confidence: z.number().int().describe(\"Minimum confidence score (0-10) for results. Higher values return more precise matches only.\").optional(),\n no_annotations: z.number().int().describe(\"Exclude supplementary annotations (timezone, currency, etc.) from results. Set to 1 to exclude.\").optional(),\n}).describe(\"Request parameters for geocoding with JSONP callback wrapper.\");\nexport const OpencageGeocodeGeojsonpOutput = z.object({\n jsonp: z.string().describe(\"JSONP-formatted response with the callback function wrapping the geocode results JSON. Example: 'myCallback({\\\"results\\\": [...], \\\"status\\\": {...}})'\").nullable(),\n}).describe(\"Response containing geocoding results wrapped in a JSONP callback.\");\n\nexport const opencageGeocodeGeojsonp = action(\"OPENCAGE_GEOCODE_GEOJSONP\", {\n slug: \"opencage-geocode-geojsonp\",\n name: \"Geocode with JSONP\",\n description: \"Geocode an address and return results wrapped in a JavaScript callback function (JSONP format). Use this tool when you need geocoding results that can be directly consumed by JavaScript through a callback function, typically for cross-domain AJAX requests in browser environments. The response wraps standard geocoding JSON with your specified callback function name. Example response: myCallback({\\\"results\\\":[{\\\"geometry\\\":{\\\"lat\\\":52.5,\\\"lng\\\":13.4},\\\"formatted\\\":\\\"Berlin, Germany\\\",...}],...})\",\n input: OpencageGeocodeGeojsonpInput,\n output: OpencageGeocodeGeojsonpOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;CACrI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;CACnK,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC3H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8KAA8K,CAAC,CAAC,SAAS;CACrN,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CAC3I,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;CACrH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAClJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CACvI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC/H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;CAC3J,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACjI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CACjJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CACnJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uJAAuJ,CAAC,CAAC,SAAS,EAC/L,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAEhF,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"geocode-geojsonp.cjs","names":["z","action"],"sources":["../../src/actions/geocode-geojsonp.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpencageGeocodeGeojsonpInput = z.object({\n q: z.string().describe(\"The address or location query to geocode (e.g., 'Berlin, Germany' or '1600 Pennsylvania Ave, Washington DC')\"),\n abbrv: z.number().int().describe(\"Abbreviate place names in results. Set to 1 to abbreviate (e.g., 'NYC' instead of 'New York City'), 0 for full names.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return (1-100). Defaults to 10 if not specified.\").optional(),\n bounds: z.string().describe(\"Restrict results to a geographic bounding box, specified as 'minLng,minLat,maxLng,maxLat' (west,south,east,north). Example: '-0.563,51.280,0.278,51.686' for Greater London.\").optional(),\n pretty: z.number().int().describe(\"Format JSON output with indentation for readability. Set to 1 to enable. For debugging only.\").optional(),\n callback: z.string().describe(\"Name of the JavaScript callback function to wrap the response (e.g., 'handleGeocode')\"),\n language: z.string().describe(\"Preferred language for results using ISO 639-1 language code (e.g., 'en' for English, 'de' for German).\").optional(),\n no_dedupe: z.number().int().describe(\"Disable automatic deduplication of results. Set to 1 to include potential duplicates.\").optional(),\n no_record: z.number().int().describe(\"Do not log this request in your account history. Set to 1 to disable logging.\").optional(),\n proximity: z.string().describe(\"Bias results towards a specific location, specified as 'lat,lng'. Example: '51.952,-1.162' for near Oxford, UK.\").optional(),\n add_request: z.number().int().describe(\"Include the original request parameters in the response. Set to 1 to include.\").optional(),\n countrycode: z.string().describe(\"Limit results to a specific country using ISO 3166-1 alpha-2 country code (e.g., 'US', 'DE', 'GB').\").optional(),\n min_confidence: z.number().int().describe(\"Minimum confidence score (0-10) for results. Higher values return more precise matches only.\").optional(),\n no_annotations: z.number().int().describe(\"Exclude supplementary annotations (timezone, currency, etc.) from results. Set to 1 to exclude.\").optional(),\n}).describe(\"Request parameters for geocoding with JSONP callback wrapper.\");\nexport const OpencageGeocodeGeojsonpOutput = z.object({\n jsonp: z.string().describe(\"JSONP-formatted response with the callback function wrapping the geocode results JSON. Example: 'myCallback({\\\"results\\\": [...], \\\"status\\\": {...}})'\").nullable(),\n}).passthrough().describe(\"Response containing geocoding results wrapped in a JSONP callback.\");\n\nexport const opencageGeocodeGeojsonp = action(\"OPENCAGE_GEOCODE_GEOJSONP\", {\n slug: \"opencage-geocode-geojsonp\",\n name: \"Geocode with JSONP\",\n description: \"Geocode an address and return results wrapped in a JavaScript callback function (JSONP format). Use this tool when you need geocoding results that can be directly consumed by JavaScript through a callback function, typically for cross-domain AJAX requests in browser environments. The response wraps standard geocoding JSON with your specified callback function name. Example response: myCallback({\\\"results\\\":[{\\\"geometry\\\":{\\\"lat\\\":52.5,\\\"lng\\\":13.4},\\\"formatted\\\":\\\"Berlin, Germany\\\",...}],...})\",\n input: OpencageGeocodeGeojsonpInput,\n output: OpencageGeocodeGeojsonpOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;CACrI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;CACnK,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC3H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8KAA8K,CAAC,CAAC,SAAS;CACrN,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CAC3I,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;CACrH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAClJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CACvI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC/H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;CAC3J,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACjI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CACjJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CACnJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uJAAuJ,CAAC,CAAC,SAAS,EAC/L,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oEAAoE;AAE9F,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -19,7 +19,7 @@ declare const OpencageGeocodeGeojsonpInput: z.ZodObject<{
19
19
  }, z.core.$strip>;
20
20
  declare const OpencageGeocodeGeojsonpOutput: z.ZodObject<{
21
21
  jsonp: z.ZodNullable<z.ZodString>;
22
- }, z.core.$strip>;
22
+ }, z.core.$loose>;
23
23
  declare const opencageGeocodeGeojsonp: import("@keystrokehq/action").WorkflowActionDefinition<{
24
24
  q: string;
25
25
  callback: string;
@@ -19,7 +19,7 @@ declare const OpencageGeocodeGeojsonpInput: z.ZodObject<{
19
19
  }, z.core.$strip>;
20
20
  declare const OpencageGeocodeGeojsonpOutput: z.ZodObject<{
21
21
  jsonp: z.ZodNullable<z.ZodString>;
22
- }, z.core.$strip>;
22
+ }, z.core.$loose>;
23
23
  declare const opencageGeocodeGeojsonp: import("@keystrokehq/action").WorkflowActionDefinition<{
24
24
  q: string;
25
25
  callback: string;
@@ -20,7 +20,7 @@ const opencageGeocodeGeojsonp = action("OPENCAGE_GEOCODE_GEOJSONP", {
20
20
  min_confidence: z.number().int().describe("Minimum confidence score (0-10) for results. Higher values return more precise matches only.").optional(),
21
21
  no_annotations: z.number().int().describe("Exclude supplementary annotations (timezone, currency, etc.) from results. Set to 1 to exclude.").optional()
22
22
  }).describe("Request parameters for geocoding with JSONP callback wrapper."),
23
- output: z.object({ jsonp: z.string().describe("JSONP-formatted response with the callback function wrapping the geocode results JSON. Example: 'myCallback({\"results\": [...], \"status\": {...}})'").nullable() }).describe("Response containing geocoding results wrapped in a JSONP callback.")
23
+ output: z.object({ jsonp: z.string().describe("JSONP-formatted response with the callback function wrapping the geocode results JSON. Example: 'myCallback({\"results\": [...], \"status\": {...}})'").nullable() }).passthrough().describe("Response containing geocoding results wrapped in a JSONP callback.")
24
24
  });
25
25
  //#endregion
26
26
  export { opencageGeocodeGeojsonp };
@@ -1 +1 @@
1
- {"version":3,"file":"geocode-geojsonp.mjs","names":[],"sources":["../../src/actions/geocode-geojsonp.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpencageGeocodeGeojsonpInput = z.object({\n q: z.string().describe(\"The address or location query to geocode (e.g., 'Berlin, Germany' or '1600 Pennsylvania Ave, Washington DC')\"),\n abbrv: z.number().int().describe(\"Abbreviate place names in results. Set to 1 to abbreviate (e.g., 'NYC' instead of 'New York City'), 0 for full names.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return (1-100). Defaults to 10 if not specified.\").optional(),\n bounds: z.string().describe(\"Restrict results to a geographic bounding box, specified as 'minLng,minLat,maxLng,maxLat' (west,south,east,north). Example: '-0.563,51.280,0.278,51.686' for Greater London.\").optional(),\n pretty: z.number().int().describe(\"Format JSON output with indentation for readability. Set to 1 to enable. For debugging only.\").optional(),\n callback: z.string().describe(\"Name of the JavaScript callback function to wrap the response (e.g., 'handleGeocode')\"),\n language: z.string().describe(\"Preferred language for results using ISO 639-1 language code (e.g., 'en' for English, 'de' for German).\").optional(),\n no_dedupe: z.number().int().describe(\"Disable automatic deduplication of results. Set to 1 to include potential duplicates.\").optional(),\n no_record: z.number().int().describe(\"Do not log this request in your account history. Set to 1 to disable logging.\").optional(),\n proximity: z.string().describe(\"Bias results towards a specific location, specified as 'lat,lng'. Example: '51.952,-1.162' for near Oxford, UK.\").optional(),\n add_request: z.number().int().describe(\"Include the original request parameters in the response. Set to 1 to include.\").optional(),\n countrycode: z.string().describe(\"Limit results to a specific country using ISO 3166-1 alpha-2 country code (e.g., 'US', 'DE', 'GB').\").optional(),\n min_confidence: z.number().int().describe(\"Minimum confidence score (0-10) for results. Higher values return more precise matches only.\").optional(),\n no_annotations: z.number().int().describe(\"Exclude supplementary annotations (timezone, currency, etc.) from results. Set to 1 to exclude.\").optional(),\n}).describe(\"Request parameters for geocoding with JSONP callback wrapper.\");\nexport const OpencageGeocodeGeojsonpOutput = z.object({\n jsonp: z.string().describe(\"JSONP-formatted response with the callback function wrapping the geocode results JSON. Example: 'myCallback({\\\"results\\\": [...], \\\"status\\\": {...}})'\").nullable(),\n}).describe(\"Response containing geocoding results wrapped in a JSONP callback.\");\n\nexport const opencageGeocodeGeojsonp = action(\"OPENCAGE_GEOCODE_GEOJSONP\", {\n slug: \"opencage-geocode-geojsonp\",\n name: \"Geocode with JSONP\",\n description: \"Geocode an address and return results wrapped in a JavaScript callback function (JSONP format). Use this tool when you need geocoding results that can be directly consumed by JavaScript through a callback function, typically for cross-domain AJAX requests in browser environments. The response wraps standard geocoding JSON with your specified callback function name. Example response: myCallback({\\\"results\\\":[{\\\"geometry\\\":{\\\"lat\\\":52.5,\\\"lng\\\":13.4},\\\"formatted\\\":\\\"Berlin, Germany\\\",...}],...})\",\n input: OpencageGeocodeGeojsonpInput,\n output: OpencageGeocodeGeojsonpOutput,\n});\n"],"mappings":";;AAwBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAxB0C,EAAE,OAAO;EACnD,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;EACrI,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;EACnK,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EAC3H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8KAA8K,CAAC,CAAC,SAAS;EACrN,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;EAC3I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;EACrH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;EAClJ,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;EACvI,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EAC/H,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;EAC3J,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EACjI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;EACjJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;EACnJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CACxJ,CAAC,CAAC,CAAC,SAAS,+DASH;CACP,QAT2C,EAAE,OAAO,EACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uJAAuJ,CAAC,CAAC,SAAS,EAC/L,CAAC,CAAC,CAAC,SAAS,oEAOF;AACV,CAAC"}
1
+ {"version":3,"file":"geocode-geojsonp.mjs","names":[],"sources":["../../src/actions/geocode-geojsonp.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpencageGeocodeGeojsonpInput = z.object({\n q: z.string().describe(\"The address or location query to geocode (e.g., 'Berlin, Germany' or '1600 Pennsylvania Ave, Washington DC')\"),\n abbrv: z.number().int().describe(\"Abbreviate place names in results. Set to 1 to abbreviate (e.g., 'NYC' instead of 'New York City'), 0 for full names.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return (1-100). Defaults to 10 if not specified.\").optional(),\n bounds: z.string().describe(\"Restrict results to a geographic bounding box, specified as 'minLng,minLat,maxLng,maxLat' (west,south,east,north). Example: '-0.563,51.280,0.278,51.686' for Greater London.\").optional(),\n pretty: z.number().int().describe(\"Format JSON output with indentation for readability. Set to 1 to enable. For debugging only.\").optional(),\n callback: z.string().describe(\"Name of the JavaScript callback function to wrap the response (e.g., 'handleGeocode')\"),\n language: z.string().describe(\"Preferred language for results using ISO 639-1 language code (e.g., 'en' for English, 'de' for German).\").optional(),\n no_dedupe: z.number().int().describe(\"Disable automatic deduplication of results. Set to 1 to include potential duplicates.\").optional(),\n no_record: z.number().int().describe(\"Do not log this request in your account history. Set to 1 to disable logging.\").optional(),\n proximity: z.string().describe(\"Bias results towards a specific location, specified as 'lat,lng'. Example: '51.952,-1.162' for near Oxford, UK.\").optional(),\n add_request: z.number().int().describe(\"Include the original request parameters in the response. Set to 1 to include.\").optional(),\n countrycode: z.string().describe(\"Limit results to a specific country using ISO 3166-1 alpha-2 country code (e.g., 'US', 'DE', 'GB').\").optional(),\n min_confidence: z.number().int().describe(\"Minimum confidence score (0-10) for results. Higher values return more precise matches only.\").optional(),\n no_annotations: z.number().int().describe(\"Exclude supplementary annotations (timezone, currency, etc.) from results. Set to 1 to exclude.\").optional(),\n}).describe(\"Request parameters for geocoding with JSONP callback wrapper.\");\nexport const OpencageGeocodeGeojsonpOutput = z.object({\n jsonp: z.string().describe(\"JSONP-formatted response with the callback function wrapping the geocode results JSON. Example: 'myCallback({\\\"results\\\": [...], \\\"status\\\": {...}})'\").nullable(),\n}).passthrough().describe(\"Response containing geocoding results wrapped in a JSONP callback.\");\n\nexport const opencageGeocodeGeojsonp = action(\"OPENCAGE_GEOCODE_GEOJSONP\", {\n slug: \"opencage-geocode-geojsonp\",\n name: \"Geocode with JSONP\",\n description: \"Geocode an address and return results wrapped in a JavaScript callback function (JSONP format). Use this tool when you need geocoding results that can be directly consumed by JavaScript through a callback function, typically for cross-domain AJAX requests in browser environments. The response wraps standard geocoding JSON with your specified callback function name. Example response: myCallback({\\\"results\\\":[{\\\"geometry\\\":{\\\"lat\\\":52.5,\\\"lng\\\":13.4},\\\"formatted\\\":\\\"Berlin, Germany\\\",...}],...})\",\n input: OpencageGeocodeGeojsonpInput,\n output: OpencageGeocodeGeojsonpOutput,\n});\n"],"mappings":";;AAwBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAxB0C,EAAE,OAAO;EACnD,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;EACrI,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;EACnK,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EAC3H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8KAA8K,CAAC,CAAC,SAAS;EACrN,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;EAC3I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;EACrH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;EAClJ,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;EACvI,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EAC/H,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;EAC3J,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EACjI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;EACjJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;EACnJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CACxJ,CAAC,CAAC,CAAC,SAAS,+DASH;CACP,QAT2C,EAAE,OAAO,EACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uJAAuJ,CAAC,CAAC,SAAS,EAC/L,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oEAOhB;AACV,CAAC"}