@keystrokehq/openweather_api 0.1.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 +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/delete-weather-station.cjs +16 -0
- package/dist/actions/delete-weather-station.cjs.map +1 -0
- package/dist/actions/delete-weather-station.d.cts +9 -0
- package/dist/actions/delete-weather-station.d.cts.map +1 -0
- package/dist/actions/delete-weather-station.d.mts +9 -0
- package/dist/actions/delete-weather-station.d.mts.map +1 -0
- package/dist/actions/delete-weather-station.mjs +13 -0
- package/dist/actions/delete-weather-station.mjs.map +1 -0
- package/dist/actions/get-air-pollution-current.cjs +42 -0
- package/dist/actions/get-air-pollution-current.cjs.map +1 -0
- package/dist/actions/get-air-pollution-current.d.cts +9 -0
- package/dist/actions/get-air-pollution-current.d.cts.map +1 -0
- package/dist/actions/get-air-pollution-current.d.mts +9 -0
- package/dist/actions/get-air-pollution-current.d.mts.map +1 -0
- package/dist/actions/get-air-pollution-current.mjs +41 -0
- package/dist/actions/get-air-pollution-current.mjs.map +1 -0
- package/dist/actions/get-air-pollution-forecast.cjs +42 -0
- package/dist/actions/get-air-pollution-forecast.cjs.map +1 -0
- package/dist/actions/get-air-pollution-forecast.d.cts +9 -0
- package/dist/actions/get-air-pollution-forecast.d.cts.map +1 -0
- package/dist/actions/get-air-pollution-forecast.d.mts +9 -0
- package/dist/actions/get-air-pollution-forecast.d.mts.map +1 -0
- package/dist/actions/get-air-pollution-forecast.mjs +41 -0
- package/dist/actions/get-air-pollution-forecast.mjs.map +1 -0
- package/dist/actions/get-air-pollution-history.cjs +40 -0
- package/dist/actions/get-air-pollution-history.cjs.map +1 -0
- package/dist/actions/get-air-pollution-history.d.cts +9 -0
- package/dist/actions/get-air-pollution-history.d.cts.map +1 -0
- package/dist/actions/get-air-pollution-history.d.mts +9 -0
- package/dist/actions/get-air-pollution-history.d.mts.map +1 -0
- package/dist/actions/get-air-pollution-history.mjs +39 -0
- package/dist/actions/get-air-pollution-history.mjs.map +1 -0
- package/dist/actions/get-circle-city-weather.cjs +85 -0
- package/dist/actions/get-circle-city-weather.cjs.map +1 -0
- package/dist/actions/get-circle-city-weather.d.cts +9 -0
- package/dist/actions/get-circle-city-weather.d.cts.map +1 -0
- package/dist/actions/get-circle-city-weather.d.mts +9 -0
- package/dist/actions/get-circle-city-weather.d.mts.map +1 -0
- package/dist/actions/get-circle-city-weather.mjs +84 -0
- package/dist/actions/get-circle-city-weather.mjs.map +1 -0
- package/dist/actions/get-current-weather.cjs +85 -0
- package/dist/actions/get-current-weather.cjs.map +1 -0
- package/dist/actions/get-current-weather.d.cts +9 -0
- package/dist/actions/get-current-weather.d.cts.map +1 -0
- package/dist/actions/get-current-weather.d.mts +9 -0
- package/dist/actions/get-current-weather.d.mts.map +1 -0
- package/dist/actions/get-current-weather.mjs +84 -0
- package/dist/actions/get-current-weather.mjs.map +1 -0
- package/dist/actions/get-geocoding-by-zip.cjs +22 -0
- package/dist/actions/get-geocoding-by-zip.cjs.map +1 -0
- package/dist/actions/get-geocoding-by-zip.d.cts +9 -0
- package/dist/actions/get-geocoding-by-zip.d.cts.map +1 -0
- package/dist/actions/get-geocoding-by-zip.d.mts +9 -0
- package/dist/actions/get-geocoding-by-zip.d.mts.map +1 -0
- package/dist/actions/get-geocoding-by-zip.mjs +19 -0
- package/dist/actions/get-geocoding-by-zip.mjs.map +1 -0
- package/dist/actions/get-geocoding-direct.cjs +19 -0
- package/dist/actions/get-geocoding-direct.cjs.map +1 -0
- package/dist/actions/get-geocoding-direct.d.cts +9 -0
- package/dist/actions/get-geocoding-direct.d.cts.map +1 -0
- package/dist/actions/get-geocoding-direct.d.mts +9 -0
- package/dist/actions/get-geocoding-direct.d.mts.map +1 -0
- package/dist/actions/get-geocoding-direct.mjs +16 -0
- package/dist/actions/get-geocoding-direct.mjs.map +1 -0
- package/dist/actions/get-geocoding-reverse.cjs +20 -0
- package/dist/actions/get-geocoding-reverse.cjs.map +1 -0
- package/dist/actions/get-geocoding-reverse.d.cts +9 -0
- package/dist/actions/get-geocoding-reverse.d.cts.map +1 -0
- package/dist/actions/get-geocoding-reverse.d.mts +9 -0
- package/dist/actions/get-geocoding-reverse.d.mts.map +1 -0
- package/dist/actions/get-geocoding-reverse.mjs +17 -0
- package/dist/actions/get-geocoding-reverse.mjs.map +1 -0
- package/dist/actions/get-station-measurements.cjs +36 -0
- package/dist/actions/get-station-measurements.cjs.map +1 -0
- package/dist/actions/get-station-measurements.d.cts +9 -0
- package/dist/actions/get-station-measurements.d.cts.map +1 -0
- package/dist/actions/get-station-measurements.d.mts +9 -0
- package/dist/actions/get-station-measurements.d.mts.map +1 -0
- package/dist/actions/get-station-measurements.mjs +35 -0
- package/dist/actions/get-station-measurements.mjs.map +1 -0
- package/dist/actions/get-uv-index-forecast.cjs +20 -0
- package/dist/actions/get-uv-index-forecast.cjs.map +1 -0
- package/dist/actions/get-uv-index-forecast.d.cts +9 -0
- package/dist/actions/get-uv-index-forecast.d.cts.map +1 -0
- package/dist/actions/get-uv-index-forecast.d.mts +9 -0
- package/dist/actions/get-uv-index-forecast.d.mts.map +1 -0
- package/dist/actions/get-uv-index-forecast.mjs +17 -0
- package/dist/actions/get-uv-index-forecast.mjs.map +1 -0
- package/dist/actions/get-uv-index-history.cjs +28 -0
- package/dist/actions/get-uv-index-history.cjs.map +1 -0
- package/dist/actions/get-uv-index-history.d.cts +9 -0
- package/dist/actions/get-uv-index-history.d.cts.map +1 -0
- package/dist/actions/get-uv-index-history.d.mts +9 -0
- package/dist/actions/get-uv-index-history.d.mts.map +1 -0
- package/dist/actions/get-uv-index-history.mjs +27 -0
- package/dist/actions/get-uv-index-history.mjs.map +1 -0
- package/dist/actions/get-uv-index.cjs +25 -0
- package/dist/actions/get-uv-index.cjs.map +1 -0
- package/dist/actions/get-uv-index.d.cts +9 -0
- package/dist/actions/get-uv-index.d.cts.map +1 -0
- package/dist/actions/get-uv-index.d.mts +9 -0
- package/dist/actions/get-uv-index.d.mts.map +1 -0
- package/dist/actions/get-uv-index.mjs +22 -0
- package/dist/actions/get-uv-index.mjs.map +1 -0
- package/dist/actions/get-weather-map-tile.cjs +39 -0
- package/dist/actions/get-weather-map-tile.cjs.map +1 -0
- package/dist/actions/get-weather-map-tile.d.cts +9 -0
- package/dist/actions/get-weather-map-tile.d.cts.map +1 -0
- package/dist/actions/get-weather-map-tile.d.mts +9 -0
- package/dist/actions/get-weather-map-tile.d.mts.map +1 -0
- package/dist/actions/get-weather-map-tile.mjs +36 -0
- package/dist/actions/get-weather-map-tile.mjs.map +1 -0
- package/dist/actions/get-weather-station.cjs +26 -0
- package/dist/actions/get-weather-station.cjs.map +1 -0
- package/dist/actions/get-weather-station.d.cts +9 -0
- package/dist/actions/get-weather-station.d.cts.map +1 -0
- package/dist/actions/get-weather-station.d.mts +9 -0
- package/dist/actions/get-weather-station.d.mts.map +1 -0
- package/dist/actions/get-weather-station.mjs +23 -0
- package/dist/actions/get-weather-station.mjs.map +1 -0
- package/dist/actions/get-weather-stations.cjs +27 -0
- package/dist/actions/get-weather-stations.cjs.map +1 -0
- package/dist/actions/get-weather-stations.d.cts +9 -0
- package/dist/actions/get-weather-stations.d.cts.map +1 -0
- package/dist/actions/get-weather-stations.d.mts +9 -0
- package/dist/actions/get-weather-stations.d.mts.map +1 -0
- package/dist/actions/get-weather-stations.mjs +26 -0
- package/dist/actions/get-weather-stations.mjs.map +1 -0
- package/dist/actions/get-weather-triggers.cjs +34 -0
- package/dist/actions/get-weather-triggers.cjs.map +1 -0
- package/dist/actions/get-weather-triggers.d.cts +9 -0
- package/dist/actions/get-weather-triggers.d.cts.map +1 -0
- package/dist/actions/get-weather-triggers.d.mts +9 -0
- package/dist/actions/get-weather-triggers.d.mts.map +1 -0
- package/dist/actions/get-weather-triggers.mjs +33 -0
- package/dist/actions/get-weather-triggers.mjs.map +1 -0
- package/dist/actions/get5-day-forecast.cjs +90 -0
- package/dist/actions/get5-day-forecast.cjs.map +1 -0
- package/dist/actions/get5-day-forecast.d.cts +9 -0
- package/dist/actions/get5-day-forecast.d.cts.map +1 -0
- package/dist/actions/get5-day-forecast.d.mts +9 -0
- package/dist/actions/get5-day-forecast.d.mts.map +1 -0
- package/dist/actions/get5-day-forecast.mjs +89 -0
- package/dist/actions/get5-day-forecast.mjs.map +1 -0
- package/dist/actions/index.cjs +43 -0
- package/dist/actions/index.d.cts +22 -0
- package/dist/actions/index.d.mts +22 -0
- package/dist/actions/index.mjs +22 -0
- package/dist/actions/post-add-weather-station.cjs +34 -0
- package/dist/actions/post-add-weather-station.cjs.map +1 -0
- package/dist/actions/post-add-weather-station.d.cts +9 -0
- package/dist/actions/post-add-weather-station.d.cts.map +1 -0
- package/dist/actions/post-add-weather-station.d.mts +9 -0
- package/dist/actions/post-add-weather-station.d.mts.map +1 -0
- package/dist/actions/post-add-weather-station.mjs +31 -0
- package/dist/actions/post-add-weather-station.mjs.map +1 -0
- package/dist/actions/post-submit-station-measurements.cjs +29 -0
- package/dist/actions/post-submit-station-measurements.cjs.map +1 -0
- package/dist/actions/post-submit-station-measurements.d.cts +9 -0
- package/dist/actions/post-submit-station-measurements.d.cts.map +1 -0
- package/dist/actions/post-submit-station-measurements.d.mts +9 -0
- package/dist/actions/post-submit-station-measurements.d.mts.map +1 -0
- package/dist/actions/post-submit-station-measurements.mjs +26 -0
- package/dist/actions/post-submit-station-measurements.mjs.map +1 -0
- package/dist/actions/update-weather-station.cjs +32 -0
- package/dist/actions/update-weather-station.cjs.map +1 -0
- package/dist/actions/update-weather-station.d.cts +9 -0
- package/dist/actions/update-weather-station.d.cts.map +1 -0
- package/dist/actions/update-weather-station.d.mts +9 -0
- package/dist/actions/update-weather-station.d.mts.map +1 -0
- package/dist/actions/update-weather-station.mjs +29 -0
- package/dist/actions/update-weather-station.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +48 -0
- package/dist/index.d.cts +24 -0
- package/dist/index.d.mts +24 -0
- package/dist/index.mjs +25 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-map-tile.cjs","names":["z","action"],"sources":["../../src/actions/get-weather-map-tile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenweatherApiGetWeatherMapTileInput: z.ZodTypeAny = z.object({\n x: z.number().int().describe(\"Tile X coordinate (non-negative integer).\"),\n y: z.number().int().describe(\"Tile Y coordinate (non-negative integer).\"),\n z: z.number().int().describe(\"Zoom level of the tile (non-negative integer).\"),\n fill: z.string().describe(\"Color for empty-data fill areas (hex or named).\").optional(),\n color: z.string().describe(\"Color schema of the tiles, e.g., 'original', 'black'.\").optional(),\n layer: z.enum([\"clouds\", \"clouds_new\", \"precipitation\", \"precipitation_new\", \"pressure\", \"pressure_new\", \"wind\", \"wind_new\", \"temp\", \"temp_new\"]).describe(\"Weather layer name. Options: clouds, clouds_new, precipitation, precipitation_new, pressure, pressure_new, wind, wind_new, temp, temp_new.\"),\n scale: z.union([z.literal(1), z.literal(2)]).describe(\"Tile scale factor: 1 or 2 for retina.\").optional(),\n format: z.string().describe(\"Image format; only 'png' is supported.\").optional(),\n opacity: z.number().describe(\"Tile opacity value between 0.0 and 1.0.\").optional(),\n palette: z.string().describe(\"Custom palette definition (comma-separated or JSON).\").optional(),\n fill_bound: z.boolean().describe(\"Fill tiles outside data coverage if true.\").optional(),\n}).describe(\"Request parameters for fetching advanced Weather Maps 2.0 tile.\");\nexport const OpenweatherApiGetWeatherMapTileOutput: z.ZodTypeAny = z.object({\n tile: z.string().describe(\"Binary PNG image data of the map tile.\"),\n}).describe(\"Raw PNG image data for the requested Weather Maps 2.0 tile.\");\n\nexport const openweatherApiGetWeatherMapTile = action(\"OPENWEATHER_API_GET_WEATHER_MAP_TILE\", {\n slug: \"openweather_api-get-weather-map-tile\",\n name: \"Get Weather Map Tile (2.0)\",\n description: \"Tool to fetch Weather Maps 2.0 tile images. Use when you need dynamic weather layers at specific zoom and coordinates with advanced styling options.\",\n input: OpenweatherApiGetWeatherMapTileInput,\n output: OpenweatherApiGetWeatherMapTileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CACxE,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CACxE,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAC7F,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAc;EAAiB;EAAqB;EAAY;EAAgB;EAAQ;EAAY;EAAQ;CAAU,CAAC,CAAC,CAAC,SAAS,4IAA4I;CACvS,OAAOA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,QAAQ,CAAC,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACjF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACpE,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,kCAAkCC,eAAAA,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-weather-map-tile.d.ts
|
|
4
|
+
declare const OpenweatherApiGetWeatherMapTileInput: z.ZodTypeAny;
|
|
5
|
+
declare const OpenweatherApiGetWeatherMapTileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const openweatherApiGetWeatherMapTile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { openweatherApiGetWeatherMapTile };
|
|
9
|
+
//# sourceMappingURL=get-weather-map-tile.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-map-tile.d.cts","names":[],"sources":["../../src/actions/get-weather-map-tile.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAYyB;AAAA,cACjE,qCAAA,EAAuC,CAAA,CAAE,UAEoB;AAAA,cAE7D,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-weather-map-tile.d.ts
|
|
4
|
+
declare const OpenweatherApiGetWeatherMapTileInput: z.ZodTypeAny;
|
|
5
|
+
declare const OpenweatherApiGetWeatherMapTileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const openweatherApiGetWeatherMapTile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { openweatherApiGetWeatherMapTile };
|
|
9
|
+
//# sourceMappingURL=get-weather-map-tile.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-map-tile.d.mts","names":[],"sources":["../../src/actions/get-weather-map-tile.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAYyB;AAAA,cACjE,qCAAA,EAAuC,CAAA,CAAE,UAEoB;AAAA,cAE7D,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const openweatherApiGetWeatherMapTile = action("OPENWEATHER_API_GET_WEATHER_MAP_TILE", {
|
|
4
|
+
slug: "openweather_api-get-weather-map-tile",
|
|
5
|
+
name: "Get Weather Map Tile (2.0)",
|
|
6
|
+
description: "Tool to fetch Weather Maps 2.0 tile images. Use when you need dynamic weather layers at specific zoom and coordinates with advanced styling options.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
x: z.number().int().describe("Tile X coordinate (non-negative integer)."),
|
|
9
|
+
y: z.number().int().describe("Tile Y coordinate (non-negative integer)."),
|
|
10
|
+
z: z.number().int().describe("Zoom level of the tile (non-negative integer)."),
|
|
11
|
+
fill: z.string().describe("Color for empty-data fill areas (hex or named).").optional(),
|
|
12
|
+
color: z.string().describe("Color schema of the tiles, e.g., 'original', 'black'.").optional(),
|
|
13
|
+
layer: z.enum([
|
|
14
|
+
"clouds",
|
|
15
|
+
"clouds_new",
|
|
16
|
+
"precipitation",
|
|
17
|
+
"precipitation_new",
|
|
18
|
+
"pressure",
|
|
19
|
+
"pressure_new",
|
|
20
|
+
"wind",
|
|
21
|
+
"wind_new",
|
|
22
|
+
"temp",
|
|
23
|
+
"temp_new"
|
|
24
|
+
]).describe("Weather layer name. Options: clouds, clouds_new, precipitation, precipitation_new, pressure, pressure_new, wind, wind_new, temp, temp_new."),
|
|
25
|
+
scale: z.union([z.literal(1), z.literal(2)]).describe("Tile scale factor: 1 or 2 for retina.").optional(),
|
|
26
|
+
format: z.string().describe("Image format; only 'png' is supported.").optional(),
|
|
27
|
+
opacity: z.number().describe("Tile opacity value between 0.0 and 1.0.").optional(),
|
|
28
|
+
palette: z.string().describe("Custom palette definition (comma-separated or JSON).").optional(),
|
|
29
|
+
fill_bound: z.boolean().describe("Fill tiles outside data coverage if true.").optional()
|
|
30
|
+
}).describe("Request parameters for fetching advanced Weather Maps 2.0 tile."),
|
|
31
|
+
output: z.object({ tile: z.string().describe("Binary PNG image data of the map tile.") }).describe("Raw PNG image data for the requested Weather Maps 2.0 tile.")
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { openweatherApiGetWeatherMapTile };
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=get-weather-map-tile.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-map-tile.mjs","names":[],"sources":["../../src/actions/get-weather-map-tile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenweatherApiGetWeatherMapTileInput: z.ZodTypeAny = z.object({\n x: z.number().int().describe(\"Tile X coordinate (non-negative integer).\"),\n y: z.number().int().describe(\"Tile Y coordinate (non-negative integer).\"),\n z: z.number().int().describe(\"Zoom level of the tile (non-negative integer).\"),\n fill: z.string().describe(\"Color for empty-data fill areas (hex or named).\").optional(),\n color: z.string().describe(\"Color schema of the tiles, e.g., 'original', 'black'.\").optional(),\n layer: z.enum([\"clouds\", \"clouds_new\", \"precipitation\", \"precipitation_new\", \"pressure\", \"pressure_new\", \"wind\", \"wind_new\", \"temp\", \"temp_new\"]).describe(\"Weather layer name. Options: clouds, clouds_new, precipitation, precipitation_new, pressure, pressure_new, wind, wind_new, temp, temp_new.\"),\n scale: z.union([z.literal(1), z.literal(2)]).describe(\"Tile scale factor: 1 or 2 for retina.\").optional(),\n format: z.string().describe(\"Image format; only 'png' is supported.\").optional(),\n opacity: z.number().describe(\"Tile opacity value between 0.0 and 1.0.\").optional(),\n palette: z.string().describe(\"Custom palette definition (comma-separated or JSON).\").optional(),\n fill_bound: z.boolean().describe(\"Fill tiles outside data coverage if true.\").optional(),\n}).describe(\"Request parameters for fetching advanced Weather Maps 2.0 tile.\");\nexport const OpenweatherApiGetWeatherMapTileOutput: z.ZodTypeAny = z.object({\n tile: z.string().describe(\"Binary PNG image data of the map tile.\"),\n}).describe(\"Raw PNG image data for the requested Weather Maps 2.0 tile.\");\n\nexport const openweatherApiGetWeatherMapTile = action(\"OPENWEATHER_API_GET_WEATHER_MAP_TILE\", {\n slug: \"openweather_api-get-weather-map-tile\",\n name: \"Get Weather Map Tile (2.0)\",\n description: \"Tool to fetch Weather Maps 2.0 tile images. Use when you need dynamic weather layers at specific zoom and coordinates with advanced styling options.\",\n input: OpenweatherApiGetWeatherMapTileInput,\n output: OpenweatherApiGetWeatherMapTileOutput,\n});\n"],"mappings":";;AAqBA,MAAa,kCAAkC,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArBgE,EAAE,OAAO;EACzE,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;EACxE,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;EACxE,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;EAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EACtF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EAC7F,OAAO,EAAE,KAAK;GAAC;GAAU;GAAc;GAAiB;GAAqB;GAAY;GAAgB;GAAQ;GAAY;GAAQ;EAAU,CAAC,CAAC,CAAC,SAAS,4IAA4I;EACvS,OAAO,EAAE,MAAM,CAAC,EAAE,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAC/E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EACjF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EAC9F,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACzF,CAAC,CAAC,CAAC,SAAS,iEASH;CACP,QATiE,EAAE,OAAO,EAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACpE,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-weather-station.ts
|
|
4
|
+
const OpenweatherApiGetWeatherStationInput = zod.z.object({ station_id: zod.z.string().describe("Internal station ID to retrieve information for.") }).describe("Request schema for getting a specific weather station by ID.");
|
|
5
|
+
const OpenweatherApiGetWeatherStationOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Station identifier."),
|
|
7
|
+
name: zod.z.string().describe("Station name."),
|
|
8
|
+
rank: zod.z.number().int().describe("Station rank.").nullable().optional(),
|
|
9
|
+
altitude: zod.z.number().describe("Station altitude above sea level.").nullable().optional(),
|
|
10
|
+
latitude: zod.z.number().describe("Location latitude."),
|
|
11
|
+
longitude: zod.z.number().describe("Location longitude."),
|
|
12
|
+
created_at: zod.z.string().describe("ISO8601 datetime of creation."),
|
|
13
|
+
updated_at: zod.z.string().describe("ISO8601 datetime of the last update."),
|
|
14
|
+
external_id: zod.z.string().describe("User-supplied external reference ID.").nullable().optional()
|
|
15
|
+
}).describe("Response schema containing weather station information.");
|
|
16
|
+
const openweatherApiGetWeatherStation = require_action.action("OPENWEATHER_API_GET_WEATHER_STATION", {
|
|
17
|
+
slug: "openweather_api-get-weather-station",
|
|
18
|
+
name: "Get Weather Station",
|
|
19
|
+
description: "Tool to get information about a specific weather station by its ID. Use when you need details about a particular station.",
|
|
20
|
+
input: OpenweatherApiGetWeatherStationInput,
|
|
21
|
+
output: OpenweatherApiGetWeatherStationOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.openweatherApiGetWeatherStation = openweatherApiGetWeatherStation;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=get-weather-station.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-station.cjs","names":["z","action"],"sources":["../../src/actions/get-weather-station.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenweatherApiGetWeatherStationInput: z.ZodTypeAny = z.object({\n station_id: z.string().describe(\"Internal station ID to retrieve information for.\"),\n}).describe(\"Request schema for getting a specific weather station by ID.\");\nexport const OpenweatherApiGetWeatherStationOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Station identifier.\"),\n name: z.string().describe(\"Station name.\"),\n rank: z.number().int().describe(\"Station rank.\").nullable().optional(),\n altitude: z.number().describe(\"Station altitude above sea level.\").nullable().optional(),\n latitude: z.number().describe(\"Location latitude.\"),\n longitude: z.number().describe(\"Location longitude.\"),\n created_at: z.string().describe(\"ISO8601 datetime of creation.\"),\n updated_at: z.string().describe(\"ISO8601 datetime of the last update.\"),\n external_id: z.string().describe(\"User-supplied external reference ID.\").nullable().optional(),\n}).describe(\"Response schema containing weather station information.\");\n\nexport const openweatherApiGetWeatherStation = action(\"OPENWEATHER_API_GET_WEATHER_STATION\", {\n slug: \"openweather_api-get-weather-station\",\n name: \"Get Weather Station\",\n description: \"Tool to get information about a specific weather station by its ID. Use when you need details about a particular station.\",\n input: OpenweatherApiGetWeatherStationInput,\n output: OpenweatherApiGetWeatherStationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,EACpF,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC7C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAClD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACpD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,kCAAkCC,eAAAA,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-weather-station.d.ts
|
|
4
|
+
declare const OpenweatherApiGetWeatherStationInput: z.ZodTypeAny;
|
|
5
|
+
declare const OpenweatherApiGetWeatherStationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const openweatherApiGetWeatherStation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { openweatherApiGetWeatherStation };
|
|
9
|
+
//# sourceMappingURL=get-weather-station.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-station.d.cts","names":[],"sources":["../../src/actions/get-weather-station.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEsB;AAAA,cAC9D,qCAAA,EAAuC,CAAA,CAAE,UAUgB;AAAA,cAEzD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-weather-station.d.ts
|
|
4
|
+
declare const OpenweatherApiGetWeatherStationInput: z.ZodTypeAny;
|
|
5
|
+
declare const OpenweatherApiGetWeatherStationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const openweatherApiGetWeatherStation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { openweatherApiGetWeatherStation };
|
|
9
|
+
//# sourceMappingURL=get-weather-station.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-station.d.mts","names":[],"sources":["../../src/actions/get-weather-station.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEsB;AAAA,cAC9D,qCAAA,EAAuC,CAAA,CAAE,UAUgB;AAAA,cAEzD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const openweatherApiGetWeatherStation = action("OPENWEATHER_API_GET_WEATHER_STATION", {
|
|
4
|
+
slug: "openweather_api-get-weather-station",
|
|
5
|
+
name: "Get Weather Station",
|
|
6
|
+
description: "Tool to get information about a specific weather station by its ID. Use when you need details about a particular station.",
|
|
7
|
+
input: z.object({ station_id: z.string().describe("Internal station ID to retrieve information for.") }).describe("Request schema for getting a specific weather station by ID."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("Station identifier."),
|
|
10
|
+
name: z.string().describe("Station name."),
|
|
11
|
+
rank: z.number().int().describe("Station rank.").nullable().optional(),
|
|
12
|
+
altitude: z.number().describe("Station altitude above sea level.").nullable().optional(),
|
|
13
|
+
latitude: z.number().describe("Location latitude."),
|
|
14
|
+
longitude: z.number().describe("Location longitude."),
|
|
15
|
+
created_at: z.string().describe("ISO8601 datetime of creation."),
|
|
16
|
+
updated_at: z.string().describe("ISO8601 datetime of the last update."),
|
|
17
|
+
external_id: z.string().describe("User-supplied external reference ID.").nullable().optional()
|
|
18
|
+
}).describe("Response schema containing weather station information.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { openweatherApiGetWeatherStation };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-weather-station.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-station.mjs","names":[],"sources":["../../src/actions/get-weather-station.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenweatherApiGetWeatherStationInput: z.ZodTypeAny = z.object({\n station_id: z.string().describe(\"Internal station ID to retrieve information for.\"),\n}).describe(\"Request schema for getting a specific weather station by ID.\");\nexport const OpenweatherApiGetWeatherStationOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Station identifier.\"),\n name: z.string().describe(\"Station name.\"),\n rank: z.number().int().describe(\"Station rank.\").nullable().optional(),\n altitude: z.number().describe(\"Station altitude above sea level.\").nullable().optional(),\n latitude: z.number().describe(\"Location latitude.\"),\n longitude: z.number().describe(\"Location longitude.\"),\n created_at: z.string().describe(\"ISO8601 datetime of creation.\"),\n updated_at: z.string().describe(\"ISO8601 datetime of the last update.\"),\n external_id: z.string().describe(\"User-supplied external reference ID.\").nullable().optional(),\n}).describe(\"Response schema containing weather station information.\");\n\nexport const openweatherApiGetWeatherStation = action(\"OPENWEATHER_API_GET_WEATHER_STATION\", {\n slug: \"openweather_api-get-weather-station\",\n name: \"Get Weather Station\",\n description: \"Tool to get information about a specific weather station by its ID. Use when you need details about a particular station.\",\n input: OpenweatherApiGetWeatherStationInput,\n output: OpenweatherApiGetWeatherStationOutput,\n});\n"],"mappings":";;AAmBA,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnBgE,EAAE,OAAO,EACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,EACpF,CAAC,CAAC,CAAC,SAAS,8DAiBH;CACP,QAjBiE,EAAE,OAAO;EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EAC7C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;EACzC,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAClD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EACpD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-weather-stations.ts
|
|
4
|
+
const OpenweatherApiGetWeatherStationsInput = zod.z.object({}).describe("Request schema for GET_WEATHER_STATIONS. No parameters are required.");
|
|
5
|
+
const OpenweatherApiGetWeatherStations_StationSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Station identifier."),
|
|
7
|
+
name: zod.z.string().describe("Station name."),
|
|
8
|
+
rank: zod.z.number().int().describe("Station rank.").nullable().optional(),
|
|
9
|
+
altitude: zod.z.number().describe("Station altitude above sea level.").nullable().optional(),
|
|
10
|
+
latitude: zod.z.number().describe("Location latitude."),
|
|
11
|
+
longitude: zod.z.number().describe("Location longitude."),
|
|
12
|
+
created_at: zod.z.string().describe("ISO8601 datetime of creation."),
|
|
13
|
+
updated_at: zod.z.string().describe("ISO8601 datetime of the last update."),
|
|
14
|
+
external_id: zod.z.string().describe("User-supplied external reference ID.").nullable().optional()
|
|
15
|
+
});
|
|
16
|
+
const OpenweatherApiGetWeatherStationsOutput = zod.z.object({ stations: zod.z.array(OpenweatherApiGetWeatherStations_StationSchema).describe("Array of weather station objects.") }).describe("List of weather stations added to the account.");
|
|
17
|
+
const openweatherApiGetWeatherStations = require_action.action("OPENWEATHER_API_GET_WEATHER_STATIONS", {
|
|
18
|
+
slug: "openweather_api-get-weather-stations",
|
|
19
|
+
name: "Get Weather Stations",
|
|
20
|
+
description: "Tool to list all weather stations added to your account. Use after setting up your OpenWeather API key.",
|
|
21
|
+
input: OpenweatherApiGetWeatherStationsInput,
|
|
22
|
+
output: OpenweatherApiGetWeatherStationsOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.openweatherApiGetWeatherStations = openweatherApiGetWeatherStations;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=get-weather-stations.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-stations.cjs","names":["z","action"],"sources":["../../src/actions/get-weather-stations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenweatherApiGetWeatherStationsInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for GET_WEATHER_STATIONS. No parameters are required.\");\nconst OpenweatherApiGetWeatherStations_StationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Station identifier.\"),\n name: z.string().describe(\"Station name.\"),\n rank: z.number().int().describe(\"Station rank.\").nullable().optional(),\n altitude: z.number().describe(\"Station altitude above sea level.\").nullable().optional(),\n latitude: z.number().describe(\"Location latitude.\"),\n longitude: z.number().describe(\"Location longitude.\"),\n created_at: z.string().describe(\"ISO8601 datetime of creation.\"),\n updated_at: z.string().describe(\"ISO8601 datetime of the last update.\"),\n external_id: z.string().describe(\"User-supplied external reference ID.\").nullable().optional(),\n});\nexport const OpenweatherApiGetWeatherStationsOutput: z.ZodTypeAny = z.object({\n stations: z.array(OpenweatherApiGetWeatherStations_StationSchema).describe(\"Array of weather station objects.\"),\n}).describe(\"List of weather stations added to the account.\");\n\nexport const openweatherApiGetWeatherStations = action(\"OPENWEATHER_API_GET_WEATHER_STATIONS\", {\n slug: \"openweather_api-get-weather-stations\",\n name: \"Get Weather Stations\",\n description: \"Tool to list all weather stations added to your account. Use after setting up your OpenWeather API key.\",\n input: OpenweatherApiGetWeatherStationsInput,\n output: OpenweatherApiGetWeatherStationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAC/J,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC7C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAClD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACpD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC;AACD,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,UAAUA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,mCAAmC,EAChH,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-weather-stations.d.ts
|
|
4
|
+
declare const OpenweatherApiGetWeatherStationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const OpenweatherApiGetWeatherStationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const openweatherApiGetWeatherStations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { openweatherApiGetWeatherStations };
|
|
9
|
+
//# sourceMappingURL=get-weather-stations.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-stations.d.cts","names":[],"sources":["../../src/actions/get-weather-stations.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAA0G;AAAA,cAYnJ,sCAAA,EAAwC,CAAA,CAAE,UAEM;AAAA,cAEhD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-weather-stations.d.ts
|
|
4
|
+
declare const OpenweatherApiGetWeatherStationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const OpenweatherApiGetWeatherStationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const openweatherApiGetWeatherStations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { openweatherApiGetWeatherStations };
|
|
9
|
+
//# sourceMappingURL=get-weather-stations.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-stations.d.mts","names":[],"sources":["../../src/actions/get-weather-stations.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAA0G;AAAA,cAYnJ,sCAAA,EAAwC,CAAA,CAAE,UAEM;AAAA,cAEhD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-weather-stations.ts
|
|
4
|
+
const OpenweatherApiGetWeatherStationsInput = z.object({}).describe("Request schema for GET_WEATHER_STATIONS. No parameters are required.");
|
|
5
|
+
const OpenweatherApiGetWeatherStations_StationSchema = z.object({
|
|
6
|
+
id: z.string().describe("Station identifier."),
|
|
7
|
+
name: z.string().describe("Station name."),
|
|
8
|
+
rank: z.number().int().describe("Station rank.").nullable().optional(),
|
|
9
|
+
altitude: z.number().describe("Station altitude above sea level.").nullable().optional(),
|
|
10
|
+
latitude: z.number().describe("Location latitude."),
|
|
11
|
+
longitude: z.number().describe("Location longitude."),
|
|
12
|
+
created_at: z.string().describe("ISO8601 datetime of creation."),
|
|
13
|
+
updated_at: z.string().describe("ISO8601 datetime of the last update."),
|
|
14
|
+
external_id: z.string().describe("User-supplied external reference ID.").nullable().optional()
|
|
15
|
+
});
|
|
16
|
+
const openweatherApiGetWeatherStations = action("OPENWEATHER_API_GET_WEATHER_STATIONS", {
|
|
17
|
+
slug: "openweather_api-get-weather-stations",
|
|
18
|
+
name: "Get Weather Stations",
|
|
19
|
+
description: "Tool to list all weather stations added to your account. Use after setting up your OpenWeather API key.",
|
|
20
|
+
input: OpenweatherApiGetWeatherStationsInput,
|
|
21
|
+
output: z.object({ stations: z.array(OpenweatherApiGetWeatherStations_StationSchema).describe("Array of weather station objects.") }).describe("List of weather stations added to the account.")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { openweatherApiGetWeatherStations };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=get-weather-stations.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-stations.mjs","names":[],"sources":["../../src/actions/get-weather-stations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenweatherApiGetWeatherStationsInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for GET_WEATHER_STATIONS. No parameters are required.\");\nconst OpenweatherApiGetWeatherStations_StationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Station identifier.\"),\n name: z.string().describe(\"Station name.\"),\n rank: z.number().int().describe(\"Station rank.\").nullable().optional(),\n altitude: z.number().describe(\"Station altitude above sea level.\").nullable().optional(),\n latitude: z.number().describe(\"Location latitude.\"),\n longitude: z.number().describe(\"Location longitude.\"),\n created_at: z.string().describe(\"ISO8601 datetime of creation.\"),\n updated_at: z.string().describe(\"ISO8601 datetime of the last update.\"),\n external_id: z.string().describe(\"User-supplied external reference ID.\").nullable().optional(),\n});\nexport const OpenweatherApiGetWeatherStationsOutput: z.ZodTypeAny = z.object({\n stations: z.array(OpenweatherApiGetWeatherStations_StationSchema).describe(\"Array of weather station objects.\"),\n}).describe(\"List of weather stations added to the account.\");\n\nexport const openweatherApiGetWeatherStations = action(\"OPENWEATHER_API_GET_WEATHER_STATIONS\", {\n slug: \"openweather_api-get-weather-stations\",\n name: \"Get Weather Stations\",\n description: \"Tool to list all weather stations added to your account. Use after setting up your OpenWeather API key.\",\n input: OpenweatherApiGetWeatherStationsInput,\n output: OpenweatherApiGetWeatherStationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAC/J,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC7C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAClD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACpD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC;AAKD,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkE,EAAE,OAAO,EAC3E,UAAU,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,mCAAmC,EAChH,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-weather-triggers.ts
|
|
4
|
+
const OpenweatherApiGetWeatherTriggersInput = zod.z.object({ triggers: zod.z.array(zod.z.object({
|
|
5
|
+
type: zod.z.string().describe("Type of weather trigger, e.g., 'temp', 'rain', 'wind'"),
|
|
6
|
+
value: zod.z.union([zod.z.number(), zod.z.array(zod.z.number())]),
|
|
7
|
+
location: zod.z.object({
|
|
8
|
+
lat: zod.z.number().describe("Latitude in degrees, between -90 and 90"),
|
|
9
|
+
lon: zod.z.number().describe("Longitude in degrees, between -180 and 180")
|
|
10
|
+
}).describe("Location details where this trigger applies"),
|
|
11
|
+
condition: zod.z.enum([
|
|
12
|
+
">",
|
|
13
|
+
"<",
|
|
14
|
+
"=",
|
|
15
|
+
"between"
|
|
16
|
+
]).describe("Condition operator: '>', '<', '=', or 'between'")
|
|
17
|
+
}).describe("Definition of a single weather trigger condition.")).describe("List of weather trigger definitions") }).describe("Request to manage and retrieve weather triggers. Provide a list of trigger definitions.");
|
|
18
|
+
const OpenweatherApiGetWeatherTriggers_TriggerResponseItemSchema = zod.z.object({
|
|
19
|
+
id: zod.z.string().describe("Unique ID of the trigger"),
|
|
20
|
+
status: zod.z.string().describe("Trigger operation status, e.g., 'created' or 'error'"),
|
|
21
|
+
details: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional details or error information for the trigger")
|
|
22
|
+
}).describe("Result for a single trigger operation.");
|
|
23
|
+
const OpenweatherApiGetWeatherTriggersOutput = zod.z.object({ triggers: zod.z.array(OpenweatherApiGetWeatherTriggers_TriggerResponseItemSchema).describe("Results for each trigger operation") }).describe("Response schema for weather triggers retrieval.");
|
|
24
|
+
const openweatherApiGetWeatherTriggers = require_action.action("OPENWEATHER_API_GET_WEATHER_TRIGGERS", {
|
|
25
|
+
slug: "openweather_api-get-weather-triggers",
|
|
26
|
+
name: "Get Weather Triggers",
|
|
27
|
+
description: "Tool to retrieve weather triggers for specific conditions. Use after defining trigger criteria.",
|
|
28
|
+
input: OpenweatherApiGetWeatherTriggersInput,
|
|
29
|
+
output: OpenweatherApiGetWeatherTriggersOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.openweatherApiGetWeatherTriggers = openweatherApiGetWeatherTriggers;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=get-weather-triggers.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-triggers.cjs","names":["z","action"],"sources":["../../src/actions/get-weather-triggers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenweatherApiGetWeatherTriggersInput: z.ZodTypeAny = z.object({\n triggers: z.array(z.object({\n type: z.string().describe(\"Type of weather trigger, e.g., 'temp', 'rain', 'wind'\"),\n value: z.union([z.number(), z.array(z.number())]),\n location: z.object({\n lat: z.number().describe(\"Latitude in degrees, between -90 and 90\"),\n lon: z.number().describe(\"Longitude in degrees, between -180 and 180\"),\n}).describe(\"Location details where this trigger applies\"),\n condition: z.enum([\">\", \"<\", \"=\", \"between\"]).describe(\"Condition operator: '>', '<', '=', or 'between'\"),\n}).describe(\"Definition of a single weather trigger condition.\")).describe(\"List of weather trigger definitions\"),\n}).describe(\"Request to manage and retrieve weather triggers. Provide a list of trigger definitions.\");\nconst OpenweatherApiGetWeatherTriggers_TriggerResponseItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique ID of the trigger\"),\n status: z.string().describe(\"Trigger operation status, e.g., 'created' or 'error'\"),\n details: z.record(z.string(), z.unknown()).describe(\"Additional details or error information for the trigger\"),\n}).describe(\"Result for a single trigger operation.\");\nexport const OpenweatherApiGetWeatherTriggersOutput: z.ZodTypeAny = z.object({\n triggers: z.array(OpenweatherApiGetWeatherTriggers_TriggerResponseItemSchema).describe(\"Results for each trigger operation\"),\n}).describe(\"Response schema for weather triggers retrieval.\");\n\nexport const openweatherApiGetWeatherTriggers = action(\"OPENWEATHER_API_GET_WEATHER_TRIGGERS\", {\n slug: \"openweather_api-get-weather-triggers\",\n name: \"Get Weather Triggers\",\n description: \"Tool to retrieve weather triggers for specific conditions. Use after defining trigger criteria.\",\n input: OpenweatherApiGetWeatherTriggersInput,\n output: OpenweatherApiGetWeatherTriggersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;CAC3B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACjF,OAAOA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC;CAChD,UAAUA,IAAAA,EAAE,OAAO;EACnB,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACvE,CAAC,CAAC,CAAC,SAAS,6CAA6C;CACvD,WAAWA,IAAAA,EAAE,KAAK;EAAC;EAAK;EAAK;EAAK;CAAS,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC1G,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,CAAC,SAAS,qCAAqC,EAChH,CAAC,CAAC,CAAC,SAAS,yFAAyF;AACrG,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAClD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAClF,SAASA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAC/G,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,UAAUA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,oCAAoC,EAC7H,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-weather-triggers.d.ts
|
|
4
|
+
declare const OpenweatherApiGetWeatherTriggersInput: z.ZodTypeAny;
|
|
5
|
+
declare const OpenweatherApiGetWeatherTriggersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const openweatherApiGetWeatherTriggers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { openweatherApiGetWeatherTriggers };
|
|
9
|
+
//# sourceMappingURL=get-weather-triggers.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-triggers.d.cts","names":[],"sources":["../../src/actions/get-weather-triggers.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAUgD;AAAA,cAMzF,sCAAA,EAAwC,CAAA,CAAE,UAEO;AAAA,cAEjD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-weather-triggers.d.ts
|
|
4
|
+
declare const OpenweatherApiGetWeatherTriggersInput: z.ZodTypeAny;
|
|
5
|
+
declare const OpenweatherApiGetWeatherTriggersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const openweatherApiGetWeatherTriggers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { openweatherApiGetWeatherTriggers };
|
|
9
|
+
//# sourceMappingURL=get-weather-triggers.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-triggers.d.mts","names":[],"sources":["../../src/actions/get-weather-triggers.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAUgD;AAAA,cAMzF,sCAAA,EAAwC,CAAA,CAAE,UAEO;AAAA,cAEjD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-weather-triggers.ts
|
|
4
|
+
const OpenweatherApiGetWeatherTriggersInput = z.object({ triggers: z.array(z.object({
|
|
5
|
+
type: z.string().describe("Type of weather trigger, e.g., 'temp', 'rain', 'wind'"),
|
|
6
|
+
value: z.union([z.number(), z.array(z.number())]),
|
|
7
|
+
location: z.object({
|
|
8
|
+
lat: z.number().describe("Latitude in degrees, between -90 and 90"),
|
|
9
|
+
lon: z.number().describe("Longitude in degrees, between -180 and 180")
|
|
10
|
+
}).describe("Location details where this trigger applies"),
|
|
11
|
+
condition: z.enum([
|
|
12
|
+
">",
|
|
13
|
+
"<",
|
|
14
|
+
"=",
|
|
15
|
+
"between"
|
|
16
|
+
]).describe("Condition operator: '>', '<', '=', or 'between'")
|
|
17
|
+
}).describe("Definition of a single weather trigger condition.")).describe("List of weather trigger definitions") }).describe("Request to manage and retrieve weather triggers. Provide a list of trigger definitions.");
|
|
18
|
+
const OpenweatherApiGetWeatherTriggers_TriggerResponseItemSchema = z.object({
|
|
19
|
+
id: z.string().describe("Unique ID of the trigger"),
|
|
20
|
+
status: z.string().describe("Trigger operation status, e.g., 'created' or 'error'"),
|
|
21
|
+
details: z.record(z.string(), z.unknown()).describe("Additional details or error information for the trigger")
|
|
22
|
+
}).describe("Result for a single trigger operation.");
|
|
23
|
+
const openweatherApiGetWeatherTriggers = action("OPENWEATHER_API_GET_WEATHER_TRIGGERS", {
|
|
24
|
+
slug: "openweather_api-get-weather-triggers",
|
|
25
|
+
name: "Get Weather Triggers",
|
|
26
|
+
description: "Tool to retrieve weather triggers for specific conditions. Use after defining trigger criteria.",
|
|
27
|
+
input: OpenweatherApiGetWeatherTriggersInput,
|
|
28
|
+
output: z.object({ triggers: z.array(OpenweatherApiGetWeatherTriggers_TriggerResponseItemSchema).describe("Results for each trigger operation") }).describe("Response schema for weather triggers retrieval.")
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { openweatherApiGetWeatherTriggers };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=get-weather-triggers.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-weather-triggers.mjs","names":[],"sources":["../../src/actions/get-weather-triggers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenweatherApiGetWeatherTriggersInput: z.ZodTypeAny = z.object({\n triggers: z.array(z.object({\n type: z.string().describe(\"Type of weather trigger, e.g., 'temp', 'rain', 'wind'\"),\n value: z.union([z.number(), z.array(z.number())]),\n location: z.object({\n lat: z.number().describe(\"Latitude in degrees, between -90 and 90\"),\n lon: z.number().describe(\"Longitude in degrees, between -180 and 180\"),\n}).describe(\"Location details where this trigger applies\"),\n condition: z.enum([\">\", \"<\", \"=\", \"between\"]).describe(\"Condition operator: '>', '<', '=', or 'between'\"),\n}).describe(\"Definition of a single weather trigger condition.\")).describe(\"List of weather trigger definitions\"),\n}).describe(\"Request to manage and retrieve weather triggers. Provide a list of trigger definitions.\");\nconst OpenweatherApiGetWeatherTriggers_TriggerResponseItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique ID of the trigger\"),\n status: z.string().describe(\"Trigger operation status, e.g., 'created' or 'error'\"),\n details: z.record(z.string(), z.unknown()).describe(\"Additional details or error information for the trigger\"),\n}).describe(\"Result for a single trigger operation.\");\nexport const OpenweatherApiGetWeatherTriggersOutput: z.ZodTypeAny = z.object({\n triggers: z.array(OpenweatherApiGetWeatherTriggers_TriggerResponseItemSchema).describe(\"Results for each trigger operation\"),\n}).describe(\"Response schema for weather triggers retrieval.\");\n\nexport const openweatherApiGetWeatherTriggers = action(\"OPENWEATHER_API_GET_WEATHER_TRIGGERS\", {\n slug: \"openweather_api-get-weather-triggers\",\n name: \"Get Weather Triggers\",\n description: \"Tool to retrieve weather triggers for specific conditions. Use after defining trigger criteria.\",\n input: OpenweatherApiGetWeatherTriggersInput,\n output: OpenweatherApiGetWeatherTriggersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO,EAC1E,UAAU,EAAE,MAAM,EAAE,OAAO;CAC3B,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACjF,OAAO,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;CAChD,UAAU,EAAE,OAAO;EACnB,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACvE,CAAC,CAAC,CAAC,SAAS,6CAA6C;CACvD,WAAW,EAAE,KAAK;EAAC;EAAK;EAAK;EAAK;CAAS,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC1G,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,CAAC,SAAS,qCAAqC,EAChH,CAAC,CAAC,CAAC,SAAS,yFAAyF;AACrG,MAAM,6DAA2E,EAAE,OAAO;CACxF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAClD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAClF,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAC/G,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAKpD,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkE,EAAE,OAAO,EAC3E,UAAU,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,oCAAoC,EAC7H,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get5-day-forecast.ts
|
|
4
|
+
const OpenweatherApiGet5DayForecastInput = zod.z.object({
|
|
5
|
+
q: zod.z.string().describe("City name and optional country code, e.g. 'London,uk'").optional(),
|
|
6
|
+
id: zod.z.number().int().describe("OpenWeatherMap city ID").optional(),
|
|
7
|
+
lat: zod.z.number().describe("Latitude in degrees").optional(),
|
|
8
|
+
lon: zod.z.number().describe("Longitude in degrees").optional(),
|
|
9
|
+
zip: zod.z.string().describe("Zip code with country code, e.g. '94040,us'").optional(),
|
|
10
|
+
lang: zod.z.string().describe("Language code (ISO 639-1)").optional(),
|
|
11
|
+
mode: zod.z.enum([
|
|
12
|
+
"json",
|
|
13
|
+
"xml",
|
|
14
|
+
"html"
|
|
15
|
+
]).describe("Response format").optional(),
|
|
16
|
+
units: zod.z.enum([
|
|
17
|
+
"standard",
|
|
18
|
+
"metric",
|
|
19
|
+
"imperial"
|
|
20
|
+
]).describe("Units of measurement (standard, metric, imperial)").optional()
|
|
21
|
+
}).describe("Specify location and output options for 5-day, 3-hour forecast.");
|
|
22
|
+
const OpenweatherApiGet5DayForecast_CityCoordSchema = zod.z.object({
|
|
23
|
+
lat: zod.z.number().describe("Latitude"),
|
|
24
|
+
lon: zod.z.number().describe("Longitude")
|
|
25
|
+
});
|
|
26
|
+
const OpenweatherApiGet5DayForecast_CityInfoSchema = zod.z.object({
|
|
27
|
+
id: zod.z.number().int().describe("City ID"),
|
|
28
|
+
name: zod.z.string().describe("City name"),
|
|
29
|
+
coord: OpenweatherApiGet5DayForecast_CityCoordSchema.nullable(),
|
|
30
|
+
sunset: zod.z.number().int().describe("Sunset time (Unix UTC)"),
|
|
31
|
+
country: zod.z.string().describe("Country code (ISO 3166)"),
|
|
32
|
+
sunrise: zod.z.number().int().describe("Sunrise time (Unix UTC)"),
|
|
33
|
+
timezone: zod.z.number().int().describe("Shift in seconds from UTC")
|
|
34
|
+
});
|
|
35
|
+
const OpenweatherApiGet5DayForecast_SysInfoSchema = zod.z.object({ pod: zod.z.enum(["d", "n"]).describe("Part of day: d=day, n=night") });
|
|
36
|
+
const OpenweatherApiGet5DayForecast_ForecastMainSchema = zod.z.object({
|
|
37
|
+
temp: zod.z.number().describe("Temperature"),
|
|
38
|
+
temp_kf: zod.z.number().describe("Temperature variance").nullable().optional(),
|
|
39
|
+
humidity: zod.z.number().int().describe("Humidity percentage"),
|
|
40
|
+
pressure: zod.z.number().int().describe("Atmospheric pressure (hPa)"),
|
|
41
|
+
temp_max: zod.z.number().describe("Maximum temperature at the moment"),
|
|
42
|
+
temp_min: zod.z.number().describe("Minimum temperature at the moment"),
|
|
43
|
+
sea_level: zod.z.number().int().describe("Atmospheric pressure at sea level (hPa)").nullable().optional(),
|
|
44
|
+
feels_like: zod.z.number().describe("Human perception of temperature"),
|
|
45
|
+
grnd_level: zod.z.number().int().describe("Atmospheric pressure at ground level (hPa)").nullable().optional()
|
|
46
|
+
});
|
|
47
|
+
const OpenweatherApiGet5DayForecast_PrecipitationVolumeSchema = zod.z.object({ "3h": zod.z.number().describe("Volume for last 3 hours") }).describe("Rain or snow volume for last 3 hours");
|
|
48
|
+
const OpenweatherApiGet5DayForecast_WindSchema = zod.z.object({
|
|
49
|
+
deg: zod.z.number().int().describe("Wind direction in degrees"),
|
|
50
|
+
gust: zod.z.number().describe("Wind gust speed").nullable().optional(),
|
|
51
|
+
speed: zod.z.number().describe("Wind speed")
|
|
52
|
+
});
|
|
53
|
+
const OpenweatherApiGet5DayForecast_CloudsSchema = zod.z.object({ all: zod.z.number().int().describe("Cloudiness percentage") });
|
|
54
|
+
const OpenweatherApiGet5DayForecast_WeatherConditionSchema = zod.z.object({
|
|
55
|
+
id: zod.z.number().int().describe("Weather condition ID"),
|
|
56
|
+
icon: zod.z.string().describe("Weather icon ID"),
|
|
57
|
+
main: zod.z.string().describe("Group of weather parameters"),
|
|
58
|
+
description: zod.z.string().describe("Weather condition within the group")
|
|
59
|
+
});
|
|
60
|
+
const OpenweatherApiGet5DayForecast_ForecastItemSchema = zod.z.object({
|
|
61
|
+
dt: zod.z.number().int().describe("Forecast time (Unix UTC)"),
|
|
62
|
+
pop: zod.z.number().describe("Probability of precipitation").nullable().optional(),
|
|
63
|
+
sys: OpenweatherApiGet5DayForecast_SysInfoSchema.nullable(),
|
|
64
|
+
main: OpenweatherApiGet5DayForecast_ForecastMainSchema.nullable(),
|
|
65
|
+
rain: OpenweatherApiGet5DayForecast_PrecipitationVolumeSchema.nullable().optional(),
|
|
66
|
+
snow: OpenweatherApiGet5DayForecast_PrecipitationVolumeSchema.nullable().optional(),
|
|
67
|
+
wind: OpenweatherApiGet5DayForecast_WindSchema.nullable(),
|
|
68
|
+
clouds: OpenweatherApiGet5DayForecast_CloudsSchema.nullable(),
|
|
69
|
+
dt_txt: zod.z.string().describe("Forecast time as text"),
|
|
70
|
+
weather: zod.z.array(OpenweatherApiGet5DayForecast_WeatherConditionSchema),
|
|
71
|
+
visibility: zod.z.number().int().describe("Visibility in meters").nullable().optional()
|
|
72
|
+
});
|
|
73
|
+
const OpenweatherApiGet5DayForecastOutput = zod.z.object({
|
|
74
|
+
cnt: zod.z.number().int().describe("Number of timestamps returned"),
|
|
75
|
+
cod: zod.z.string().describe("Internal response code"),
|
|
76
|
+
city: OpenweatherApiGet5DayForecast_CityInfoSchema.nullable(),
|
|
77
|
+
list: zod.z.array(OpenweatherApiGet5DayForecast_ForecastItemSchema).describe("Array of forecast data"),
|
|
78
|
+
message: zod.z.number().describe("Internal parameter")
|
|
79
|
+
});
|
|
80
|
+
const openweatherApiGet5DayForecast = require_action.action("OPENWEATHER_API_GET5_DAY_FORECAST", {
|
|
81
|
+
slug: "openweather_api-get5-day-forecast",
|
|
82
|
+
name: "Get 5 Day Forecast",
|
|
83
|
+
description: "Tool to get a 5-day forecast every 3 hours (up to 40 UTC timestamps). Exactly one location identifier required per call: `q`, `id`, `zip`, or `lat`+`lon` pair. Use `city.timezone` offset to convert timestamps to local time before grouping into daily summaries.",
|
|
84
|
+
input: OpenweatherApiGet5DayForecastInput,
|
|
85
|
+
output: OpenweatherApiGet5DayForecastOutput
|
|
86
|
+
});
|
|
87
|
+
//#endregion
|
|
88
|
+
exports.openweatherApiGet5DayForecast = openweatherApiGet5DayForecast;
|
|
89
|
+
|
|
90
|
+
//# sourceMappingURL=get5-day-forecast.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get5-day-forecast.cjs","names":["z","action"],"sources":["../../src/actions/get5-day-forecast.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenweatherApiGet5DayForecastInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"City name and optional country code, e.g. 'London,uk'\").optional(),\n id: z.number().int().describe(\"OpenWeatherMap city ID\").optional(),\n lat: z.number().describe(\"Latitude in degrees\").optional(),\n lon: z.number().describe(\"Longitude in degrees\").optional(),\n zip: z.string().describe(\"Zip code with country code, e.g. '94040,us'\").optional(),\n lang: z.string().describe(\"Language code (ISO 639-1)\").optional(),\n mode: z.enum([\"json\", \"xml\", \"html\"]).describe(\"Response format\").optional(),\n units: z.enum([\"standard\", \"metric\", \"imperial\"]).describe(\"Units of measurement (standard, metric, imperial)\").optional(),\n}).describe(\"Specify location and output options for 5-day, 3-hour forecast.\");\nconst OpenweatherApiGet5DayForecast_CityCoordSchema: z.ZodTypeAny = z.object({\n lat: z.number().describe(\"Latitude\"),\n lon: z.number().describe(\"Longitude\"),\n});\nconst OpenweatherApiGet5DayForecast_CityInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"City ID\"),\n name: z.string().describe(\"City name\"),\n coord: OpenweatherApiGet5DayForecast_CityCoordSchema.nullable(),\n sunset: z.number().int().describe(\"Sunset time (Unix UTC)\"),\n country: z.string().describe(\"Country code (ISO 3166)\"),\n sunrise: z.number().int().describe(\"Sunrise time (Unix UTC)\"),\n timezone: z.number().int().describe(\"Shift in seconds from UTC\"),\n});\nconst OpenweatherApiGet5DayForecast_SysInfoSchema: z.ZodTypeAny = z.object({\n pod: z.enum([\"d\", \"n\"]).describe(\"Part of day: d=day, n=night\"),\n});\nconst OpenweatherApiGet5DayForecast_ForecastMainSchema: z.ZodTypeAny = z.object({\n temp: z.number().describe(\"Temperature\"),\n temp_kf: z.number().describe(\"Temperature variance\").nullable().optional(),\n humidity: z.number().int().describe(\"Humidity percentage\"),\n pressure: z.number().int().describe(\"Atmospheric pressure (hPa)\"),\n temp_max: z.number().describe(\"Maximum temperature at the moment\"),\n temp_min: z.number().describe(\"Minimum temperature at the moment\"),\n sea_level: z.number().int().describe(\"Atmospheric pressure at sea level (hPa)\").nullable().optional(),\n feels_like: z.number().describe(\"Human perception of temperature\"),\n grnd_level: z.number().int().describe(\"Atmospheric pressure at ground level (hPa)\").nullable().optional(),\n});\nconst OpenweatherApiGet5DayForecast_PrecipitationVolumeSchema: z.ZodTypeAny = z.object({\n \"3h\": z.number().describe(\"Volume for last 3 hours\"),\n}).describe(\"Rain or snow volume for last 3 hours\");\nconst OpenweatherApiGet5DayForecast_WindSchema: z.ZodTypeAny = z.object({\n deg: z.number().int().describe(\"Wind direction in degrees\"),\n gust: z.number().describe(\"Wind gust speed\").nullable().optional(),\n speed: z.number().describe(\"Wind speed\"),\n});\nconst OpenweatherApiGet5DayForecast_CloudsSchema: z.ZodTypeAny = z.object({\n all: z.number().int().describe(\"Cloudiness percentage\"),\n});\nconst OpenweatherApiGet5DayForecast_WeatherConditionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Weather condition ID\"),\n icon: z.string().describe(\"Weather icon ID\"),\n main: z.string().describe(\"Group of weather parameters\"),\n description: z.string().describe(\"Weather condition within the group\"),\n});\nconst OpenweatherApiGet5DayForecast_ForecastItemSchema: z.ZodTypeAny = z.object({\n dt: z.number().int().describe(\"Forecast time (Unix UTC)\"),\n pop: z.number().describe(\"Probability of precipitation\").nullable().optional(),\n sys: OpenweatherApiGet5DayForecast_SysInfoSchema.nullable(),\n main: OpenweatherApiGet5DayForecast_ForecastMainSchema.nullable(),\n rain: OpenweatherApiGet5DayForecast_PrecipitationVolumeSchema.nullable().optional(),\n snow: OpenweatherApiGet5DayForecast_PrecipitationVolumeSchema.nullable().optional(),\n wind: OpenweatherApiGet5DayForecast_WindSchema.nullable(),\n clouds: OpenweatherApiGet5DayForecast_CloudsSchema.nullable(),\n dt_txt: z.string().describe(\"Forecast time as text\"),\n weather: z.array(OpenweatherApiGet5DayForecast_WeatherConditionSchema),\n visibility: z.number().int().describe(\"Visibility in meters\").nullable().optional(),\n});\nexport const OpenweatherApiGet5DayForecastOutput: z.ZodTypeAny = z.object({\n cnt: z.number().int().describe(\"Number of timestamps returned\"),\n cod: z.string().describe(\"Internal response code\"),\n city: OpenweatherApiGet5DayForecast_CityInfoSchema.nullable(),\n list: z.array(OpenweatherApiGet5DayForecast_ForecastItemSchema).describe(\"Array of forecast data\"),\n message: z.number().describe(\"Internal parameter\"),\n});\n\nexport const openweatherApiGet5DayForecast = action(\"OPENWEATHER_API_GET5_DAY_FORECAST\", {\n slug: \"openweather_api-get5-day-forecast\",\n name: \"Get 5 Day Forecast\",\n description: \"Tool to get a 5-day forecast every 3 hours (up to 40 UTC timestamps). Exactly one location identifier required per call: `q`, `id`, `zip`, or `lat`+`lon` pair. Use `city.timezone` offset to convert timestamps to local time before grouping into daily summaries.\",\n input: OpenweatherApiGet5DayForecastInput,\n output: OpenweatherApiGet5DayForecastOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get5-day-forecast.d.ts
|
|
4
|
+
declare const OpenweatherApiGet5DayForecastInput: z.ZodTypeAny;
|
|
5
|
+
declare const OpenweatherApiGet5DayForecastOutput: z.ZodTypeAny;
|
|
6
|
+
declare const openweatherApiGet5DayForecast: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { openweatherApiGet5DayForecast };
|
|
9
|
+
//# sourceMappingURL=get5-day-forecast.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get5-day-forecast.d.cts","names":[],"sources":["../../src/actions/get5-day-forecast.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAS2B;AAAA,cA0DjE,mCAAA,EAAqC,CAAA,CAAE,UAMlD;AAAA,cAEW,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get5-day-forecast.d.ts
|
|
4
|
+
declare const OpenweatherApiGet5DayForecastInput: z.ZodTypeAny;
|
|
5
|
+
declare const OpenweatherApiGet5DayForecastOutput: z.ZodTypeAny;
|
|
6
|
+
declare const openweatherApiGet5DayForecast: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { openweatherApiGet5DayForecast };
|
|
9
|
+
//# sourceMappingURL=get5-day-forecast.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get5-day-forecast.d.mts","names":[],"sources":["../../src/actions/get5-day-forecast.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAS2B;AAAA,cA0DjE,mCAAA,EAAqC,CAAA,CAAE,UAMlD;AAAA,cAEW,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|