@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.
Files changed (202) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/delete-weather-station.cjs +16 -0
  7. package/dist/actions/delete-weather-station.cjs.map +1 -0
  8. package/dist/actions/delete-weather-station.d.cts +9 -0
  9. package/dist/actions/delete-weather-station.d.cts.map +1 -0
  10. package/dist/actions/delete-weather-station.d.mts +9 -0
  11. package/dist/actions/delete-weather-station.d.mts.map +1 -0
  12. package/dist/actions/delete-weather-station.mjs +13 -0
  13. package/dist/actions/delete-weather-station.mjs.map +1 -0
  14. package/dist/actions/get-air-pollution-current.cjs +42 -0
  15. package/dist/actions/get-air-pollution-current.cjs.map +1 -0
  16. package/dist/actions/get-air-pollution-current.d.cts +9 -0
  17. package/dist/actions/get-air-pollution-current.d.cts.map +1 -0
  18. package/dist/actions/get-air-pollution-current.d.mts +9 -0
  19. package/dist/actions/get-air-pollution-current.d.mts.map +1 -0
  20. package/dist/actions/get-air-pollution-current.mjs +41 -0
  21. package/dist/actions/get-air-pollution-current.mjs.map +1 -0
  22. package/dist/actions/get-air-pollution-forecast.cjs +42 -0
  23. package/dist/actions/get-air-pollution-forecast.cjs.map +1 -0
  24. package/dist/actions/get-air-pollution-forecast.d.cts +9 -0
  25. package/dist/actions/get-air-pollution-forecast.d.cts.map +1 -0
  26. package/dist/actions/get-air-pollution-forecast.d.mts +9 -0
  27. package/dist/actions/get-air-pollution-forecast.d.mts.map +1 -0
  28. package/dist/actions/get-air-pollution-forecast.mjs +41 -0
  29. package/dist/actions/get-air-pollution-forecast.mjs.map +1 -0
  30. package/dist/actions/get-air-pollution-history.cjs +40 -0
  31. package/dist/actions/get-air-pollution-history.cjs.map +1 -0
  32. package/dist/actions/get-air-pollution-history.d.cts +9 -0
  33. package/dist/actions/get-air-pollution-history.d.cts.map +1 -0
  34. package/dist/actions/get-air-pollution-history.d.mts +9 -0
  35. package/dist/actions/get-air-pollution-history.d.mts.map +1 -0
  36. package/dist/actions/get-air-pollution-history.mjs +39 -0
  37. package/dist/actions/get-air-pollution-history.mjs.map +1 -0
  38. package/dist/actions/get-circle-city-weather.cjs +85 -0
  39. package/dist/actions/get-circle-city-weather.cjs.map +1 -0
  40. package/dist/actions/get-circle-city-weather.d.cts +9 -0
  41. package/dist/actions/get-circle-city-weather.d.cts.map +1 -0
  42. package/dist/actions/get-circle-city-weather.d.mts +9 -0
  43. package/dist/actions/get-circle-city-weather.d.mts.map +1 -0
  44. package/dist/actions/get-circle-city-weather.mjs +84 -0
  45. package/dist/actions/get-circle-city-weather.mjs.map +1 -0
  46. package/dist/actions/get-current-weather.cjs +85 -0
  47. package/dist/actions/get-current-weather.cjs.map +1 -0
  48. package/dist/actions/get-current-weather.d.cts +9 -0
  49. package/dist/actions/get-current-weather.d.cts.map +1 -0
  50. package/dist/actions/get-current-weather.d.mts +9 -0
  51. package/dist/actions/get-current-weather.d.mts.map +1 -0
  52. package/dist/actions/get-current-weather.mjs +84 -0
  53. package/dist/actions/get-current-weather.mjs.map +1 -0
  54. package/dist/actions/get-geocoding-by-zip.cjs +22 -0
  55. package/dist/actions/get-geocoding-by-zip.cjs.map +1 -0
  56. package/dist/actions/get-geocoding-by-zip.d.cts +9 -0
  57. package/dist/actions/get-geocoding-by-zip.d.cts.map +1 -0
  58. package/dist/actions/get-geocoding-by-zip.d.mts +9 -0
  59. package/dist/actions/get-geocoding-by-zip.d.mts.map +1 -0
  60. package/dist/actions/get-geocoding-by-zip.mjs +19 -0
  61. package/dist/actions/get-geocoding-by-zip.mjs.map +1 -0
  62. package/dist/actions/get-geocoding-direct.cjs +19 -0
  63. package/dist/actions/get-geocoding-direct.cjs.map +1 -0
  64. package/dist/actions/get-geocoding-direct.d.cts +9 -0
  65. package/dist/actions/get-geocoding-direct.d.cts.map +1 -0
  66. package/dist/actions/get-geocoding-direct.d.mts +9 -0
  67. package/dist/actions/get-geocoding-direct.d.mts.map +1 -0
  68. package/dist/actions/get-geocoding-direct.mjs +16 -0
  69. package/dist/actions/get-geocoding-direct.mjs.map +1 -0
  70. package/dist/actions/get-geocoding-reverse.cjs +20 -0
  71. package/dist/actions/get-geocoding-reverse.cjs.map +1 -0
  72. package/dist/actions/get-geocoding-reverse.d.cts +9 -0
  73. package/dist/actions/get-geocoding-reverse.d.cts.map +1 -0
  74. package/dist/actions/get-geocoding-reverse.d.mts +9 -0
  75. package/dist/actions/get-geocoding-reverse.d.mts.map +1 -0
  76. package/dist/actions/get-geocoding-reverse.mjs +17 -0
  77. package/dist/actions/get-geocoding-reverse.mjs.map +1 -0
  78. package/dist/actions/get-station-measurements.cjs +36 -0
  79. package/dist/actions/get-station-measurements.cjs.map +1 -0
  80. package/dist/actions/get-station-measurements.d.cts +9 -0
  81. package/dist/actions/get-station-measurements.d.cts.map +1 -0
  82. package/dist/actions/get-station-measurements.d.mts +9 -0
  83. package/dist/actions/get-station-measurements.d.mts.map +1 -0
  84. package/dist/actions/get-station-measurements.mjs +35 -0
  85. package/dist/actions/get-station-measurements.mjs.map +1 -0
  86. package/dist/actions/get-uv-index-forecast.cjs +20 -0
  87. package/dist/actions/get-uv-index-forecast.cjs.map +1 -0
  88. package/dist/actions/get-uv-index-forecast.d.cts +9 -0
  89. package/dist/actions/get-uv-index-forecast.d.cts.map +1 -0
  90. package/dist/actions/get-uv-index-forecast.d.mts +9 -0
  91. package/dist/actions/get-uv-index-forecast.d.mts.map +1 -0
  92. package/dist/actions/get-uv-index-forecast.mjs +17 -0
  93. package/dist/actions/get-uv-index-forecast.mjs.map +1 -0
  94. package/dist/actions/get-uv-index-history.cjs +28 -0
  95. package/dist/actions/get-uv-index-history.cjs.map +1 -0
  96. package/dist/actions/get-uv-index-history.d.cts +9 -0
  97. package/dist/actions/get-uv-index-history.d.cts.map +1 -0
  98. package/dist/actions/get-uv-index-history.d.mts +9 -0
  99. package/dist/actions/get-uv-index-history.d.mts.map +1 -0
  100. package/dist/actions/get-uv-index-history.mjs +27 -0
  101. package/dist/actions/get-uv-index-history.mjs.map +1 -0
  102. package/dist/actions/get-uv-index.cjs +25 -0
  103. package/dist/actions/get-uv-index.cjs.map +1 -0
  104. package/dist/actions/get-uv-index.d.cts +9 -0
  105. package/dist/actions/get-uv-index.d.cts.map +1 -0
  106. package/dist/actions/get-uv-index.d.mts +9 -0
  107. package/dist/actions/get-uv-index.d.mts.map +1 -0
  108. package/dist/actions/get-uv-index.mjs +22 -0
  109. package/dist/actions/get-uv-index.mjs.map +1 -0
  110. package/dist/actions/get-weather-map-tile.cjs +39 -0
  111. package/dist/actions/get-weather-map-tile.cjs.map +1 -0
  112. package/dist/actions/get-weather-map-tile.d.cts +9 -0
  113. package/dist/actions/get-weather-map-tile.d.cts.map +1 -0
  114. package/dist/actions/get-weather-map-tile.d.mts +9 -0
  115. package/dist/actions/get-weather-map-tile.d.mts.map +1 -0
  116. package/dist/actions/get-weather-map-tile.mjs +36 -0
  117. package/dist/actions/get-weather-map-tile.mjs.map +1 -0
  118. package/dist/actions/get-weather-station.cjs +26 -0
  119. package/dist/actions/get-weather-station.cjs.map +1 -0
  120. package/dist/actions/get-weather-station.d.cts +9 -0
  121. package/dist/actions/get-weather-station.d.cts.map +1 -0
  122. package/dist/actions/get-weather-station.d.mts +9 -0
  123. package/dist/actions/get-weather-station.d.mts.map +1 -0
  124. package/dist/actions/get-weather-station.mjs +23 -0
  125. package/dist/actions/get-weather-station.mjs.map +1 -0
  126. package/dist/actions/get-weather-stations.cjs +27 -0
  127. package/dist/actions/get-weather-stations.cjs.map +1 -0
  128. package/dist/actions/get-weather-stations.d.cts +9 -0
  129. package/dist/actions/get-weather-stations.d.cts.map +1 -0
  130. package/dist/actions/get-weather-stations.d.mts +9 -0
  131. package/dist/actions/get-weather-stations.d.mts.map +1 -0
  132. package/dist/actions/get-weather-stations.mjs +26 -0
  133. package/dist/actions/get-weather-stations.mjs.map +1 -0
  134. package/dist/actions/get-weather-triggers.cjs +34 -0
  135. package/dist/actions/get-weather-triggers.cjs.map +1 -0
  136. package/dist/actions/get-weather-triggers.d.cts +9 -0
  137. package/dist/actions/get-weather-triggers.d.cts.map +1 -0
  138. package/dist/actions/get-weather-triggers.d.mts +9 -0
  139. package/dist/actions/get-weather-triggers.d.mts.map +1 -0
  140. package/dist/actions/get-weather-triggers.mjs +33 -0
  141. package/dist/actions/get-weather-triggers.mjs.map +1 -0
  142. package/dist/actions/get5-day-forecast.cjs +90 -0
  143. package/dist/actions/get5-day-forecast.cjs.map +1 -0
  144. package/dist/actions/get5-day-forecast.d.cts +9 -0
  145. package/dist/actions/get5-day-forecast.d.cts.map +1 -0
  146. package/dist/actions/get5-day-forecast.d.mts +9 -0
  147. package/dist/actions/get5-day-forecast.d.mts.map +1 -0
  148. package/dist/actions/get5-day-forecast.mjs +89 -0
  149. package/dist/actions/get5-day-forecast.mjs.map +1 -0
  150. package/dist/actions/index.cjs +43 -0
  151. package/dist/actions/index.d.cts +22 -0
  152. package/dist/actions/index.d.mts +22 -0
  153. package/dist/actions/index.mjs +22 -0
  154. package/dist/actions/post-add-weather-station.cjs +34 -0
  155. package/dist/actions/post-add-weather-station.cjs.map +1 -0
  156. package/dist/actions/post-add-weather-station.d.cts +9 -0
  157. package/dist/actions/post-add-weather-station.d.cts.map +1 -0
  158. package/dist/actions/post-add-weather-station.d.mts +9 -0
  159. package/dist/actions/post-add-weather-station.d.mts.map +1 -0
  160. package/dist/actions/post-add-weather-station.mjs +31 -0
  161. package/dist/actions/post-add-weather-station.mjs.map +1 -0
  162. package/dist/actions/post-submit-station-measurements.cjs +29 -0
  163. package/dist/actions/post-submit-station-measurements.cjs.map +1 -0
  164. package/dist/actions/post-submit-station-measurements.d.cts +9 -0
  165. package/dist/actions/post-submit-station-measurements.d.cts.map +1 -0
  166. package/dist/actions/post-submit-station-measurements.d.mts +9 -0
  167. package/dist/actions/post-submit-station-measurements.d.mts.map +1 -0
  168. package/dist/actions/post-submit-station-measurements.mjs +26 -0
  169. package/dist/actions/post-submit-station-measurements.mjs.map +1 -0
  170. package/dist/actions/update-weather-station.cjs +32 -0
  171. package/dist/actions/update-weather-station.cjs.map +1 -0
  172. package/dist/actions/update-weather-station.d.cts +9 -0
  173. package/dist/actions/update-weather-station.d.cts.map +1 -0
  174. package/dist/actions/update-weather-station.d.mts +9 -0
  175. package/dist/actions/update-weather-station.d.mts.map +1 -0
  176. package/dist/actions/update-weather-station.mjs +29 -0
  177. package/dist/actions/update-weather-station.mjs.map +1 -0
  178. package/dist/app.cjs +9 -0
  179. package/dist/app.cjs.map +1 -0
  180. package/dist/app.d.cts +5 -0
  181. package/dist/app.d.cts.map +1 -0
  182. package/dist/app.d.mts +5 -0
  183. package/dist/app.d.mts.map +1 -0
  184. package/dist/app.mjs +10 -0
  185. package/dist/app.mjs.map +1 -0
  186. package/dist/catalog.cjs +15 -0
  187. package/dist/catalog.cjs.map +1 -0
  188. package/dist/catalog.d.cts +14 -0
  189. package/dist/catalog.d.cts.map +1 -0
  190. package/dist/catalog.d.mts +14 -0
  191. package/dist/catalog.d.mts.map +1 -0
  192. package/dist/catalog.mjs +15 -0
  193. package/dist/catalog.mjs.map +1 -0
  194. package/dist/execute.cjs +18 -0
  195. package/dist/execute.cjs.map +1 -0
  196. package/dist/execute.mjs +18 -0
  197. package/dist/execute.mjs.map +1 -0
  198. package/dist/index.cjs +48 -0
  199. package/dist/index.d.cts +24 -0
  200. package/dist/index.d.mts +24 -0
  201. package/dist/index.mjs +25 -0
  202. 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,5 @@
1
+ //#region src/app.d.ts
2
+ declare const openweatherApi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { openweatherApi };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -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
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const openweatherApi = defineApp({
4
+ slug: "openweather_api",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { openweatherApi };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -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"}
@@ -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"}
@@ -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"}
@@ -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"}
@@ -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;
@@ -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 };
@@ -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
+ }