@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":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,cAAA,6BAAc,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,cAAA,6BAAc,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const openweatherApi = defineApp({\n slug: \"openweather_api\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,iBAAiB,UAAU;CACtC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const openweatherApiCatalog = {
|
|
4
|
+
"slug": "openweather_api",
|
|
5
|
+
"name": "OpenWeather API",
|
|
6
|
+
"description": "Provides access to current weather data, forecasts, and historical weather data for any location worldwide.",
|
|
7
|
+
"category": "Developer Tools",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/openweather_api",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.openweatherApiCatalog = openweatherApiCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const openweatherApiCatalog = {\n \"slug\": \"openweather_api\",\n \"name\": \"OpenWeather API\",\n \"description\": \"Provides access to current weather data, forecasts, and historical weather data for any location worldwide.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/openweather_api\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const openweatherApiCatalog: {
|
|
4
|
+
readonly slug: "openweather_api";
|
|
5
|
+
readonly name: "OpenWeather API";
|
|
6
|
+
readonly description: "Provides access to current weather data, forecasts, and historical weather data for any location worldwide.";
|
|
7
|
+
readonly category: "Developer Tools";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/openweather_api";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { openweatherApiCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,qBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const openweatherApiCatalog: {
|
|
4
|
+
readonly slug: "openweather_api";
|
|
5
|
+
readonly name: "OpenWeather API";
|
|
6
|
+
readonly description: "Provides access to current weather data, forecasts, and historical weather data for any location worldwide.";
|
|
7
|
+
readonly category: "Developer Tools";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/openweather_api";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { openweatherApiCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,qBAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const openweatherApiCatalog = {
|
|
4
|
+
"slug": "openweather_api",
|
|
5
|
+
"name": "OpenWeather API",
|
|
6
|
+
"description": "Provides access to current weather data, forecasts, and historical weather data for any location worldwide.",
|
|
7
|
+
"category": "Developer Tools",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/openweather_api",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { openweatherApiCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const openweatherApiCatalog = {\n \"slug\": \"openweather_api\",\n \"name\": \"OpenWeather API\",\n \"description\": \"Provides access to current weather data, forecasts, and historical weather data for any location worldwide.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/openweather_api\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "openweather_api";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeOpenweatherApiTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeOpenweatherApiTool = executeOpenweatherApiTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"openweather_api\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeOpenweatherApiTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,0BACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "openweather_api";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeOpenweatherApiTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeOpenweatherApiTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"openweather_api\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeOpenweatherApiTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,0BACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_delete_weather_station = require("./actions/delete-weather-station.cjs");
|
|
5
|
+
const require_get_air_pollution_current = require("./actions/get-air-pollution-current.cjs");
|
|
6
|
+
const require_get_air_pollution_forecast = require("./actions/get-air-pollution-forecast.cjs");
|
|
7
|
+
const require_get_air_pollution_history = require("./actions/get-air-pollution-history.cjs");
|
|
8
|
+
const require_get_circle_city_weather = require("./actions/get-circle-city-weather.cjs");
|
|
9
|
+
const require_get_current_weather = require("./actions/get-current-weather.cjs");
|
|
10
|
+
const require_get_geocoding_by_zip = require("./actions/get-geocoding-by-zip.cjs");
|
|
11
|
+
const require_get_geocoding_direct = require("./actions/get-geocoding-direct.cjs");
|
|
12
|
+
const require_get_geocoding_reverse = require("./actions/get-geocoding-reverse.cjs");
|
|
13
|
+
const require_get_station_measurements = require("./actions/get-station-measurements.cjs");
|
|
14
|
+
const require_get_uv_index = require("./actions/get-uv-index.cjs");
|
|
15
|
+
const require_get_uv_index_forecast = require("./actions/get-uv-index-forecast.cjs");
|
|
16
|
+
const require_get_uv_index_history = require("./actions/get-uv-index-history.cjs");
|
|
17
|
+
const require_get_weather_map_tile = require("./actions/get-weather-map-tile.cjs");
|
|
18
|
+
const require_get_weather_station = require("./actions/get-weather-station.cjs");
|
|
19
|
+
const require_get_weather_stations = require("./actions/get-weather-stations.cjs");
|
|
20
|
+
const require_get_weather_triggers = require("./actions/get-weather-triggers.cjs");
|
|
21
|
+
const require_get5_day_forecast = require("./actions/get5-day-forecast.cjs");
|
|
22
|
+
const require_post_add_weather_station = require("./actions/post-add-weather-station.cjs");
|
|
23
|
+
const require_post_submit_station_measurements = require("./actions/post-submit-station-measurements.cjs");
|
|
24
|
+
const require_update_weather_station = require("./actions/update-weather-station.cjs");
|
|
25
|
+
require("./actions/index.cjs");
|
|
26
|
+
exports.openweatherApi = require_app.openweatherApi;
|
|
27
|
+
exports.openweatherApiCatalog = require_catalog.openweatherApiCatalog;
|
|
28
|
+
exports.openweatherApiDeleteWeatherStation = require_delete_weather_station.openweatherApiDeleteWeatherStation;
|
|
29
|
+
exports.openweatherApiGet5DayForecast = require_get5_day_forecast.openweatherApiGet5DayForecast;
|
|
30
|
+
exports.openweatherApiGetAirPollutionCurrent = require_get_air_pollution_current.openweatherApiGetAirPollutionCurrent;
|
|
31
|
+
exports.openweatherApiGetAirPollutionForecast = require_get_air_pollution_forecast.openweatherApiGetAirPollutionForecast;
|
|
32
|
+
exports.openweatherApiGetAirPollutionHistory = require_get_air_pollution_history.openweatherApiGetAirPollutionHistory;
|
|
33
|
+
exports.openweatherApiGetCircleCityWeather = require_get_circle_city_weather.openweatherApiGetCircleCityWeather;
|
|
34
|
+
exports.openweatherApiGetCurrentWeather = require_get_current_weather.openweatherApiGetCurrentWeather;
|
|
35
|
+
exports.openweatherApiGetGeocodingByZip = require_get_geocoding_by_zip.openweatherApiGetGeocodingByZip;
|
|
36
|
+
exports.openweatherApiGetGeocodingDirect = require_get_geocoding_direct.openweatherApiGetGeocodingDirect;
|
|
37
|
+
exports.openweatherApiGetGeocodingReverse = require_get_geocoding_reverse.openweatherApiGetGeocodingReverse;
|
|
38
|
+
exports.openweatherApiGetStationMeasurements = require_get_station_measurements.openweatherApiGetStationMeasurements;
|
|
39
|
+
exports.openweatherApiGetUvIndex = require_get_uv_index.openweatherApiGetUvIndex;
|
|
40
|
+
exports.openweatherApiGetUvIndexForecast = require_get_uv_index_forecast.openweatherApiGetUvIndexForecast;
|
|
41
|
+
exports.openweatherApiGetUvIndexHistory = require_get_uv_index_history.openweatherApiGetUvIndexHistory;
|
|
42
|
+
exports.openweatherApiGetWeatherMapTile = require_get_weather_map_tile.openweatherApiGetWeatherMapTile;
|
|
43
|
+
exports.openweatherApiGetWeatherStation = require_get_weather_station.openweatherApiGetWeatherStation;
|
|
44
|
+
exports.openweatherApiGetWeatherStations = require_get_weather_stations.openweatherApiGetWeatherStations;
|
|
45
|
+
exports.openweatherApiGetWeatherTriggers = require_get_weather_triggers.openweatherApiGetWeatherTriggers;
|
|
46
|
+
exports.openweatherApiPostAddWeatherStation = require_post_add_weather_station.openweatherApiPostAddWeatherStation;
|
|
47
|
+
exports.openweatherApiPostSubmitStationMeasurements = require_post_submit_station_measurements.openweatherApiPostSubmitStationMeasurements;
|
|
48
|
+
exports.openweatherApiUpdateWeatherStation = require_update_weather_station.openweatherApiUpdateWeatherStation;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { openweatherApiDeleteWeatherStation } from "./actions/delete-weather-station.cjs";
|
|
2
|
+
import { openweatherApiGetAirPollutionCurrent } from "./actions/get-air-pollution-current.cjs";
|
|
3
|
+
import { openweatherApiGetAirPollutionForecast } from "./actions/get-air-pollution-forecast.cjs";
|
|
4
|
+
import { openweatherApiGetAirPollutionHistory } from "./actions/get-air-pollution-history.cjs";
|
|
5
|
+
import { openweatherApiGetCircleCityWeather } from "./actions/get-circle-city-weather.cjs";
|
|
6
|
+
import { openweatherApiGetCurrentWeather } from "./actions/get-current-weather.cjs";
|
|
7
|
+
import { openweatherApiGetGeocodingByZip } from "./actions/get-geocoding-by-zip.cjs";
|
|
8
|
+
import { openweatherApiGetGeocodingDirect } from "./actions/get-geocoding-direct.cjs";
|
|
9
|
+
import { openweatherApiGetGeocodingReverse } from "./actions/get-geocoding-reverse.cjs";
|
|
10
|
+
import { openweatherApiGetStationMeasurements } from "./actions/get-station-measurements.cjs";
|
|
11
|
+
import { openweatherApiGetUvIndex } from "./actions/get-uv-index.cjs";
|
|
12
|
+
import { openweatherApiGetUvIndexForecast } from "./actions/get-uv-index-forecast.cjs";
|
|
13
|
+
import { openweatherApiGetUvIndexHistory } from "./actions/get-uv-index-history.cjs";
|
|
14
|
+
import { openweatherApiGetWeatherMapTile } from "./actions/get-weather-map-tile.cjs";
|
|
15
|
+
import { openweatherApiGetWeatherStation } from "./actions/get-weather-station.cjs";
|
|
16
|
+
import { openweatherApiGetWeatherStations } from "./actions/get-weather-stations.cjs";
|
|
17
|
+
import { openweatherApiGetWeatherTriggers } from "./actions/get-weather-triggers.cjs";
|
|
18
|
+
import { openweatherApiGet5DayForecast } from "./actions/get5-day-forecast.cjs";
|
|
19
|
+
import { openweatherApiPostAddWeatherStation } from "./actions/post-add-weather-station.cjs";
|
|
20
|
+
import { openweatherApiPostSubmitStationMeasurements } from "./actions/post-submit-station-measurements.cjs";
|
|
21
|
+
import { openweatherApiUpdateWeatherStation } from "./actions/update-weather-station.cjs";
|
|
22
|
+
import { openweatherApi } from "./app.cjs";
|
|
23
|
+
import { openweatherApiCatalog } from "./catalog.cjs";
|
|
24
|
+
export { openweatherApi, openweatherApiCatalog, openweatherApiDeleteWeatherStation, openweatherApiGet5DayForecast, openweatherApiGetAirPollutionCurrent, openweatherApiGetAirPollutionForecast, openweatherApiGetAirPollutionHistory, openweatherApiGetCircleCityWeather, openweatherApiGetCurrentWeather, openweatherApiGetGeocodingByZip, openweatherApiGetGeocodingDirect, openweatherApiGetGeocodingReverse, openweatherApiGetStationMeasurements, openweatherApiGetUvIndex, openweatherApiGetUvIndexForecast, openweatherApiGetUvIndexHistory, openweatherApiGetWeatherMapTile, openweatherApiGetWeatherStation, openweatherApiGetWeatherStations, openweatherApiGetWeatherTriggers, openweatherApiPostAddWeatherStation, openweatherApiPostSubmitStationMeasurements, openweatherApiUpdateWeatherStation };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { openweatherApiDeleteWeatherStation } from "./actions/delete-weather-station.mjs";
|
|
2
|
+
import { openweatherApiGetAirPollutionCurrent } from "./actions/get-air-pollution-current.mjs";
|
|
3
|
+
import { openweatherApiGetAirPollutionForecast } from "./actions/get-air-pollution-forecast.mjs";
|
|
4
|
+
import { openweatherApiGetAirPollutionHistory } from "./actions/get-air-pollution-history.mjs";
|
|
5
|
+
import { openweatherApiGetCircleCityWeather } from "./actions/get-circle-city-weather.mjs";
|
|
6
|
+
import { openweatherApiGetCurrentWeather } from "./actions/get-current-weather.mjs";
|
|
7
|
+
import { openweatherApiGetGeocodingByZip } from "./actions/get-geocoding-by-zip.mjs";
|
|
8
|
+
import { openweatherApiGetGeocodingDirect } from "./actions/get-geocoding-direct.mjs";
|
|
9
|
+
import { openweatherApiGetGeocodingReverse } from "./actions/get-geocoding-reverse.mjs";
|
|
10
|
+
import { openweatherApiGetStationMeasurements } from "./actions/get-station-measurements.mjs";
|
|
11
|
+
import { openweatherApiGetUvIndex } from "./actions/get-uv-index.mjs";
|
|
12
|
+
import { openweatherApiGetUvIndexForecast } from "./actions/get-uv-index-forecast.mjs";
|
|
13
|
+
import { openweatherApiGetUvIndexHistory } from "./actions/get-uv-index-history.mjs";
|
|
14
|
+
import { openweatherApiGetWeatherMapTile } from "./actions/get-weather-map-tile.mjs";
|
|
15
|
+
import { openweatherApiGetWeatherStation } from "./actions/get-weather-station.mjs";
|
|
16
|
+
import { openweatherApiGetWeatherStations } from "./actions/get-weather-stations.mjs";
|
|
17
|
+
import { openweatherApiGetWeatherTriggers } from "./actions/get-weather-triggers.mjs";
|
|
18
|
+
import { openweatherApiGet5DayForecast } from "./actions/get5-day-forecast.mjs";
|
|
19
|
+
import { openweatherApiPostAddWeatherStation } from "./actions/post-add-weather-station.mjs";
|
|
20
|
+
import { openweatherApiPostSubmitStationMeasurements } from "./actions/post-submit-station-measurements.mjs";
|
|
21
|
+
import { openweatherApiUpdateWeatherStation } from "./actions/update-weather-station.mjs";
|
|
22
|
+
import { openweatherApi } from "./app.mjs";
|
|
23
|
+
import { openweatherApiCatalog } from "./catalog.mjs";
|
|
24
|
+
export { openweatherApi, openweatherApiCatalog, openweatherApiDeleteWeatherStation, openweatherApiGet5DayForecast, openweatherApiGetAirPollutionCurrent, openweatherApiGetAirPollutionForecast, openweatherApiGetAirPollutionHistory, openweatherApiGetCircleCityWeather, openweatherApiGetCurrentWeather, openweatherApiGetGeocodingByZip, openweatherApiGetGeocodingDirect, openweatherApiGetGeocodingReverse, openweatherApiGetStationMeasurements, openweatherApiGetUvIndex, openweatherApiGetUvIndexForecast, openweatherApiGetUvIndexHistory, openweatherApiGetWeatherMapTile, openweatherApiGetWeatherStation, openweatherApiGetWeatherStations, openweatherApiGetWeatherTriggers, openweatherApiPostAddWeatherStation, openweatherApiPostSubmitStationMeasurements, openweatherApiUpdateWeatherStation };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { openweatherApi } from "./app.mjs";
|
|
2
|
+
import { openweatherApiCatalog } from "./catalog.mjs";
|
|
3
|
+
import { openweatherApiDeleteWeatherStation } from "./actions/delete-weather-station.mjs";
|
|
4
|
+
import { openweatherApiGetAirPollutionCurrent } from "./actions/get-air-pollution-current.mjs";
|
|
5
|
+
import { openweatherApiGetAirPollutionForecast } from "./actions/get-air-pollution-forecast.mjs";
|
|
6
|
+
import { openweatherApiGetAirPollutionHistory } from "./actions/get-air-pollution-history.mjs";
|
|
7
|
+
import { openweatherApiGetCircleCityWeather } from "./actions/get-circle-city-weather.mjs";
|
|
8
|
+
import { openweatherApiGetCurrentWeather } from "./actions/get-current-weather.mjs";
|
|
9
|
+
import { openweatherApiGetGeocodingByZip } from "./actions/get-geocoding-by-zip.mjs";
|
|
10
|
+
import { openweatherApiGetGeocodingDirect } from "./actions/get-geocoding-direct.mjs";
|
|
11
|
+
import { openweatherApiGetGeocodingReverse } from "./actions/get-geocoding-reverse.mjs";
|
|
12
|
+
import { openweatherApiGetStationMeasurements } from "./actions/get-station-measurements.mjs";
|
|
13
|
+
import { openweatherApiGetUvIndex } from "./actions/get-uv-index.mjs";
|
|
14
|
+
import { openweatherApiGetUvIndexForecast } from "./actions/get-uv-index-forecast.mjs";
|
|
15
|
+
import { openweatherApiGetUvIndexHistory } from "./actions/get-uv-index-history.mjs";
|
|
16
|
+
import { openweatherApiGetWeatherMapTile } from "./actions/get-weather-map-tile.mjs";
|
|
17
|
+
import { openweatherApiGetWeatherStation } from "./actions/get-weather-station.mjs";
|
|
18
|
+
import { openweatherApiGetWeatherStations } from "./actions/get-weather-stations.mjs";
|
|
19
|
+
import { openweatherApiGetWeatherTriggers } from "./actions/get-weather-triggers.mjs";
|
|
20
|
+
import { openweatherApiGet5DayForecast } from "./actions/get5-day-forecast.mjs";
|
|
21
|
+
import { openweatherApiPostAddWeatherStation } from "./actions/post-add-weather-station.mjs";
|
|
22
|
+
import { openweatherApiPostSubmitStationMeasurements } from "./actions/post-submit-station-measurements.mjs";
|
|
23
|
+
import { openweatherApiUpdateWeatherStation } from "./actions/update-weather-station.mjs";
|
|
24
|
+
import "./actions/index.mjs";
|
|
25
|
+
export { openweatherApi, openweatherApiCatalog, openweatherApiDeleteWeatherStation, openweatherApiGet5DayForecast, openweatherApiGetAirPollutionCurrent, openweatherApiGetAirPollutionForecast, openweatherApiGetAirPollutionHistory, openweatherApiGetCircleCityWeather, openweatherApiGetCurrentWeather, openweatherApiGetGeocodingByZip, openweatherApiGetGeocodingDirect, openweatherApiGetGeocodingReverse, openweatherApiGetStationMeasurements, openweatherApiGetUvIndex, openweatherApiGetUvIndexForecast, openweatherApiGetUvIndexHistory, openweatherApiGetWeatherMapTile, openweatherApiGetWeatherStation, openweatherApiGetWeatherStations, openweatherApiGetWeatherTriggers, openweatherApiPostAddWeatherStation, openweatherApiPostSubmitStationMeasurements, openweatherApiUpdateWeatherStation };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/openweather_api",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/openweather_api"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|