@pikku/addon-nextcloud 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 (275) 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 +495 -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 +325 -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 +40 -0
  49. package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
  50. package/dist/.pikku/function/pikku-functions.gen.ts +40 -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 +217 -0
  87. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +234 -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 +19 -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 +77 -0
  102. package/dist/.pikku/schemas/register.gen.js.map +1 -0
  103. package/dist/.pikku/schemas/register.gen.ts +147 -0
  104. package/dist/.pikku/schemas/schemas/CredentialSchema_nextcloud.schema.json +1 -0
  105. package/dist/.pikku/schemas/schemas/FileCopyInput.schema.json +1 -0
  106. package/dist/.pikku/schemas/schemas/FileCopyOutput.schema.json +1 -0
  107. package/dist/.pikku/schemas/schemas/FileDeleteInput.schema.json +1 -0
  108. package/dist/.pikku/schemas/schemas/FileDeleteOutput.schema.json +1 -0
  109. package/dist/.pikku/schemas/schemas/FileDownloadInput.schema.json +1 -0
  110. package/dist/.pikku/schemas/schemas/FileDownloadOutput.schema.json +1 -0
  111. package/dist/.pikku/schemas/schemas/FileMoveInput.schema.json +1 -0
  112. package/dist/.pikku/schemas/schemas/FileMoveOutput.schema.json +1 -0
  113. package/dist/.pikku/schemas/schemas/FileShareInput.schema.json +1 -0
  114. package/dist/.pikku/schemas/schemas/FileShareOutput.schema.json +1 -0
  115. package/dist/.pikku/schemas/schemas/FileUploadInput.schema.json +1 -0
  116. package/dist/.pikku/schemas/schemas/FileUploadOutput.schema.json +1 -0
  117. package/dist/.pikku/schemas/schemas/FolderCopyInput.schema.json +1 -0
  118. package/dist/.pikku/schemas/schemas/FolderCopyOutput.schema.json +1 -0
  119. package/dist/.pikku/schemas/schemas/FolderCreateInput.schema.json +1 -0
  120. package/dist/.pikku/schemas/schemas/FolderCreateOutput.schema.json +1 -0
  121. package/dist/.pikku/schemas/schemas/FolderDeleteInput.schema.json +1 -0
  122. package/dist/.pikku/schemas/schemas/FolderDeleteOutput.schema.json +1 -0
  123. package/dist/.pikku/schemas/schemas/FolderListInput.schema.json +1 -0
  124. package/dist/.pikku/schemas/schemas/FolderListOutput.schema.json +1 -0
  125. package/dist/.pikku/schemas/schemas/FolderMoveInput.schema.json +1 -0
  126. package/dist/.pikku/schemas/schemas/FolderMoveOutput.schema.json +1 -0
  127. package/dist/.pikku/schemas/schemas/FolderShareInput.schema.json +1 -0
  128. package/dist/.pikku/schemas/schemas/FolderShareOutput.schema.json +1 -0
  129. package/dist/.pikku/schemas/schemas/UserCreateInput.schema.json +1 -0
  130. package/dist/.pikku/schemas/schemas/UserCreateOutput.schema.json +1 -0
  131. package/dist/.pikku/schemas/schemas/UserDeleteInput.schema.json +1 -0
  132. package/dist/.pikku/schemas/schemas/UserDeleteOutput.schema.json +1 -0
  133. package/dist/.pikku/schemas/schemas/UserGetAllInput.schema.json +1 -0
  134. package/dist/.pikku/schemas/schemas/UserGetAllOutput.schema.json +1 -0
  135. package/dist/.pikku/schemas/schemas/UserGetInput.schema.json +1 -0
  136. package/dist/.pikku/schemas/schemas/UserGetOutput.schema.json +1 -0
  137. package/dist/.pikku/schemas/schemas/UserUpdateInput.schema.json +1 -0
  138. package/dist/.pikku/schemas/schemas/UserUpdateOutput.schema.json +1 -0
  139. package/dist/.pikku/schemas/schemas/VariableSchema_NEXTCLOUD_BASE_URL.schema.json +1 -0
  140. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
  141. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  142. package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
  143. package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
  144. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
  145. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
  146. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
  147. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
  148. package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
  149. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
  150. package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
  151. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
  152. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  153. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
  154. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
  155. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
  156. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
  157. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
  158. package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
  159. package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
  160. package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
  161. package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
  162. package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
  163. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
  164. package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
  165. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
  166. package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
  167. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
  168. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
  169. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  170. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
  171. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
  172. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
  173. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
  174. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  175. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  176. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  177. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
  178. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  179. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  180. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
  181. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  182. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
  183. package/dist/src/functions/fileCopy.function.d.ts +17 -0
  184. package/dist/src/functions/fileCopy.function.d.ts.map +1 -0
  185. package/dist/src/functions/fileCopy.function.js +16 -0
  186. package/dist/src/functions/fileCopy.function.js.map +1 -0
  187. package/dist/src/functions/fileDelete.function.d.ts +13 -0
  188. package/dist/src/functions/fileDelete.function.d.ts.map +1 -0
  189. package/dist/src/functions/fileDelete.function.js +15 -0
  190. package/dist/src/functions/fileDelete.function.js.map +1 -0
  191. package/dist/src/functions/fileDownload.function.d.ts +17 -0
  192. package/dist/src/functions/fileDownload.function.d.ts.map +1 -0
  193. package/dist/src/functions/fileDownload.function.js +16 -0
  194. package/dist/src/functions/fileDownload.function.js.map +1 -0
  195. package/dist/src/functions/fileMove.function.d.ts +17 -0
  196. package/dist/src/functions/fileMove.function.d.ts.map +1 -0
  197. package/dist/src/functions/fileMove.function.js +16 -0
  198. package/dist/src/functions/fileMove.function.js.map +1 -0
  199. package/dist/src/functions/fileShare.function.d.ts +21 -0
  200. package/dist/src/functions/fileShare.function.d.ts.map +1 -0
  201. package/dist/src/functions/fileShare.function.js +17 -0
  202. package/dist/src/functions/fileShare.function.js.map +1 -0
  203. package/dist/src/functions/fileUpload.function.d.ts +17 -0
  204. package/dist/src/functions/fileUpload.function.d.ts.map +1 -0
  205. package/dist/src/functions/fileUpload.function.js +16 -0
  206. package/dist/src/functions/fileUpload.function.js.map +1 -0
  207. package/dist/src/functions/folderCopy.function.d.ts +17 -0
  208. package/dist/src/functions/folderCopy.function.d.ts.map +1 -0
  209. package/dist/src/functions/folderCopy.function.js +16 -0
  210. package/dist/src/functions/folderCopy.function.js.map +1 -0
  211. package/dist/src/functions/folderCreate.function.d.ts +13 -0
  212. package/dist/src/functions/folderCreate.function.d.ts.map +1 -0
  213. package/dist/src/functions/folderCreate.function.js +15 -0
  214. package/dist/src/functions/folderCreate.function.js.map +1 -0
  215. package/dist/src/functions/folderDelete.function.d.ts +13 -0
  216. package/dist/src/functions/folderDelete.function.d.ts.map +1 -0
  217. package/dist/src/functions/folderDelete.function.js +15 -0
  218. package/dist/src/functions/folderDelete.function.js.map +1 -0
  219. package/dist/src/functions/folderList.function.d.ts +13 -0
  220. package/dist/src/functions/folderList.function.d.ts.map +1 -0
  221. package/dist/src/functions/folderList.function.js +15 -0
  222. package/dist/src/functions/folderList.function.js.map +1 -0
  223. package/dist/src/functions/folderMove.function.d.ts +17 -0
  224. package/dist/src/functions/folderMove.function.d.ts.map +1 -0
  225. package/dist/src/functions/folderMove.function.js +16 -0
  226. package/dist/src/functions/folderMove.function.js.map +1 -0
  227. package/dist/src/functions/folderShare.function.d.ts +21 -0
  228. package/dist/src/functions/folderShare.function.d.ts.map +1 -0
  229. package/dist/src/functions/folderShare.function.js +17 -0
  230. package/dist/src/functions/folderShare.function.js.map +1 -0
  231. package/dist/src/functions/userCreate.function.d.ts +21 -0
  232. package/dist/src/functions/userCreate.function.d.ts.map +1 -0
  233. package/dist/src/functions/userCreate.function.js +17 -0
  234. package/dist/src/functions/userCreate.function.js.map +1 -0
  235. package/dist/src/functions/userDelete.function.d.ts +13 -0
  236. package/dist/src/functions/userDelete.function.d.ts.map +1 -0
  237. package/dist/src/functions/userDelete.function.js +15 -0
  238. package/dist/src/functions/userDelete.function.js.map +1 -0
  239. package/dist/src/functions/userGet.function.d.ts +13 -0
  240. package/dist/src/functions/userGet.function.d.ts.map +1 -0
  241. package/dist/src/functions/userGet.function.js +15 -0
  242. package/dist/src/functions/userGet.function.js.map +1 -0
  243. package/dist/src/functions/userGetAll.function.d.ts +21 -0
  244. package/dist/src/functions/userGetAll.function.d.ts.map +1 -0
  245. package/dist/src/functions/userGetAll.function.js +17 -0
  246. package/dist/src/functions/userGetAll.function.js.map +1 -0
  247. package/dist/src/functions/userUpdate.function.d.ts +21 -0
  248. package/dist/src/functions/userUpdate.function.d.ts.map +1 -0
  249. package/dist/src/functions/userUpdate.function.js +17 -0
  250. package/dist/src/functions/userUpdate.function.js.map +1 -0
  251. package/dist/src/index.d.ts +18 -0
  252. package/dist/src/index.d.ts.map +1 -0
  253. package/dist/src/index.js +18 -0
  254. package/dist/src/index.js.map +1 -0
  255. package/dist/src/nextcloud-api.service.d.ts +10 -0
  256. package/dist/src/nextcloud-api.service.d.ts.map +1 -0
  257. package/dist/src/nextcloud-api.service.js +170 -0
  258. package/dist/src/nextcloud-api.service.js.map +1 -0
  259. package/dist/src/nextcloud.credential.d.ts +5 -0
  260. package/dist/src/nextcloud.credential.d.ts.map +1 -0
  261. package/dist/src/nextcloud.credential.js +13 -0
  262. package/dist/src/nextcloud.credential.js.map +1 -0
  263. package/dist/src/nextcloud.types.d.ts +7 -0
  264. package/dist/src/nextcloud.types.d.ts.map +1 -0
  265. package/dist/src/nextcloud.types.js +8 -0
  266. package/dist/src/nextcloud.types.js.map +1 -0
  267. package/dist/src/nextcloud.variable.d.ts +5 -0
  268. package/dist/src/nextcloud.variable.d.ts.map +1 -0
  269. package/dist/src/nextcloud.variable.js +11 -0
  270. package/dist/src/nextcloud.variable.js.map +1 -0
  271. package/dist/src/services.d.ts +2 -0
  272. package/dist/src/services.d.ts.map +1 -0
  273. package/dist/src/services.js +14 -0
  274. package/dist/src/services.js.map +1 -0
  275. 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,77 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { addSchema } from '@pikku/core/schema';
