@keystrokehq/openweather_api 0.1.5 → 0.1.6

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 (181) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/delete-weather-station.cjs +1 -0
  4. package/dist/actions/delete-weather-station.cjs.map +1 -1
  5. package/dist/actions/delete-weather-station.d.cts +3 -15
  6. package/dist/actions/delete-weather-station.d.cts.map +1 -1
  7. package/dist/actions/delete-weather-station.d.mts +3 -15
  8. package/dist/actions/delete-weather-station.d.mts.map +1 -1
  9. package/dist/actions/delete-weather-station.mjs +1 -0
  10. package/dist/actions/delete-weather-station.mjs.map +1 -1
  11. package/dist/actions/get-air-pollution-current.cjs +1 -0
  12. package/dist/actions/get-air-pollution-current.cjs.map +1 -1
  13. package/dist/actions/get-air-pollution-current.d.cts +3 -16
  14. package/dist/actions/get-air-pollution-current.d.cts.map +1 -1
  15. package/dist/actions/get-air-pollution-current.d.mts +3 -16
  16. package/dist/actions/get-air-pollution-current.d.mts.map +1 -1
  17. package/dist/actions/get-air-pollution-current.mjs +1 -0
  18. package/dist/actions/get-air-pollution-current.mjs.map +1 -1
  19. package/dist/actions/get-air-pollution-forecast.cjs +1 -0
  20. package/dist/actions/get-air-pollution-forecast.cjs.map +1 -1
  21. package/dist/actions/get-air-pollution-forecast.d.cts +3 -16
  22. package/dist/actions/get-air-pollution-forecast.d.cts.map +1 -1
  23. package/dist/actions/get-air-pollution-forecast.d.mts +3 -16
  24. package/dist/actions/get-air-pollution-forecast.d.mts.map +1 -1
  25. package/dist/actions/get-air-pollution-forecast.mjs +1 -0
  26. package/dist/actions/get-air-pollution-forecast.mjs.map +1 -1
  27. package/dist/actions/get-air-pollution-history.cjs +1 -0
  28. package/dist/actions/get-air-pollution-history.cjs.map +1 -1
  29. package/dist/actions/get-air-pollution-history.d.cts +3 -18
  30. package/dist/actions/get-air-pollution-history.d.cts.map +1 -1
  31. package/dist/actions/get-air-pollution-history.d.mts +3 -18
  32. package/dist/actions/get-air-pollution-history.d.mts.map +1 -1
  33. package/dist/actions/get-air-pollution-history.mjs +1 -0
  34. package/dist/actions/get-air-pollution-history.mjs.map +1 -1
  35. package/dist/actions/get-circle-city-weather.cjs +1 -0
  36. package/dist/actions/get-circle-city-weather.cjs.map +1 -1
  37. package/dist/actions/get-circle-city-weather.d.cts +3 -20
  38. package/dist/actions/get-circle-city-weather.d.cts.map +1 -1
  39. package/dist/actions/get-circle-city-weather.d.mts +3 -20
  40. package/dist/actions/get-circle-city-weather.d.mts.map +1 -1
  41. package/dist/actions/get-circle-city-weather.mjs +1 -0
  42. package/dist/actions/get-circle-city-weather.mjs.map +1 -1
  43. package/dist/actions/get-current-weather.cjs +1 -0
  44. package/dist/actions/get-current-weather.cjs.map +1 -1
  45. package/dist/actions/get-current-weather.d.cts +3 -21
  46. package/dist/actions/get-current-weather.d.cts.map +1 -1
  47. package/dist/actions/get-current-weather.d.mts +3 -21
  48. package/dist/actions/get-current-weather.d.mts.map +1 -1
  49. package/dist/actions/get-current-weather.mjs +1 -0
  50. package/dist/actions/get-current-weather.mjs.map +1 -1
  51. package/dist/actions/get-geocoding-by-zip.cjs +1 -0
  52. package/dist/actions/get-geocoding-by-zip.cjs.map +1 -1
  53. package/dist/actions/get-geocoding-by-zip.d.cts +3 -15
  54. package/dist/actions/get-geocoding-by-zip.d.cts.map +1 -1
  55. package/dist/actions/get-geocoding-by-zip.d.mts +3 -15
  56. package/dist/actions/get-geocoding-by-zip.d.mts.map +1 -1
  57. package/dist/actions/get-geocoding-by-zip.mjs +1 -0
  58. package/dist/actions/get-geocoding-by-zip.mjs.map +1 -1
  59. package/dist/actions/get-geocoding-direct.cjs +1 -0
  60. package/dist/actions/get-geocoding-direct.cjs.map +1 -1
  61. package/dist/actions/get-geocoding-direct.d.cts +3 -16
  62. package/dist/actions/get-geocoding-direct.d.cts.map +1 -1
  63. package/dist/actions/get-geocoding-direct.d.mts +3 -16
  64. package/dist/actions/get-geocoding-direct.d.mts.map +1 -1
  65. package/dist/actions/get-geocoding-direct.mjs +1 -0
  66. package/dist/actions/get-geocoding-direct.mjs.map +1 -1
  67. package/dist/actions/get-geocoding-reverse.cjs +1 -0
  68. package/dist/actions/get-geocoding-reverse.cjs.map +1 -1
  69. package/dist/actions/get-geocoding-reverse.d.cts +3 -17
  70. package/dist/actions/get-geocoding-reverse.d.cts.map +1 -1
  71. package/dist/actions/get-geocoding-reverse.d.mts +3 -17
  72. package/dist/actions/get-geocoding-reverse.d.mts.map +1 -1
  73. package/dist/actions/get-geocoding-reverse.mjs +1 -0
  74. package/dist/actions/get-geocoding-reverse.mjs.map +1 -1
  75. package/dist/actions/get-station-measurements.cjs +1 -0
  76. package/dist/actions/get-station-measurements.cjs.map +1 -1
  77. package/dist/actions/get-station-measurements.d.cts +3 -19
  78. package/dist/actions/get-station-measurements.d.cts.map +1 -1
  79. package/dist/actions/get-station-measurements.d.mts +3 -19
  80. package/dist/actions/get-station-measurements.d.mts.map +1 -1
  81. package/dist/actions/get-station-measurements.mjs +1 -0
  82. package/dist/actions/get-station-measurements.mjs.map +1 -1
  83. package/dist/actions/get-uv-index-forecast.cjs +1 -0
  84. package/dist/actions/get-uv-index-forecast.cjs.map +1 -1
  85. package/dist/actions/get-uv-index-forecast.d.cts +3 -17
  86. package/dist/actions/get-uv-index-forecast.d.cts.map +1 -1
  87. package/dist/actions/get-uv-index-forecast.d.mts +3 -17
  88. package/dist/actions/get-uv-index-forecast.d.mts.map +1 -1
  89. package/dist/actions/get-uv-index-forecast.mjs +1 -0
  90. package/dist/actions/get-uv-index-forecast.mjs.map +1 -1
  91. package/dist/actions/get-uv-index-history.cjs +1 -0
  92. package/dist/actions/get-uv-index-history.cjs.map +1 -1
  93. package/dist/actions/get-uv-index-history.d.cts +3 -18
  94. package/dist/actions/get-uv-index-history.d.cts.map +1 -1
  95. package/dist/actions/get-uv-index-history.d.mts +3 -18
  96. package/dist/actions/get-uv-index-history.d.mts.map +1 -1
  97. package/dist/actions/get-uv-index-history.mjs +1 -0
  98. package/dist/actions/get-uv-index-history.mjs.map +1 -1
  99. package/dist/actions/get-uv-index.cjs +1 -0
  100. package/dist/actions/get-uv-index.cjs.map +1 -1
  101. package/dist/actions/get-uv-index.d.cts +3 -16
  102. package/dist/actions/get-uv-index.d.cts.map +1 -1
  103. package/dist/actions/get-uv-index.d.mts +3 -16
  104. package/dist/actions/get-uv-index.d.mts.map +1 -1
  105. package/dist/actions/get-uv-index.mjs +1 -0
  106. package/dist/actions/get-uv-index.mjs.map +1 -1
  107. package/dist/actions/get-weather-map-tile.cjs +1 -0
  108. package/dist/actions/get-weather-map-tile.cjs.map +1 -1
  109. package/dist/actions/get-weather-map-tile.d.cts +3 -25
  110. package/dist/actions/get-weather-map-tile.d.cts.map +1 -1
  111. package/dist/actions/get-weather-map-tile.d.mts +3 -25
  112. package/dist/actions/get-weather-map-tile.d.mts.map +1 -1
  113. package/dist/actions/get-weather-map-tile.mjs +1 -0
  114. package/dist/actions/get-weather-map-tile.mjs.map +1 -1
  115. package/dist/actions/get-weather-station.cjs +1 -0
  116. package/dist/actions/get-weather-station.cjs.map +1 -1
  117. package/dist/actions/get-weather-station.d.cts +3 -15
  118. package/dist/actions/get-weather-station.d.cts.map +1 -1
  119. package/dist/actions/get-weather-station.d.mts +3 -15
  120. package/dist/actions/get-weather-station.d.mts.map +1 -1
  121. package/dist/actions/get-weather-station.mjs +1 -0
  122. package/dist/actions/get-weather-station.mjs.map +1 -1
  123. package/dist/actions/get-weather-stations.cjs +1 -0
  124. package/dist/actions/get-weather-stations.cjs.map +1 -1
  125. package/dist/actions/get-weather-stations.d.cts +3 -13
  126. package/dist/actions/get-weather-stations.d.cts.map +1 -1
  127. package/dist/actions/get-weather-stations.d.mts +3 -13
  128. package/dist/actions/get-weather-stations.d.mts.map +1 -1
  129. package/dist/actions/get-weather-stations.mjs +1 -0
  130. package/dist/actions/get-weather-stations.mjs.map +1 -1
  131. package/dist/actions/get-weather-triggers.cjs +1 -0
  132. package/dist/actions/get-weather-triggers.cjs.map +1 -1
  133. package/dist/actions/get-weather-triggers.d.cts +3 -24
  134. package/dist/actions/get-weather-triggers.d.cts.map +1 -1
  135. package/dist/actions/get-weather-triggers.d.mts +3 -24
  136. package/dist/actions/get-weather-triggers.d.mts.map +1 -1
  137. package/dist/actions/get-weather-triggers.mjs +1 -0
  138. package/dist/actions/get-weather-triggers.mjs.map +1 -1
  139. package/dist/actions/get5-day-forecast.cjs +1 -0
  140. package/dist/actions/get5-day-forecast.cjs.map +1 -1
  141. package/dist/actions/get5-day-forecast.d.cts +3 -22
  142. package/dist/actions/get5-day-forecast.d.cts.map +1 -1
  143. package/dist/actions/get5-day-forecast.d.mts +3 -22
  144. package/dist/actions/get5-day-forecast.d.mts.map +1 -1
  145. package/dist/actions/get5-day-forecast.mjs +1 -0
  146. package/dist/actions/get5-day-forecast.mjs.map +1 -1
  147. package/dist/actions/post-add-weather-station.cjs +1 -0
  148. package/dist/actions/post-add-weather-station.cjs.map +1 -1
  149. package/dist/actions/post-add-weather-station.d.cts +3 -19
  150. package/dist/actions/post-add-weather-station.d.cts.map +1 -1
  151. package/dist/actions/post-add-weather-station.d.mts +3 -19
  152. package/dist/actions/post-add-weather-station.d.mts.map +1 -1
  153. package/dist/actions/post-add-weather-station.mjs +1 -0
  154. package/dist/actions/post-add-weather-station.mjs.map +1 -1
  155. package/dist/actions/post-submit-station-measurements.cjs +1 -0
  156. package/dist/actions/post-submit-station-measurements.cjs.map +1 -1
  157. package/dist/actions/post-submit-station-measurements.d.cts +3 -26
  158. package/dist/actions/post-submit-station-measurements.d.cts.map +1 -1
  159. package/dist/actions/post-submit-station-measurements.d.mts +3 -26
  160. package/dist/actions/post-submit-station-measurements.d.mts.map +1 -1
  161. package/dist/actions/post-submit-station-measurements.mjs +1 -0
  162. package/dist/actions/post-submit-station-measurements.mjs.map +1 -1
  163. package/dist/actions/update-weather-station.cjs +1 -0
  164. package/dist/actions/update-weather-station.cjs.map +1 -1
  165. package/dist/actions/update-weather-station.d.cts +3 -20
  166. package/dist/actions/update-weather-station.d.cts.map +1 -1
  167. package/dist/actions/update-weather-station.d.mts +3 -20
  168. package/dist/actions/update-weather-station.d.mts.map +1 -1
  169. package/dist/actions/update-weather-station.mjs +1 -0
  170. package/dist/actions/update-weather-station.mjs.map +1 -1
  171. package/dist/app.cjs +2 -2
  172. package/dist/app.cjs.map +1 -1
  173. package/dist/app.d.cts +4 -6
  174. package/dist/app.d.cts.map +1 -1
  175. package/dist/app.d.mts +4 -6
  176. package/dist/app.d.mts.map +1 -1
  177. package/dist/app.mjs +0 -1
  178. package/dist/app.mjs.map +1 -1
  179. package/dist/index.d.cts +1 -1
  180. package/dist/index.d.mts +1 -1
  181. package/package.json +2 -2
