@pikku/addon-nasa 0.0.2

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 (263) hide show
  1. package/README.md +12 -0
  2. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
  3. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
  4. package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
  5. package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
  6. package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
  7. package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
  8. package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
  9. package/dist/.pikku/addon/pikku-package.gen.js +10 -0
  10. package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
  11. package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
  12. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
  13. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
  14. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
  15. package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
  16. package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
  17. package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
  18. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
  19. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
  20. package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
  21. package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
  22. package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
  23. package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
  24. package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
  25. package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
  26. package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
  27. package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
  28. package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
  29. package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
  30. package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
  31. package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
  32. package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
  33. package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
  34. package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
  35. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
  36. package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
  37. package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
  38. package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
  39. package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +437 -0
  40. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
  41. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
  42. package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
  43. package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
  44. package/dist/.pikku/function/pikku-functions-meta.gen.json +287 -0
  45. package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
  46. package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
  47. package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
  48. package/dist/.pikku/function/pikku-functions.gen.js +36 -0
  49. package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
  50. package/dist/.pikku/function/pikku-functions.gen.ts +36 -0
  51. package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
  52. package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
  53. package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
  54. package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
  55. package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
  56. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
  57. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
  58. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
  59. package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
  60. package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
  61. package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
  62. package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
  63. package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
  64. package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
  65. package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
  66. package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
  67. package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
  68. package/dist/.pikku/pikku-meta-service.gen.js +10 -0
  69. package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
  70. package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
  71. package/dist/.pikku/pikku-services.gen.d.ts +35 -0
  72. package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
  73. package/dist/.pikku/pikku-services.gen.js +30 -0
  74. package/dist/.pikku/pikku-services.gen.js.map +1 -0
  75. package/dist/.pikku/pikku-services.gen.ts +42 -0
  76. package/dist/.pikku/pikku-types.gen.d.ts +12 -0
  77. package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
  78. package/dist/.pikku/pikku-types.gen.js +17 -0
  79. package/dist/.pikku/pikku-types.gen.js.map +1 -0
  80. package/dist/.pikku/pikku-types.gen.ts +21 -0
  81. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
  82. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
  83. package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
  84. package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
  85. package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
  86. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +208 -0
  87. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +223 -0
  88. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
  89. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
  90. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
  91. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
  92. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +17 -0
  93. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
  94. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
  95. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
  96. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
  97. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
  98. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
  99. package/dist/.pikku/schemas/register.gen.d.ts +2 -0
  100. package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
  101. package/dist/.pikku/schemas/register.gen.js +69 -0
  102. package/dist/.pikku/schemas/register.gen.js.map +1 -0
  103. package/dist/.pikku/schemas/register.gen.ts +131 -0
  104. package/dist/.pikku/schemas/schemas/AsteroidNeoBrowseGetAllInput.schema.json +1 -0
  105. package/dist/.pikku/schemas/schemas/AsteroidNeoBrowseGetAllOutput.schema.json +1 -0
  106. package/dist/.pikku/schemas/schemas/AsteroidNeoFeedGetInput.schema.json +1 -0
  107. package/dist/.pikku/schemas/schemas/AsteroidNeoFeedGetOutput.schema.json +1 -0
  108. package/dist/.pikku/schemas/schemas/AsteroidNeoLookupGetInput.schema.json +1 -0
  109. package/dist/.pikku/schemas/schemas/AsteroidNeoLookupGetOutput.schema.json +1 -0
  110. package/dist/.pikku/schemas/schemas/AstronomyPictureOfTheDayGetInput.schema.json +1 -0
  111. package/dist/.pikku/schemas/schemas/AstronomyPictureOfTheDayGetOutput.schema.json +1 -0
  112. package/dist/.pikku/schemas/schemas/CredentialSchema_nasa.schema.json +1 -0
  113. package/dist/.pikku/schemas/schemas/DonkiCoronalMassEjectionGetInput.schema.json +1 -0
  114. package/dist/.pikku/schemas/schemas/DonkiCoronalMassEjectionGetOutput.schema.json +1 -0
  115. package/dist/.pikku/schemas/schemas/DonkiHighSpeedStreamGetInput.schema.json +1 -0
  116. package/dist/.pikku/schemas/schemas/DonkiHighSpeedStreamGetOutput.schema.json +1 -0
  117. package/dist/.pikku/schemas/schemas/DonkiInterplanetaryShockGetInput.schema.json +1 -0
  118. package/dist/.pikku/schemas/schemas/DonkiInterplanetaryShockGetOutput.schema.json +1 -0
  119. package/dist/.pikku/schemas/schemas/DonkiMagnetopauseCrossingGetInput.schema.json +1 -0
  120. package/dist/.pikku/schemas/schemas/DonkiMagnetopauseCrossingGetOutput.schema.json +1 -0
  121. package/dist/.pikku/schemas/schemas/DonkiNotificationsGetInput.schema.json +1 -0
  122. package/dist/.pikku/schemas/schemas/DonkiNotificationsGetOutput.schema.json +1 -0
  123. package/dist/.pikku/schemas/schemas/DonkiRadiationBeltEnhancementGetInput.schema.json +1 -0
  124. package/dist/.pikku/schemas/schemas/DonkiRadiationBeltEnhancementGetOutput.schema.json +1 -0
  125. package/dist/.pikku/schemas/schemas/DonkiSolarEnergeticParticleGetInput.schema.json +1 -0
  126. package/dist/.pikku/schemas/schemas/DonkiSolarEnergeticParticleGetOutput.schema.json +1 -0
  127. package/dist/.pikku/schemas/schemas/DonkiSolarFlareGetInput.schema.json +1 -0
  128. package/dist/.pikku/schemas/schemas/DonkiSolarFlareGetOutput.schema.json +1 -0
  129. package/dist/.pikku/schemas/schemas/DonkiWsaEnlilSimulationGetInput.schema.json +1 -0
  130. package/dist/.pikku/schemas/schemas/DonkiWsaEnlilSimulationGetOutput.schema.json +1 -0
  131. package/dist/.pikku/schemas/schemas/EarthAssetsGetInput.schema.json +1 -0
  132. package/dist/.pikku/schemas/schemas/EarthAssetsGetOutput.schema.json +1 -0
  133. package/dist/.pikku/schemas/schemas/EarthImageryGetInput.schema.json +1 -0
  134. package/dist/.pikku/schemas/schemas/EarthImageryGetOutput.schema.json +1 -0
  135. package/dist/.pikku/schemas/schemas/VariableSchema_NASA_BASE_URL.schema.json +1 -0
  136. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
  137. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  138. package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
  139. package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
  140. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
  141. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
  142. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
  143. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
  144. package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
  145. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
  146. package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
  147. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
  148. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  149. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
  150. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
  151. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
  152. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
  153. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
  154. package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
  155. package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
  156. package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
  157. package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
  158. package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
  159. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
  160. package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
  161. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
  162. package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
  163. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
  164. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
  165. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  166. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
  167. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
  168. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
  169. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
  170. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  171. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  172. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  173. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
  174. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  175. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  176. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
  177. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  178. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
  179. package/dist/src/functions/asteroidNeoBrowseGetAll.function.d.ts +13 -0
  180. package/dist/src/functions/asteroidNeoBrowseGetAll.function.d.ts.map +1 -0
  181. package/dist/src/functions/asteroidNeoBrowseGetAll.function.js +15 -0
  182. package/dist/src/functions/asteroidNeoBrowseGetAll.function.js.map +1 -0
  183. package/dist/src/functions/asteroidNeoFeedGet.function.d.ts +17 -0
  184. package/dist/src/functions/asteroidNeoFeedGet.function.d.ts.map +1 -0
  185. package/dist/src/functions/asteroidNeoFeedGet.function.js +16 -0
  186. package/dist/src/functions/asteroidNeoFeedGet.function.js.map +1 -0
  187. package/dist/src/functions/asteroidNeoLookupGet.function.d.ts +13 -0
  188. package/dist/src/functions/asteroidNeoLookupGet.function.d.ts.map +1 -0
  189. package/dist/src/functions/asteroidNeoLookupGet.function.js +15 -0
  190. package/dist/src/functions/asteroidNeoLookupGet.function.js.map +1 -0
  191. package/dist/src/functions/astronomyPictureOfTheDayGet.function.d.ts +13 -0
  192. package/dist/src/functions/astronomyPictureOfTheDayGet.function.d.ts.map +1 -0
  193. package/dist/src/functions/astronomyPictureOfTheDayGet.function.js +15 -0
  194. package/dist/src/functions/astronomyPictureOfTheDayGet.function.js.map +1 -0
  195. package/dist/src/functions/donkiCoronalMassEjectionGet.function.d.ts +17 -0
  196. package/dist/src/functions/donkiCoronalMassEjectionGet.function.d.ts.map +1 -0
  197. package/dist/src/functions/donkiCoronalMassEjectionGet.function.js +16 -0
  198. package/dist/src/functions/donkiCoronalMassEjectionGet.function.js.map +1 -0
  199. package/dist/src/functions/donkiHighSpeedStreamGet.function.d.ts +17 -0
  200. package/dist/src/functions/donkiHighSpeedStreamGet.function.d.ts.map +1 -0
  201. package/dist/src/functions/donkiHighSpeedStreamGet.function.js +16 -0
  202. package/dist/src/functions/donkiHighSpeedStreamGet.function.js.map +1 -0
  203. package/dist/src/functions/donkiInterplanetaryShockGet.function.d.ts +25 -0
  204. package/dist/src/functions/donkiInterplanetaryShockGet.function.d.ts.map +1 -0
  205. package/dist/src/functions/donkiInterplanetaryShockGet.function.js +18 -0
  206. package/dist/src/functions/donkiInterplanetaryShockGet.function.js.map +1 -0
  207. package/dist/src/functions/donkiMagnetopauseCrossingGet.function.d.ts +17 -0
  208. package/dist/src/functions/donkiMagnetopauseCrossingGet.function.d.ts.map +1 -0
  209. package/dist/src/functions/donkiMagnetopauseCrossingGet.function.js +16 -0
  210. package/dist/src/functions/donkiMagnetopauseCrossingGet.function.js.map +1 -0
  211. package/dist/src/functions/donkiNotificationsGet.function.d.ts +21 -0
  212. package/dist/src/functions/donkiNotificationsGet.function.d.ts.map +1 -0
  213. package/dist/src/functions/donkiNotificationsGet.function.js +17 -0
  214. package/dist/src/functions/donkiNotificationsGet.function.js.map +1 -0
  215. package/dist/src/functions/donkiRadiationBeltEnhancementGet.function.d.ts +17 -0
  216. package/dist/src/functions/donkiRadiationBeltEnhancementGet.function.d.ts.map +1 -0
  217. package/dist/src/functions/donkiRadiationBeltEnhancementGet.function.js +16 -0
  218. package/dist/src/functions/donkiRadiationBeltEnhancementGet.function.js.map +1 -0
  219. package/dist/src/functions/donkiSolarEnergeticParticleGet.function.d.ts +17 -0
  220. package/dist/src/functions/donkiSolarEnergeticParticleGet.function.d.ts.map +1 -0
  221. package/dist/src/functions/donkiSolarEnergeticParticleGet.function.js +16 -0
  222. package/dist/src/functions/donkiSolarEnergeticParticleGet.function.js.map +1 -0
  223. package/dist/src/functions/donkiSolarFlareGet.function.d.ts +17 -0
  224. package/dist/src/functions/donkiSolarFlareGet.function.d.ts.map +1 -0
  225. package/dist/src/functions/donkiSolarFlareGet.function.js +16 -0
  226. package/dist/src/functions/donkiSolarFlareGet.function.js.map +1 -0
  227. package/dist/src/functions/donkiWsaEnlilSimulationGet.function.d.ts +17 -0
  228. package/dist/src/functions/donkiWsaEnlilSimulationGet.function.d.ts.map +1 -0
  229. package/dist/src/functions/donkiWsaEnlilSimulationGet.function.js +16 -0
  230. package/dist/src/functions/donkiWsaEnlilSimulationGet.function.js.map +1 -0
  231. package/dist/src/functions/earthAssetsGet.function.d.ts +25 -0
  232. package/dist/src/functions/earthAssetsGet.function.d.ts.map +1 -0
  233. package/dist/src/functions/earthAssetsGet.function.js +18 -0
  234. package/dist/src/functions/earthAssetsGet.function.js.map +1 -0
  235. package/dist/src/functions/earthImageryGet.function.d.ts +25 -0
  236. package/dist/src/functions/earthImageryGet.function.d.ts.map +1 -0
  237. package/dist/src/functions/earthImageryGet.function.js +18 -0
  238. package/dist/src/functions/earthImageryGet.function.js.map +1 -0
  239. package/dist/src/index.d.ts +16 -0
  240. package/dist/src/index.d.ts.map +1 -0
  241. package/dist/src/index.js +16 -0
  242. package/dist/src/index.js.map +1 -0
  243. package/dist/src/nasa-api.service.d.ts +10 -0
  244. package/dist/src/nasa-api.service.d.ts.map +1 -0
  245. package/dist/src/nasa-api.service.js +199 -0
  246. package/dist/src/nasa-api.service.js.map +1 -0
  247. package/dist/src/nasa.credential.d.ts +5 -0
  248. package/dist/src/nasa.credential.d.ts.map +1 -0
  249. package/dist/src/nasa.credential.js +13 -0
  250. package/dist/src/nasa.credential.js.map +1 -0
  251. package/dist/src/nasa.types.d.ts +7 -0
  252. package/dist/src/nasa.types.d.ts.map +1 -0
  253. package/dist/src/nasa.types.js +8 -0
  254. package/dist/src/nasa.types.js.map +1 -0
  255. package/dist/src/nasa.variable.d.ts +5 -0
  256. package/dist/src/nasa.variable.d.ts.map +1 -0
  257. package/dist/src/nasa.variable.js +11 -0
  258. package/dist/src/nasa.variable.js.map +1 -0
  259. package/dist/src/services.d.ts +2 -0
  260. package/dist/src/services.d.ts.map +1 -0
  261. package/dist/src/services.js +14 -0
  262. package/dist/src/services.js.map +1 -0
  263. package/package.json +39 -0
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ /**
5
+ * Scheduler-specific type definitions for tree-shaking optimization
6
+ */
7
+ import { CoreScheduledTask } from '@pikku/core/scheduler';
8
+ import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js';
9
+ /**
10
+ * Type definition for scheduled tasks that run at specified intervals.
11
+ * These are sessionless functions that execute based on cron expressions.
12
+ */
13
+ type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>;
14
+ /**
15
+ * Registers a scheduled task with the Pikku framework.
16
+ * Tasks run based on cron expressions and are sessionless.
17
+ *
18
+ * @param task - Scheduled task definition with cron expression and handler
19
+ */
20
+ export declare const wireScheduler: (task: SchedulerWiring) => void;
21
+ export {};
22
+ //# sourceMappingURL=pikku-scheduler-types.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scheduler-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAsC,MAAM,uBAAuB,CAAA;AAC7F,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAA;AAEnG;;;GAGG;AACH,KAAK,eAAe,GAAG,iBAAiB,CAAC,mBAAmB,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,eAAe,CAAC,CAAA;AAE7G;;;;;GAKG;AACH,eAAO,MAAM,aAAa,GAAI,MAAM,eAAe,SAElD,CAAA"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ /**
5
+ * Scheduler-specific type definitions for tree-shaking optimization
6
+ */
7
+ import { wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler';
8
+ /**
9
+ * Registers a scheduled task with the Pikku framework.
10
+ * Tasks run based on cron expressions and are sessionless.
11
+ *
12
+ * @param task - Scheduled task definition with cron expression and handler
13
+ */
14
+ export const wireScheduler = (task) => {
15
+ wireSchedulerCore(task);
16
+ };
17
+ //# sourceMappingURL=pikku-scheduler-types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scheduler-types.gen.js","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAqB,aAAa,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAS7F;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,IAAqB,EAAE,EAAE;IACrD,iBAAiB,CAAC,IAAW,CAAC,CAAA;AAChC,CAAC,CAAA"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ /**
5
+ * Scheduler-specific type definitions for tree-shaking optimization
6
+ */
7
+
8
+ import { CoreScheduledTask, wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler'
9
+ import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js'
10
+
11
+ /**
12
+ * Type definition for scheduled tasks that run at specified intervals.
13
+ * These are sessionless functions that execute based on cron expressions.
14
+ */
15
+ type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>
16
+
17
+ /**
18
+ * Registers a scheduled task with the Pikku framework.
19
+ * Tasks run based on cron expressions and are sessionless.
20
+ *
21
+ * @param task - Scheduled task definition with cron expression and handler
22
+ */
23
+ export const wireScheduler = (task: SchedulerWiring) => {
24
+ wireSchedulerCore(task as any)
25
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=register.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":""}
@@ -0,0 +1,69 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { addSchema } from '@pikku/core/schema';
5
+ import * as AstronomyPictureOfTheDayGetInput from './schemas/AstronomyPictureOfTheDayGetInput.schema.json' with { type: 'json' };
6
+ addSchema('AstronomyPictureOfTheDayGetInput', AstronomyPictureOfTheDayGetInput, '@pikku/addon-nasa');
7
+ import * as AstronomyPictureOfTheDayGetOutput from './schemas/AstronomyPictureOfTheDayGetOutput.schema.json' with { type: 'json' };
8
+ addSchema('AstronomyPictureOfTheDayGetOutput', AstronomyPictureOfTheDayGetOutput, '@pikku/addon-nasa');
9
+ import * as AsteroidNeoFeedGetInput from './schemas/AsteroidNeoFeedGetInput.schema.json' with { type: 'json' };
10
+ addSchema('AsteroidNeoFeedGetInput', AsteroidNeoFeedGetInput, '@pikku/addon-nasa');
11
+ import * as AsteroidNeoFeedGetOutput from './schemas/AsteroidNeoFeedGetOutput.schema.json' with { type: 'json' };
12
+ addSchema('AsteroidNeoFeedGetOutput', AsteroidNeoFeedGetOutput, '@pikku/addon-nasa');
13
+ import * as AsteroidNeoLookupGetInput from './schemas/AsteroidNeoLookupGetInput.schema.json' with { type: 'json' };
14
+ addSchema('AsteroidNeoLookupGetInput', AsteroidNeoLookupGetInput, '@pikku/addon-nasa');
15
+ import * as AsteroidNeoLookupGetOutput from './schemas/AsteroidNeoLookupGetOutput.schema.json' with { type: 'json' };
16
+ addSchema('AsteroidNeoLookupGetOutput', AsteroidNeoLookupGetOutput, '@pikku/addon-nasa');
17
+ import * as AsteroidNeoBrowseGetAllInput from './schemas/AsteroidNeoBrowseGetAllInput.schema.json' with { type: 'json' };
18
+ addSchema('AsteroidNeoBrowseGetAllInput', AsteroidNeoBrowseGetAllInput, '@pikku/addon-nasa');
19
+ import * as AsteroidNeoBrowseGetAllOutput from './schemas/AsteroidNeoBrowseGetAllOutput.schema.json' with { type: 'json' };
20
+ addSchema('AsteroidNeoBrowseGetAllOutput', AsteroidNeoBrowseGetAllOutput, '@pikku/addon-nasa');
21
+ import * as DonkiCoronalMassEjectionGetInput from './schemas/DonkiCoronalMassEjectionGetInput.schema.json' with { type: 'json' };
22
+ addSchema('DonkiCoronalMassEjectionGetInput', DonkiCoronalMassEjectionGetInput, '@pikku/addon-nasa');
23
+ import * as DonkiCoronalMassEjectionGetOutput from './schemas/DonkiCoronalMassEjectionGetOutput.schema.json' with { type: 'json' };
24
+ addSchema('DonkiCoronalMassEjectionGetOutput', DonkiCoronalMassEjectionGetOutput, '@pikku/addon-nasa');
25
+ import * as DonkiHighSpeedStreamGetInput from './schemas/DonkiHighSpeedStreamGetInput.schema.json' with { type: 'json' };
26
+ addSchema('DonkiHighSpeedStreamGetInput', DonkiHighSpeedStreamGetInput, '@pikku/addon-nasa');
27
+ import * as DonkiHighSpeedStreamGetOutput from './schemas/DonkiHighSpeedStreamGetOutput.schema.json' with { type: 'json' };
28
+ addSchema('DonkiHighSpeedStreamGetOutput', DonkiHighSpeedStreamGetOutput, '@pikku/addon-nasa');
29
+ import * as DonkiInterplanetaryShockGetInput from './schemas/DonkiInterplanetaryShockGetInput.schema.json' with { type: 'json' };
30
+ addSchema('DonkiInterplanetaryShockGetInput', DonkiInterplanetaryShockGetInput, '@pikku/addon-nasa');
31
+ import * as DonkiInterplanetaryShockGetOutput from './schemas/DonkiInterplanetaryShockGetOutput.schema.json' with { type: 'json' };
32
+ addSchema('DonkiInterplanetaryShockGetOutput', DonkiInterplanetaryShockGetOutput, '@pikku/addon-nasa');
33
+ import * as DonkiMagnetopauseCrossingGetInput from './schemas/DonkiMagnetopauseCrossingGetInput.schema.json' with { type: 'json' };
34
+ addSchema('DonkiMagnetopauseCrossingGetInput', DonkiMagnetopauseCrossingGetInput, '@pikku/addon-nasa');
35
+ import * as DonkiMagnetopauseCrossingGetOutput from './schemas/DonkiMagnetopauseCrossingGetOutput.schema.json' with { type: 'json' };
36
+ addSchema('DonkiMagnetopauseCrossingGetOutput', DonkiMagnetopauseCrossingGetOutput, '@pikku/addon-nasa');
37
+ import * as DonkiNotificationsGetInput from './schemas/DonkiNotificationsGetInput.schema.json' with { type: 'json' };
38
+ addSchema('DonkiNotificationsGetInput', DonkiNotificationsGetInput, '@pikku/addon-nasa');
39
+ import * as DonkiNotificationsGetOutput from './schemas/DonkiNotificationsGetOutput.schema.json' with { type: 'json' };
40
+ addSchema('DonkiNotificationsGetOutput', DonkiNotificationsGetOutput, '@pikku/addon-nasa');
41
+ import * as DonkiRadiationBeltEnhancementGetInput from './schemas/DonkiRadiationBeltEnhancementGetInput.schema.json' with { type: 'json' };
42
+ addSchema('DonkiRadiationBeltEnhancementGetInput', DonkiRadiationBeltEnhancementGetInput, '@pikku/addon-nasa');
43
+ import * as DonkiRadiationBeltEnhancementGetOutput from './schemas/DonkiRadiationBeltEnhancementGetOutput.schema.json' with { type: 'json' };
44
+ addSchema('DonkiRadiationBeltEnhancementGetOutput', DonkiRadiationBeltEnhancementGetOutput, '@pikku/addon-nasa');
45
+ import * as DonkiSolarEnergeticParticleGetInput from './schemas/DonkiSolarEnergeticParticleGetInput.schema.json' with { type: 'json' };
46
+ addSchema('DonkiSolarEnergeticParticleGetInput', DonkiSolarEnergeticParticleGetInput, '@pikku/addon-nasa');
47
+ import * as DonkiSolarEnergeticParticleGetOutput from './schemas/DonkiSolarEnergeticParticleGetOutput.schema.json' with { type: 'json' };
48
+ addSchema('DonkiSolarEnergeticParticleGetOutput', DonkiSolarEnergeticParticleGetOutput, '@pikku/addon-nasa');
49
+ import * as DonkiSolarFlareGetInput from './schemas/DonkiSolarFlareGetInput.schema.json' with { type: 'json' };
50
+ addSchema('DonkiSolarFlareGetInput', DonkiSolarFlareGetInput, '@pikku/addon-nasa');
51
+ import * as DonkiSolarFlareGetOutput from './schemas/DonkiSolarFlareGetOutput.schema.json' with { type: 'json' };
52
+ addSchema('DonkiSolarFlareGetOutput', DonkiSolarFlareGetOutput, '@pikku/addon-nasa');
53
+ import * as DonkiWsaEnlilSimulationGetInput from './schemas/DonkiWsaEnlilSimulationGetInput.schema.json' with { type: 'json' };
54
+ addSchema('DonkiWsaEnlilSimulationGetInput', DonkiWsaEnlilSimulationGetInput, '@pikku/addon-nasa');
55
+ import * as DonkiWsaEnlilSimulationGetOutput from './schemas/DonkiWsaEnlilSimulationGetOutput.schema.json' with { type: 'json' };
56
+ addSchema('DonkiWsaEnlilSimulationGetOutput', DonkiWsaEnlilSimulationGetOutput, '@pikku/addon-nasa');
57
+ import * as EarthAssetsGetInput from './schemas/EarthAssetsGetInput.schema.json' with { type: 'json' };
58
+ addSchema('EarthAssetsGetInput', EarthAssetsGetInput, '@pikku/addon-nasa');
59
+ import * as EarthAssetsGetOutput from './schemas/EarthAssetsGetOutput.schema.json' with { type: 'json' };
60
+ addSchema('EarthAssetsGetOutput', EarthAssetsGetOutput, '@pikku/addon-nasa');
61
+ import * as EarthImageryGetInput from './schemas/EarthImageryGetInput.schema.json' with { type: 'json' };
62
+ addSchema('EarthImageryGetInput', EarthImageryGetInput, '@pikku/addon-nasa');
63
+ import * as EarthImageryGetOutput from './schemas/EarthImageryGetOutput.schema.json' with { type: 'json' };
64
+ addSchema('EarthImageryGetOutput', EarthImageryGetOutput, '@pikku/addon-nasa');
65
+ import * as CredentialSchema_nasa from './schemas/CredentialSchema_nasa.schema.json' with { type: 'json' };
66
+ addSchema('CredentialSchema_nasa', CredentialSchema_nasa, '@pikku/addon-nasa');
67
+ import * as VariableSchema_NASA_BASE_URL from './schemas/VariableSchema_NASA_BASE_URL.schema.json' with { type: 'json' };
68
+ addSchema('VariableSchema_NASA_BASE_URL', VariableSchema_NASA_BASE_URL, '@pikku/addon-nasa');
69
+ //# sourceMappingURL=register.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,131 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { addSchema } from '@pikku/core/schema'
5
+
6
+ import * as AstronomyPictureOfTheDayGetInput from './schemas/AstronomyPictureOfTheDayGetInput.schema.json' with { type: 'json' }
7
+ addSchema('AstronomyPictureOfTheDayGetInput', AstronomyPictureOfTheDayGetInput, '@pikku/addon-nasa')
8
+
9
+
10
+ import * as AstronomyPictureOfTheDayGetOutput from './schemas/AstronomyPictureOfTheDayGetOutput.schema.json' with { type: 'json' }
11
+ addSchema('AstronomyPictureOfTheDayGetOutput', AstronomyPictureOfTheDayGetOutput, '@pikku/addon-nasa')
12
+
13
+
14
+ import * as AsteroidNeoFeedGetInput from './schemas/AsteroidNeoFeedGetInput.schema.json' with { type: 'json' }
15
+ addSchema('AsteroidNeoFeedGetInput', AsteroidNeoFeedGetInput, '@pikku/addon-nasa')
16
+
17
+
18
+ import * as AsteroidNeoFeedGetOutput from './schemas/AsteroidNeoFeedGetOutput.schema.json' with { type: 'json' }
19
+ addSchema('AsteroidNeoFeedGetOutput', AsteroidNeoFeedGetOutput, '@pikku/addon-nasa')
20
+
21
+
22
+ import * as AsteroidNeoLookupGetInput from './schemas/AsteroidNeoLookupGetInput.schema.json' with { type: 'json' }
23
+ addSchema('AsteroidNeoLookupGetInput', AsteroidNeoLookupGetInput, '@pikku/addon-nasa')
24
+
25
+
26
+ import * as AsteroidNeoLookupGetOutput from './schemas/AsteroidNeoLookupGetOutput.schema.json' with { type: 'json' }
27
+ addSchema('AsteroidNeoLookupGetOutput', AsteroidNeoLookupGetOutput, '@pikku/addon-nasa')
28
+
29
+
30
+ import * as AsteroidNeoBrowseGetAllInput from './schemas/AsteroidNeoBrowseGetAllInput.schema.json' with { type: 'json' }
31
+ addSchema('AsteroidNeoBrowseGetAllInput', AsteroidNeoBrowseGetAllInput, '@pikku/addon-nasa')
32
+
33
+
34
+ import * as AsteroidNeoBrowseGetAllOutput from './schemas/AsteroidNeoBrowseGetAllOutput.schema.json' with { type: 'json' }
35
+ addSchema('AsteroidNeoBrowseGetAllOutput', AsteroidNeoBrowseGetAllOutput, '@pikku/addon-nasa')
36
+
37
+
38
+ import * as DonkiCoronalMassEjectionGetInput from './schemas/DonkiCoronalMassEjectionGetInput.schema.json' with { type: 'json' }
39
+ addSchema('DonkiCoronalMassEjectionGetInput', DonkiCoronalMassEjectionGetInput, '@pikku/addon-nasa')
40
+
41
+
42
+ import * as DonkiCoronalMassEjectionGetOutput from './schemas/DonkiCoronalMassEjectionGetOutput.schema.json' with { type: 'json' }
43
+ addSchema('DonkiCoronalMassEjectionGetOutput', DonkiCoronalMassEjectionGetOutput, '@pikku/addon-nasa')
44
+
45
+
46
+ import * as DonkiHighSpeedStreamGetInput from './schemas/DonkiHighSpeedStreamGetInput.schema.json' with { type: 'json' }
47
+ addSchema('DonkiHighSpeedStreamGetInput', DonkiHighSpeedStreamGetInput, '@pikku/addon-nasa')
48
+
49
+
50
+ import * as DonkiHighSpeedStreamGetOutput from './schemas/DonkiHighSpeedStreamGetOutput.schema.json' with { type: 'json' }
51
+ addSchema('DonkiHighSpeedStreamGetOutput', DonkiHighSpeedStreamGetOutput, '@pikku/addon-nasa')
52
+
53
+
54
+ import * as DonkiInterplanetaryShockGetInput from './schemas/DonkiInterplanetaryShockGetInput.schema.json' with { type: 'json' }
55
+ addSchema('DonkiInterplanetaryShockGetInput', DonkiInterplanetaryShockGetInput, '@pikku/addon-nasa')
56
+
57
+
58
+ import * as DonkiInterplanetaryShockGetOutput from './schemas/DonkiInterplanetaryShockGetOutput.schema.json' with { type: 'json' }
59
+ addSchema('DonkiInterplanetaryShockGetOutput', DonkiInterplanetaryShockGetOutput, '@pikku/addon-nasa')
60
+
61
+
62
+ import * as DonkiMagnetopauseCrossingGetInput from './schemas/DonkiMagnetopauseCrossingGetInput.schema.json' with { type: 'json' }
63
+ addSchema('DonkiMagnetopauseCrossingGetInput', DonkiMagnetopauseCrossingGetInput, '@pikku/addon-nasa')
64
+
65
+
66
+ import * as DonkiMagnetopauseCrossingGetOutput from './schemas/DonkiMagnetopauseCrossingGetOutput.schema.json' with { type: 'json' }
67
+ addSchema('DonkiMagnetopauseCrossingGetOutput', DonkiMagnetopauseCrossingGetOutput, '@pikku/addon-nasa')
68
+
69
+
70
+ import * as DonkiNotificationsGetInput from './schemas/DonkiNotificationsGetInput.schema.json' with { type: 'json' }
71
+ addSchema('DonkiNotificationsGetInput', DonkiNotificationsGetInput, '@pikku/addon-nasa')
72
+
73
+
74
+ import * as DonkiNotificationsGetOutput from './schemas/DonkiNotificationsGetOutput.schema.json' with { type: 'json' }
75
+ addSchema('DonkiNotificationsGetOutput', DonkiNotificationsGetOutput, '@pikku/addon-nasa')
76
+
77
+
78
+ import * as DonkiRadiationBeltEnhancementGetInput from './schemas/DonkiRadiationBeltEnhancementGetInput.schema.json' with { type: 'json' }
79
+ addSchema('DonkiRadiationBeltEnhancementGetInput', DonkiRadiationBeltEnhancementGetInput, '@pikku/addon-nasa')
80
+
81
+
82
+ import * as DonkiRadiationBeltEnhancementGetOutput from './schemas/DonkiRadiationBeltEnhancementGetOutput.schema.json' with { type: 'json' }
83
+ addSchema('DonkiRadiationBeltEnhancementGetOutput', DonkiRadiationBeltEnhancementGetOutput, '@pikku/addon-nasa')
84
+
85
+
86
+ import * as DonkiSolarEnergeticParticleGetInput from './schemas/DonkiSolarEnergeticParticleGetInput.schema.json' with { type: 'json' }
87
+ addSchema('DonkiSolarEnergeticParticleGetInput', DonkiSolarEnergeticParticleGetInput, '@pikku/addon-nasa')
88
+
89
+
90
+ import * as DonkiSolarEnergeticParticleGetOutput from './schemas/DonkiSolarEnergeticParticleGetOutput.schema.json' with { type: 'json' }
91
+ addSchema('DonkiSolarEnergeticParticleGetOutput', DonkiSolarEnergeticParticleGetOutput, '@pikku/addon-nasa')
92
+
93
+
94
+ import * as DonkiSolarFlareGetInput from './schemas/DonkiSolarFlareGetInput.schema.json' with { type: 'json' }
95
+ addSchema('DonkiSolarFlareGetInput', DonkiSolarFlareGetInput, '@pikku/addon-nasa')
96
+
97
+
98
+ import * as DonkiSolarFlareGetOutput from './schemas/DonkiSolarFlareGetOutput.schema.json' with { type: 'json' }
99
+ addSchema('DonkiSolarFlareGetOutput', DonkiSolarFlareGetOutput, '@pikku/addon-nasa')
100
+
101
+
102
+ import * as DonkiWsaEnlilSimulationGetInput from './schemas/DonkiWsaEnlilSimulationGetInput.schema.json' with { type: 'json' }
103
+ addSchema('DonkiWsaEnlilSimulationGetInput', DonkiWsaEnlilSimulationGetInput, '@pikku/addon-nasa')
104
+
105
+
106
+ import * as DonkiWsaEnlilSimulationGetOutput from './schemas/DonkiWsaEnlilSimulationGetOutput.schema.json' with { type: 'json' }
107
+ addSchema('DonkiWsaEnlilSimulationGetOutput', DonkiWsaEnlilSimulationGetOutput, '@pikku/addon-nasa')
108
+
109
+
110
+ import * as EarthAssetsGetInput from './schemas/EarthAssetsGetInput.schema.json' with { type: 'json' }
111
+ addSchema('EarthAssetsGetInput', EarthAssetsGetInput, '@pikku/addon-nasa')
112
+
113
+
114
+ import * as EarthAssetsGetOutput from './schemas/EarthAssetsGetOutput.schema.json' with { type: 'json' }
115
+ addSchema('EarthAssetsGetOutput', EarthAssetsGetOutput, '@pikku/addon-nasa')
116
+
117
+
118
+ import * as EarthImageryGetInput from './schemas/EarthImageryGetInput.schema.json' with { type: 'json' }
119
+ addSchema('EarthImageryGetInput', EarthImageryGetInput, '@pikku/addon-nasa')
120
+
121
+
122
+ import * as EarthImageryGetOutput from './schemas/EarthImageryGetOutput.schema.json' with { type: 'json' }
123
+ addSchema('EarthImageryGetOutput', EarthImageryGetOutput, '@pikku/addon-nasa')
124
+
125
+
126
+ import * as CredentialSchema_nasa from './schemas/CredentialSchema_nasa.schema.json' with { type: 'json' }
127
+ addSchema('CredentialSchema_nasa', CredentialSchema_nasa, '@pikku/addon-nasa')
128
+
129
+
130
+ import * as VariableSchema_NASA_BASE_URL from './schemas/VariableSchema_NASA_BASE_URL.schema.json' with { type: 'json' }
131
+ addSchema('VariableSchema_NASA_BASE_URL', VariableSchema_NASA_BASE_URL, '@pikku/addon-nasa')
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"size":{"type":"number"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"start_date":{"type":"string"},"end_date":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"asteroidId":{"type":"string"}},"required":["asteroidId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"date":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"apiKey":{"type":"string","description":"NASA API key"}},"required":["apiKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startDate":{"type":"string"},"endDate":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startDate":{"type":"string"},"endDate":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startDate":{"type":"string"},"endDate":{"type":"string"},"location":{"type":"string"},"catalog":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startDate":{"type":"string"},"endDate":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startDate":{"type":"string"},"endDate":{"type":"string"},"type":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startDate":{"type":"string"},"endDate":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startDate":{"type":"string"},"endDate":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startDate":{"type":"string"},"endDate":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startDate":{"type":"string"},"endDate":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"lat":{"type":"number"},"lon":{"type":"number"},"date":{"type":"string"},"dim":{"type":"number"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"lat":{"type":"number"},"lon":{"type":"number"},"date":{"type":"string"},"dim":{"type":"number"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","default":"https://api.nasa.gov","type":"string","enum":["https://api.nasa.gov"]}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ export { wireSecret } from '@pikku/core/secret';
5
+ export type { CoreSecret, SecretDefinitionMeta, SecretDefinitionsMeta } from '@pikku/core/secret';
6
+ //# sourceMappingURL=pikku-secret-types.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-secret-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAC/C,YAAY,EAAE,UAAU,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ export { wireSecret } from '@pikku/core/secret';
5
+ //# sourceMappingURL=pikku-secret-types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-secret-types.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ export { wireSecret } from '@pikku/core/secret'
5
+ export type { CoreSecret, SecretDefinitionMeta, SecretDefinitionsMeta } from '@pikku/core/secret'
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
5
+ import type { SecretService } from '@pikku/core/services';
6
+ export interface CredentialsMap {
7
+ }
8
+ export type SecretId = keyof CredentialsMap;
9
+ export declare class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
10
+ constructor(secrets: SecretService);
11
+ }
12
+ //# sourceMappingURL=pikku-secrets.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-secrets.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AACxG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEzD,MAAM,WAAW,cAAc;CAE9B;AAED,MAAM,MAAM,QAAQ,GAAG,MAAM,cAAc,CAAA;AAM3C,qBAAa,kBAAmB,SAAQ,sBAAsB,CAAC,cAAc,CAAC;gBAChE,OAAO,EAAE,aAAa;CAGnC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
5
+ const CREDENTIALS_META = {};
6
+ export class TypedSecretService extends CoreTypedSecretService {
7
+ constructor(secrets) {
8
+ super(secrets, CREDENTIALS_META);
9
+ }
10
+ }
11
+ //# sourceMappingURL=pikku-secrets.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-secrets.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AASxG,MAAM,gBAAgB,GAAmC,EAExD,CAAA;AAED,MAAM,OAAO,kBAAmB,SAAQ,sBAAsC;IAC5E,YAAY,OAAsB;QAChC,KAAK,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAA;IAClC,CAAC;CACF"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { TypedSecretService as CoreTypedSecretService, type CredentialMeta } from '@pikku/core/services'
5
+ import type { SecretService } from '@pikku/core/services'
6
+
7
+ export interface CredentialsMap {
8
+
9
+ }
10
+
11
+ export type SecretId = keyof CredentialsMap
12
+
13
+ const CREDENTIALS_META: Record<string, CredentialMeta> = {
14
+
15
+ }
16
+
17
+ export class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
18
+ constructor(secrets: SecretService) {
19
+ super(secrets, CREDENTIALS_META)
20
+ }
21
+ }