5
+ import * as FileCopyInput from './schemas/FileCopyInput.schema.json' with { type: 'json' };
6
+ addSchema('FileCopyInput', FileCopyInput, '@pikku/addon-nextcloud');
7
+ import * as FileCopyOutput from './schemas/FileCopyOutput.schema.json' with { type: 'json' };
8
+ addSchema('FileCopyOutput', FileCopyOutput, '@pikku/addon-nextcloud');
9
+ import * as FileDeleteInput from './schemas/FileDeleteInput.schema.json' with { type: 'json' };
10
+ addSchema('FileDeleteInput', FileDeleteInput, '@pikku/addon-nextcloud');
11
+ import * as FileDeleteOutput from './schemas/FileDeleteOutput.schema.json' with { type: 'json' };
12
+ addSchema('FileDeleteOutput', FileDeleteOutput, '@pikku/addon-nextcloud');
13
+ import * as FileDownloadInput from './schemas/FileDownloadInput.schema.json' with { type: 'json' };
14
+ addSchema('FileDownloadInput', FileDownloadInput, '@pikku/addon-nextcloud');
15
+ import * as FileDownloadOutput from './schemas/FileDownloadOutput.schema.json' with { type: 'json' };
16
+ addSchema('FileDownloadOutput', FileDownloadOutput, '@pikku/addon-nextcloud');
17
+ import * as FileMoveInput from './schemas/FileMoveInput.schema.json' with { type: 'json' };
18
+ addSchema('FileMoveInput', FileMoveInput, '@pikku/addon-nextcloud');
19
+ import * as FileMoveOutput from './schemas/FileMoveOutput.schema.json' with { type: 'json' };
20
+ addSchema('FileMoveOutput', FileMoveOutput, '@pikku/addon-nextcloud');
21
+ import * as FileShareInput from './schemas/FileShareInput.schema.json' with { type: 'json' };
22
+ addSchema('FileShareInput', FileShareInput, '@pikku/addon-nextcloud');
23
+ import * as FileShareOutput from './schemas/FileShareOutput.schema.json' with { type: 'json' };
24
+ addSchema('FileShareOutput', FileShareOutput, '@pikku/addon-nextcloud');
25
+ import * as FileUploadInput from './schemas/FileUploadInput.schema.json' with { type: 'json' };
26
+ addSchema('FileUploadInput', FileUploadInput, '@pikku/addon-nextcloud');
27
+ import * as FileUploadOutput from './schemas/FileUploadOutput.schema.json' with { type: 'json' };
28
+ addSchema('FileUploadOutput', FileUploadOutput, '@pikku/addon-nextcloud');
29
+ import * as FolderCopyInput from './schemas/FolderCopyInput.schema.json' with { type: 'json' };
30
+ addSchema('FolderCopyInput', FolderCopyInput, '@pikku/addon-nextcloud');
31
+ import * as FolderCopyOutput from './schemas/FolderCopyOutput.schema.json' with { type: 'json' };
32
+ addSchema('FolderCopyOutput', FolderCopyOutput, '@pikku/addon-nextcloud');
33
+ import * as FolderCreateInput from './schemas/FolderCreateInput.schema.json' with { type: 'json' };
34
+ addSchema('FolderCreateInput', FolderCreateInput, '@pikku/addon-nextcloud');
35
+ import * as FolderCreateOutput from './schemas/FolderCreateOutput.schema.json' with { type: 'json' };
36
+ addSchema('FolderCreateOutput', FolderCreateOutput, '@pikku/addon-nextcloud');
37
+ import * as FolderDeleteInput from './schemas/FolderDeleteInput.schema.json' with { type: 'json' };
38
+ addSchema('FolderDeleteInput', FolderDeleteInput, '@pikku/addon-nextcloud');
39
+ import * as FolderDeleteOutput from './schemas/FolderDeleteOutput.schema.json' with { type: 'json' };
40
+ addSchema('FolderDeleteOutput', FolderDeleteOutput, '@pikku/addon-nextcloud');
41
+ import * as FolderListInput from './schemas/FolderListInput.schema.json' with { type: 'json' };
42
+ addSchema('FolderListInput', FolderListInput, '@pikku/addon-nextcloud');
43
+ import * as FolderListOutput from './schemas/FolderListOutput.schema.json' with { type: 'json' };
44
+ addSchema('FolderListOutput', FolderListOutput, '@pikku/addon-nextcloud');
45
+ import * as FolderMoveInput from './schemas/FolderMoveInput.schema.json' with { type: 'json' };
46
+ addSchema('FolderMoveInput', FolderMoveInput, '@pikku/addon-nextcloud');
47
+ import * as FolderMoveOutput from './schemas/FolderMoveOutput.schema.json' with { type: 'json' };
48
+ addSchema('FolderMoveOutput', FolderMoveOutput, '@pikku/addon-nextcloud');
49
+ import * as FolderShareInput from './schemas/FolderShareInput.schema.json' with { type: 'json' };
50
+ addSchema('FolderShareInput', FolderShareInput, '@pikku/addon-nextcloud');
51
+ import * as FolderShareOutput from './schemas/FolderShareOutput.schema.json' with { type: 'json' };
52
+ addSchema('FolderShareOutput', FolderShareOutput, '@pikku/addon-nextcloud');
53
+ import * as UserGetAllInput from './schemas/UserGetAllInput.schema.json' with { type: 'json' };
54
+ addSchema('UserGetAllInput', UserGetAllInput, '@pikku/addon-nextcloud');
55
+ import * as UserGetAllOutput from './schemas/UserGetAllOutput.schema.json' with { type: 'json' };
56
+ addSchema('UserGetAllOutput', UserGetAllOutput, '@pikku/addon-nextcloud');
57
+ import * as UserCreateInput from './schemas/UserCreateInput.schema.json' with { type: 'json' };
58
+ addSchema('UserCreateInput', UserCreateInput, '@pikku/addon-nextcloud');
59
+ import * as UserCreateOutput from './schemas/UserCreateOutput.schema.json' with { type: 'json' };
60
+ addSchema('UserCreateOutput', UserCreateOutput, '@pikku/addon-nextcloud');
61
+ import * as UserGetInput from './schemas/UserGetInput.schema.json' with { type: 'json' };
62
+ addSchema('UserGetInput', UserGetInput, '@pikku/addon-nextcloud');
63
+ import * as UserGetOutput from './schemas/UserGetOutput.schema.json' with { type: 'json' };
64
+ addSchema('UserGetOutput', UserGetOutput, '@pikku/addon-nextcloud');
65
+ import * as UserUpdateInput from './schemas/UserUpdateInput.schema.json' with { type: 'json' };
66
+ addSchema('UserUpdateInput', UserUpdateInput, '@pikku/addon-nextcloud');
67
+ import * as UserUpdateOutput from './schemas/UserUpdateOutput.schema.json' with { type: 'json' };
68
+ addSchema('UserUpdateOutput', UserUpdateOutput, '@pikku/addon-nextcloud');
69
+ import * as UserDeleteInput from './schemas/UserDeleteInput.schema.json' with { type: 'json' };
70
+ addSchema('UserDeleteInput', UserDeleteInput, '@pikku/addon-nextcloud');
71
+ import * as UserDeleteOutput from './schemas/UserDeleteOutput.schema.json' with { type: 'json' };
72
+ addSchema('UserDeleteOutput', UserDeleteOutput, '@pikku/addon-nextcloud');
73
+ import * as CredentialSchema_nextcloud from './schemas/CredentialSchema_nextcloud.schema.json' with { type: 'json' };
74
+ addSchema('CredentialSchema_nextcloud', CredentialSchema_nextcloud, '@pikku/addon-nextcloud');
75
+ import * as VariableSchema_NEXTCLOUD_BASE_URL from './schemas/VariableSchema_NEXTCLOUD_BASE_URL.schema.json' with { type: 'json' };
76
+ addSchema('VariableSchema_NEXTCLOUD_BASE_URL', VariableSchema_NEXTCLOUD_BASE_URL, '@pikku/addon-nextcloud');
77
+ //# 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,147 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { addSchema } from '@pikku/core/schema'
5
+
6
+ import * as FileCopyInput from './schemas/FileCopyInput.schema.json' with { type: 'json' }
7
+ addSchema('FileCopyInput', FileCopyInput, '@pikku/addon-nextcloud')
8
+
9
+
10
+ import * as FileCopyOutput from './schemas/FileCopyOutput.schema.json' with { type: 'json' }
11
+ addSchema('FileCopyOutput', FileCopyOutput, '@pikku/addon-nextcloud')
12
+
13
+
14
+ import * as FileDeleteInput from './schemas/FileDeleteInput.schema.json' with { type: 'json' }
15
+ addSchema('FileDeleteInput', FileDeleteInput, '@pikku/addon-nextcloud')
16
+
17
+
18
+ import * as FileDeleteOutput from './schemas/FileDeleteOutput.schema.json' with { type: 'json' }
19
+ addSchema('FileDeleteOutput', FileDeleteOutput, '@pikku/addon-nextcloud')
20
+
21
+
22
+ import * as FileDownloadInput from './schemas/FileDownloadInput.schema.json' with { type: 'json' }
23
+ addSchema('FileDownloadInput', FileDownloadInput, '@pikku/addon-nextcloud')
24
+
25
+
26
+ import * as FileDownloadOutput from './schemas/FileDownloadOutput.schema.json' with { type: 'json' }
27
+ addSchema('FileDownloadOutput', FileDownloadOutput, '@pikku/addon-nextcloud')
28
+
29
+
30
+ import * as FileMoveInput from './schemas/FileMoveInput.schema.json' with { type: 'json' }
31
+ addSchema('FileMoveInput', FileMoveInput, '@pikku/addon-nextcloud')
32
+
33
+
34
+ import * as FileMoveOutput from './schemas/FileMoveOutput.schema.json' with { type: 'json' }
35
+ addSchema('FileMoveOutput', FileMoveOutput, '@pikku/addon-nextcloud')
36
+
37
+
38
+ import * as FileShareInput from './schemas/FileShareInput.schema.json' with { type: 'json' }
39
+ addSchema('FileShareInput', FileShareInput, '@pikku/addon-nextcloud')
40
+
41
+
42
+ import * as FileShareOutput from './schemas/FileShareOutput.schema.json' with { type: 'json' }
43
+ addSchema('FileShareOutput', FileShareOutput, '@pikku/addon-nextcloud')
44
+
45
+
46
+ import * as FileUploadInput from './schemas/FileUploadInput.schema.json' with { type: 'json' }
47
+ addSchema('FileUploadInput', FileUploadInput, '@pikku/addon-nextcloud')
48
+
49
+
50
+ import * as FileUploadOutput from './schemas/FileUploadOutput.schema.json' with { type: 'json' }
51
+ addSchema('FileUploadOutput', FileUploadOutput, '@pikku/addon-nextcloud')
52
+
53
+
54
+ import * as FolderCopyInput from './schemas/FolderCopyInput.schema.json' with { type: 'json' }
55
+ addSchema('FolderCopyInput', FolderCopyInput, '@pikku/addon-nextcloud')
56
+
57
+
58
+ import * as FolderCopyOutput from './schemas/FolderCopyOutput.schema.json' with { type: 'json' }
59
+ addSchema('FolderCopyOutput', FolderCopyOutput, '@pikku/addon-nextcloud')
60
+
61
+
62
+ import * as FolderCreateInput from './schemas/FolderCreateInput.schema.json' with { type: 'json' }
63
+ addSchema('FolderCreateInput', FolderCreateInput, '@pikku/addon-nextcloud')
64
+
65
+
66
+ import * as FolderCreateOutput from './schemas/FolderCreateOutput.schema.json' with { type: 'json' }
67
+ addSchema('FolderCreateOutput', FolderCreateOutput, '@pikku/addon-nextcloud')
68
+
69
+
70
+ import * as FolderDeleteInput from './schemas/FolderDeleteInput.schema.json' with { type: 'json' }
71
+ addSchema('FolderDeleteInput', FolderDeleteInput, '@pikku/addon-nextcloud')
72
+
73
+
74
+ import * as FolderDeleteOutput from './schemas/FolderDeleteOutput.schema.json' with { type: 'json' }
75
+ addSchema('FolderDeleteOutput', FolderDeleteOutput, '@pikku/addon-nextcloud')
76
+
77
+
78
+ import * as FolderListInput from './schemas/FolderListInput.schema.json' with { type: 'json' }
79
+ addSchema('FolderListInput', FolderListInput, '@pikku/addon-nextcloud')
80
+
81
+
82
+ import * as FolderListOutput from './schemas/FolderListOutput.schema.json' with { type: 'json' }
83
+ addSchema('FolderListOutput', FolderListOutput, '@pikku/addon-nextcloud')
84
+
85
+
86
+ import * as FolderMoveInput from './schemas/FolderMoveInput.schema.json' with { type: 'json' }
87
+ addSchema('FolderMoveInput', FolderMoveInput, '@pikku/addon-nextcloud')
88
+
89
+
90
+ import * as FolderMoveOutput from './schemas/FolderMoveOutput.schema.json' with { type: 'json' }
91
+ addSchema('FolderMoveOutput', FolderMoveOutput, '@pikku/addon-nextcloud')
92
+
93
+
94
+ import * as FolderShareInput from './schemas/FolderShareInput.schema.json' with { type: 'json' }
95
+ addSchema('FolderShareInput', FolderShareInput, '@pikku/addon-nextcloud')
96
+
97
+
98
+ import * as FolderShareOutput from './schemas/FolderShareOutput.schema.json' with { type: 'json' }
99
+ addSchema('FolderShareOutput', FolderShareOutput, '@pikku/addon-nextcloud')
100
+
101
+
102
+ import * as UserGetAllInput from './schemas/UserGetAllInput.schema.json' with { type: 'json' }
103
+ addSchema('UserGetAllInput', UserGetAllInput, '@pikku/addon-nextcloud')
104
+
105
+
106
+ import * as UserGetAllOutput from './schemas/UserGetAllOutput.schema.json' with { type: 'json' }
107
+ addSchema('UserGetAllOutput', UserGetAllOutput, '@pikku/addon-nextcloud')
108
+
109
+
110
+ import * as UserCreateInput from './schemas/UserCreateInput.schema.json' with { type: 'json' }
111
+ addSchema('UserCreateInput', UserCreateInput, '@pikku/addon-nextcloud')
112
+
113
+
114
+ import * as UserCreateOutput from './schemas/UserCreateOutput.schema.json' with { type: 'json' }
115
+ addSchema('UserCreateOutput', UserCreateOutput, '@pikku/addon-nextcloud')
116
+
117
+
118
+ import * as UserGetInput from './schemas/UserGetInput.schema.json' with { type: 'json' }
119
+ addSchema('UserGetInput', UserGetInput, '@pikku/addon-nextcloud')
120
+
121
+
122
+ import * as UserGetOutput from './schemas/UserGetOutput.schema.json' with { type: 'json' }
123
+ addSchema('UserGetOutput', UserGetOutput, '@pikku/addon-nextcloud')
124
+
125
+
126
+ import * as UserUpdateInput from './schemas/UserUpdateInput.schema.json' with { type: 'json' }
127
+ addSchema('UserUpdateInput', UserUpdateInput, '@pikku/addon-nextcloud')
128
+
129
+
130
+ import * as UserUpdateOutput from './schemas/UserUpdateOutput.schema.json' with { type: 'json' }
131
+ addSchema('UserUpdateOutput', UserUpdateOutput, '@pikku/addon-nextcloud')
132
+
133
+
134
+ import * as UserDeleteInput from './schemas/UserDeleteInput.schema.json' with { type: 'json' }
135
+ addSchema('UserDeleteInput', UserDeleteInput, '@pikku/addon-nextcloud')
136
+
137
+
138
+ import * as UserDeleteOutput from './schemas/UserDeleteOutput.schema.json' with { type: 'json' }
139
+ addSchema('UserDeleteOutput', UserDeleteOutput, '@pikku/addon-nextcloud')
140
+
141
+
142
+ import * as CredentialSchema_nextcloud from './schemas/CredentialSchema_nextcloud.schema.json' with { type: 'json' }
143
+ addSchema('CredentialSchema_nextcloud', CredentialSchema_nextcloud, '@pikku/addon-nextcloud')
144
+
145
+
146
+ import * as VariableSchema_NEXTCLOUD_BASE_URL from './schemas/VariableSchema_NEXTCLOUD_BASE_URL.schema.json' with { type: 'json' }
147
+ addSchema('VariableSchema_NEXTCLOUD_BASE_URL', VariableSchema_NEXTCLOUD_BASE_URL, '@pikku/addon-nextcloud')
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"apiKey":{"type":"string","description":"Nextcloud API key"}},"required":["apiKey"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"path":{"type":"string"},"toPath":{"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":{"path":{"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":{"path":{"type":"string"},"binaryPropertyName":{"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":{"path":{"type":"string"},"toPath":{"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":{"path":{"type":"string"},"shareType":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"shareWith":{"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":{"path":{"type":"string"},"fileContent":{"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":{"path":{"type":"string"},"toPath":{"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":{"path":{"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":{"path":{"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":{"path":{"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":{"path":{"type":"string"},"toPath":{"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":{"path":{"type":"string"},"shareType":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"shareWith":{"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":{"userid":{"type":"string"},"email":{"type":"string"},"displayName":{"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":{"userid":{"type":"string"}},"required":["userid"],"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":{"search":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"offset":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"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":{"userid":{"type":"string"}},"required":["userid"],"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":{"userid":{"type":"string"},"key":{"type":"string"},"value":{"type":"string"}},"required":["userid"],"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://nextcloud.example.com","type":"string","enum":["https://nextcloud.example.com"]}
@@ -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
+ }