package/dist/index.d.cts CHANGED
@@ -1,3 +1,4 @@
1
+ import { openweatherApi } from "./app.cjs";
1
2
  import { openweatherApiDeleteWeatherStation } from "./actions/delete-weather-station.cjs";
2
3
  import { openweatherApiGetAirPollutionCurrent } from "./actions/get-air-pollution-current.cjs";
3
4
  import { openweatherApiGetAirPollutionForecast } from "./actions/get-air-pollution-forecast.cjs";
@@ -19,6 +20,5 @@ import { openweatherApiGet5DayForecast } from "./actions/get5-day-forecast.cjs";
19
20
  import { openweatherApiPostAddWeatherStation } from "./actions/post-add-weather-station.cjs";
20
21
  import { openweatherApiPostSubmitStationMeasurements } from "./actions/post-submit-station-measurements.cjs";
21
22
  import { openweatherApiUpdateWeatherStation } from "./actions/update-weather-station.cjs";
22
- import { openweatherApi } from "./app.cjs";
23
23
  import { openweatherApiCatalog } from "./catalog.cjs";
24
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 CHANGED
@@ -1,3 +1,4 @@
1
+ import { openweatherApi } from "./app.mjs";
1
2
  import { openweatherApiDeleteWeatherStation } from "./actions/delete-weather-station.mjs";
2
3
  import { openweatherApiGetAirPollutionCurrent } from "./actions/get-air-pollution-current.mjs";
3
4
  import { openweatherApiGetAirPollutionForecast } from "./actions/get-air-pollution-forecast.mjs";
@@ -19,6 +20,5 @@ import { openweatherApiGet5DayForecast } from "./actions/get5-day-forecast.mjs";
19
20
  import { openweatherApiPostAddWeatherStation } from "./actions/post-add-weather-station.mjs";
20
21
  import { openweatherApiPostSubmitStationMeasurements } from "./actions/post-submit-station-measurements.mjs";
21
22
  import { openweatherApiUpdateWeatherStation } from "./actions/update-weather-station.mjs";
22
- import { openweatherApi } from "./app.mjs";
23
23
  import { openweatherApiCatalog } from "./catalog.mjs";
24
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/openweather_api",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "peerDependencies": {
34
- "@keystrokehq/keystroke": ">=0.1.4",
34
+ "@keystrokehq/keystroke": ">=0.1.104",
35
35
  "zod": "^4.4.3"
36
36
  },
37
37
  "devDependencies": {