@pikku/addon-graph 0.12.0 → 0.12.4

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 (231) hide show
  1. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +2 -2
  2. package/dist/.pikku/addon/pikku-addon-types.gen.js +2 -2
  3. package/dist/.pikku/addon/pikku-package.gen.js +1 -1
  4. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +1 -1
  5. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  6. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  7. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  8. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  9. package/dist/.pikku/function/pikku-function-types.gen.d.ts +57 -70
  10. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -1
  11. package/dist/.pikku/function/pikku-function-types.gen.js +67 -43
  12. package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -1
  13. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  14. package/dist/.pikku/function/pikku-functions-meta.gen.json +476 -449
  15. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  16. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  17. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  18. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  19. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  20. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  21. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  22. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  23. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  24. package/dist/.pikku/pikku-services.gen.d.ts +8 -3
  25. package/dist/.pikku/pikku-services.gen.d.ts.map +1 -1
  26. package/dist/.pikku/pikku-services.gen.js +6 -1
  27. package/dist/.pikku/pikku-services.gen.js.map +1 -1
  28. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  29. package/dist/.pikku/pikku-types.gen.js +1 -1
  30. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  31. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  32. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +11 -3
  33. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +12 -4
  34. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  35. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +26 -26
  36. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  37. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  38. package/dist/.pikku/schemas/register.gen.js +3 -1
  39. package/dist/.pikku/schemas/register.gen.js.map +1 -1
  40. package/dist/.pikku/schemas/schemas/AggregateInput.schema.json +1 -1
  41. package/dist/.pikku/schemas/schemas/AggregateOutput.schema.json +1 -1
  42. package/dist/.pikku/schemas/schemas/ChunkInput.schema.json +1 -1
  43. package/dist/.pikku/schemas/schemas/ChunkOutput.schema.json +1 -1
  44. package/dist/.pikku/schemas/schemas/CoalesceInput.schema.json +1 -1
  45. package/dist/.pikku/schemas/schemas/CoalesceOutput.schema.json +1 -1
  46. package/dist/.pikku/schemas/schemas/CryptoInput.schema.json +1 -1
  47. package/dist/.pikku/schemas/schemas/CryptoOutput.schema.json +1 -1
  48. package/dist/.pikku/schemas/schemas/DateTimeInput.schema.json +1 -1
  49. package/dist/.pikku/schemas/schemas/DateTimeOutput.schema.json +1 -1
  50. package/dist/.pikku/schemas/schemas/EditFieldsInput.schema.json +1 -1
  51. package/dist/.pikku/schemas/schemas/EditFieldsOutput.schema.json +1 -1
  52. package/dist/.pikku/schemas/schemas/FindInput.schema.json +1 -1
  53. package/dist/.pikku/schemas/schemas/FindOutput.schema.json +1 -1
  54. package/dist/.pikku/schemas/schemas/GroupByInput.schema.json +1 -1
  55. package/dist/.pikku/schemas/schemas/GroupByOutput.schema.json +1 -1
  56. package/dist/.pikku/schemas/schemas/JwtDecodeInput.schema.json +1 -1
  57. package/dist/.pikku/schemas/schemas/JwtDecodeOutput.schema.json +1 -1
  58. package/dist/.pikku/schemas/schemas/JwtSignInput.schema.json +1 -1
  59. package/dist/.pikku/schemas/schemas/JwtSignOutput.schema.json +1 -1
  60. package/dist/.pikku/schemas/schemas/LimitInput.schema.json +1 -1
  61. package/dist/.pikku/schemas/schemas/LimitOutput.schema.json +1 -1
  62. package/dist/.pikku/schemas/schemas/MathInput.schema.json +1 -1
  63. package/dist/.pikku/schemas/schemas/MathOutput.schema.json +1 -1
  64. package/dist/.pikku/schemas/schemas/MergeInput.schema.json +1 -1
  65. package/dist/.pikku/schemas/schemas/MergeOutput.schema.json +1 -1
  66. package/dist/.pikku/schemas/schemas/OmitInput.schema.json +1 -1
  67. package/dist/.pikku/schemas/schemas/OmitOutput.schema.json +1 -1
  68. package/dist/.pikku/schemas/schemas/PickInput.schema.json +1 -1
  69. package/dist/.pikku/schemas/schemas/PickOutput.schema.json +1 -1
  70. package/dist/.pikku/schemas/schemas/RemoveDuplicatesInput.schema.json +1 -1
  71. package/dist/.pikku/schemas/schemas/RemoveDuplicatesOutput.schema.json +1 -1
  72. package/dist/.pikku/schemas/schemas/RenameKeysInput.schema.json +1 -1
  73. package/dist/.pikku/schemas/schemas/RenameKeysOutput.schema.json +1 -1
  74. package/dist/.pikku/schemas/schemas/ReverseInput.schema.json +1 -1
  75. package/dist/.pikku/schemas/schemas/ReverseOutput.schema.json +1 -1
  76. package/dist/.pikku/schemas/schemas/SleepInput.schema.json +1 -1
  77. package/dist/.pikku/schemas/schemas/SleepOutput.schema.json +1 -0
  78. package/dist/.pikku/schemas/schemas/SortInput.schema.json +1 -1
  79. package/dist/.pikku/schemas/schemas/SortOutput.schema.json +1 -1
  80. package/dist/.pikku/schemas/schemas/SplitOutInput.schema.json +1 -1
  81. package/dist/.pikku/schemas/schemas/SplitOutOutput.schema.json +1 -1
  82. package/dist/.pikku/schemas/schemas/StringTransformInput.schema.json +1 -1
  83. package/dist/.pikku/schemas/schemas/StringTransformOutput.schema.json +1 -1
  84. package/dist/.pikku/schemas/schemas/SummarizeInput.schema.json +1 -1
  85. package/dist/.pikku/schemas/schemas/SummarizeOutput.schema.json +1 -1
  86. package/dist/.pikku/schemas/schemas/TypeConvertInput.schema.json +1 -1
  87. package/dist/.pikku/schemas/schemas/TypeConvertOutput.schema.json +1 -1
  88. package/dist/.pikku/schemas/schemas/UniqueInput.schema.json +1 -1
  89. package/dist/.pikku/schemas/schemas/UniqueOutput.schema.json +1 -1
  90. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  91. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  92. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  93. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  94. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  95. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  96. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  97. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  98. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  99. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  100. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +1 -1
  101. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  102. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  103. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  104. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
  105. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  106. package/dist/src/functions/data/sleep.function.d.ts +1 -0
  107. package/dist/src/functions/data/sleep.function.d.ts.map +1 -1
  108. package/dist/src/functions/data/sleep.function.js +2 -1
  109. package/dist/src/functions/data/sleep.function.js.map +1 -1
  110. package/package.json +15 -17
  111. package/.pikku/addon/pikku-addon-types.gen.ts +0 -105
  112. package/.pikku/addon/pikku-package.gen.ts +0 -11
  113. package/.pikku/agent/pikku-agent-map.gen.d.ts +0 -4
  114. package/.pikku/agent/pikku-agent-types.gen.ts +0 -82
  115. package/.pikku/channel/pikku-channel-types.gen.ts +0 -177
  116. package/.pikku/cli/pikku-cli-types.gen.ts +0 -105
  117. package/.pikku/console/pikku-addon-meta.gen.json +0 -281
  118. package/.pikku/console/pikku-node-types.gen.ts +0 -8
  119. package/.pikku/function/pikku-function-types.gen.ts +0 -684
  120. package/.pikku/function/pikku-functions-meta-verbose.gen.json +0 -660
  121. package/.pikku/function/pikku-functions-meta.gen.json +0 -450
  122. package/.pikku/function/pikku-functions-meta.gen.ts +0 -7
  123. package/.pikku/function/pikku-functions.gen.ts +0 -56
  124. package/.pikku/http/pikku-http-types.gen.ts +0 -147
  125. package/.pikku/mcp/pikku-mcp-types.gen.ts +0 -183
  126. package/.pikku/pikku-bootstrap.gen.ts +0 -8
  127. package/.pikku/pikku-meta-service.gen.ts +0 -10
  128. package/.pikku/pikku-services.gen.ts +0 -39
  129. package/.pikku/pikku-types.gen.ts +0 -21
  130. package/.pikku/queue/pikku-queue-types.gen.ts +0 -27
  131. package/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +0 -488
  132. package/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +0 -513
  133. package/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +0 -27
  134. package/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +0 -6
  135. package/.pikku/scheduler/pikku-scheduler-types.gen.ts +0 -25
  136. package/.pikku/schemas/register.gen.ts +0 -199
  137. package/.pikku/schemas/schemas/AggregateInput.schema.json +0 -1
  138. package/.pikku/schemas/schemas/AggregateOutput.schema.json +0 -1
  139. package/.pikku/schemas/schemas/ChunkInput.schema.json +0 -1
  140. package/.pikku/schemas/schemas/ChunkOutput.schema.json +0 -1
  141. package/.pikku/schemas/schemas/CoalesceInput.schema.json +0 -1
  142. package/.pikku/schemas/schemas/CoalesceOutput.schema.json +0 -1
  143. package/.pikku/schemas/schemas/CryptoInput.schema.json +0 -1
  144. package/.pikku/schemas/schemas/CryptoOutput.schema.json +0 -1
  145. package/.pikku/schemas/schemas/DateTimeInput.schema.json +0 -1
  146. package/.pikku/schemas/schemas/DateTimeOutput.schema.json +0 -1
  147. package/.pikku/schemas/schemas/EditFieldsInput.schema.json +0 -1
  148. package/.pikku/schemas/schemas/EditFieldsOutput.schema.json +0 -1
  149. package/.pikku/schemas/schemas/FindInput.schema.json +0 -1
  150. package/.pikku/schemas/schemas/FindOutput.schema.json +0 -1
  151. package/.pikku/schemas/schemas/GroupByInput.schema.json +0 -1
  152. package/.pikku/schemas/schemas/GroupByOutput.schema.json +0 -1
  153. package/.pikku/schemas/schemas/JwtDecodeInput.schema.json +0 -1
  154. package/.pikku/schemas/schemas/JwtDecodeOutput.schema.json +0 -1
  155. package/.pikku/schemas/schemas/JwtSignInput.schema.json +0 -1
  156. package/.pikku/schemas/schemas/JwtSignOutput.schema.json +0 -1
  157. package/.pikku/schemas/schemas/LimitInput.schema.json +0 -1
  158. package/.pikku/schemas/schemas/LimitOutput.schema.json +0 -1
  159. package/.pikku/schemas/schemas/MathInput.schema.json +0 -1
  160. package/.pikku/schemas/schemas/MathOutput.schema.json +0 -1
  161. package/.pikku/schemas/schemas/MergeInput.schema.json +0 -1
  162. package/.pikku/schemas/schemas/MergeOutput.schema.json +0 -1
  163. package/.pikku/schemas/schemas/OmitInput.schema.json +0 -1
  164. package/.pikku/schemas/schemas/OmitOutput.schema.json +0 -1
  165. package/.pikku/schemas/schemas/PickInput.schema.json +0 -1
  166. package/.pikku/schemas/schemas/PickOutput.schema.json +0 -1
  167. package/.pikku/schemas/schemas/RemoveDuplicatesInput.schema.json +0 -1
  168. package/.pikku/schemas/schemas/RemoveDuplicatesOutput.schema.json +0 -1
  169. package/.pikku/schemas/schemas/RenameKeysInput.schema.json +0 -1
  170. package/.pikku/schemas/schemas/RenameKeysOutput.schema.json +0 -1
  171. package/.pikku/schemas/schemas/ReverseInput.schema.json +0 -1
  172. package/.pikku/schemas/schemas/ReverseOutput.schema.json +0 -1
  173. package/.pikku/schemas/schemas/SleepInput.schema.json +0 -1
  174. package/.pikku/schemas/schemas/SortInput.schema.json +0 -1
  175. package/.pikku/schemas/schemas/SortOutput.schema.json +0 -1
  176. package/.pikku/schemas/schemas/SplitOutInput.schema.json +0 -1
  177. package/.pikku/schemas/schemas/SplitOutOutput.schema.json +0 -1
  178. package/.pikku/schemas/schemas/StringTransformInput.schema.json +0 -1
  179. package/.pikku/schemas/schemas/StringTransformOutput.schema.json +0 -1
  180. package/.pikku/schemas/schemas/SummarizeInput.schema.json +0 -1
  181. package/.pikku/schemas/schemas/SummarizeOutput.schema.json +0 -1
  182. package/.pikku/schemas/schemas/TypeConvertInput.schema.json +0 -1
  183. package/.pikku/schemas/schemas/TypeConvertOutput.schema.json +0 -1
  184. package/.pikku/schemas/schemas/UniqueInput.schema.json +0 -1
  185. package/.pikku/schemas/schemas/UniqueOutput.schema.json +0 -1
  186. package/.pikku/secrets/pikku-secret-types.gen.ts +0 -5
  187. package/.pikku/secrets/pikku-secrets-meta.gen.json +0 -1
  188. package/.pikku/secrets/pikku-secrets.gen.ts +0 -21
  189. package/.pikku/trigger/pikku-trigger-types.gen.ts +0 -160
  190. package/.pikku/variables/pikku-variable-types.gen.ts +0 -5
  191. package/.pikku/variables/pikku-variables-meta.gen.json +0 -1
  192. package/.pikku/variables/pikku-variables.gen.ts +0 -21
  193. package/.pikku/workflow/pikku-workflow-map.gen.d.ts +0 -38
  194. package/.pikku/workflow/pikku-workflow-types.gen.ts +0 -167
  195. package/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +0 -9
  196. package/.pikku/workflow/pikku-workflow-wirings.gen.ts +0 -3
  197. package/dist/.pikku/addon/pikku-addon-types.gen.ts +0 -105
  198. package/dist/.pikku/addon/pikku-package.gen.ts +0 -11
  199. package/dist/.pikku/agent/pikku-agent-types.gen.ts +0 -82
  200. package/dist/.pikku/channel/pikku-channel-types.gen.ts +0 -177
  201. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +0 -78
  202. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts.map +0 -1
  203. package/dist/.pikku/cli/pikku-cli-types.gen.js +0 -61
  204. package/dist/.pikku/cli/pikku-cli-types.gen.js.map +0 -1
  205. package/dist/.pikku/cli/pikku-cli-types.gen.ts +0 -105
  206. package/dist/.pikku/console/pikku-addon-meta.gen.json +0 -281
  207. package/dist/.pikku/console/pikku-node-types.gen.ts +0 -8
  208. package/dist/.pikku/function/pikku-function-types.gen.ts +0 -684
  209. package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +0 -660
  210. package/dist/.pikku/function/pikku-functions-meta.gen.ts +0 -7
  211. package/dist/.pikku/function/pikku-functions.gen.ts +0 -56
  212. package/dist/.pikku/http/pikku-http-types.gen.ts +0 -147
  213. package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +0 -183
  214. package/dist/.pikku/pikku-bootstrap.gen.ts +0 -8
  215. package/dist/.pikku/pikku-meta-service.gen.ts +0 -10
  216. package/dist/.pikku/pikku-services.gen.ts +0 -39
  217. package/dist/.pikku/pikku-types.gen.ts +0 -21
  218. package/dist/.pikku/queue/pikku-queue-types.gen.ts +0 -27
  219. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +0 -6
  220. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +0 -25
  221. package/dist/.pikku/schemas/register.gen.ts +0 -199
  222. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +0 -5
  223. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +0 -1
  224. package/dist/.pikku/secrets/pikku-secrets.gen.ts +0 -21
  225. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +0 -160
  226. package/dist/.pikku/variables/pikku-variable-types.gen.ts +0 -5
  227. package/dist/.pikku/variables/pikku-variables-meta.gen.json +0 -1
  228. package/dist/.pikku/variables/pikku-variables.gen.ts +0 -21
  229. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +0 -167
  230. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +0 -9
  231. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +0 -3
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /* Import and register functions used by RPCs */
5
5
  import { addFunction } from '@pikku/core/function';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './function/pikku-functions-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './function/pikku-functions-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  import { LocalMetaService } from '@pikku/core/services/local-meta';
5
5
  export declare class PikkuMetaService extends LocalMetaService {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  import { LocalMetaService } from '@pikku/core/services/local-meta';
5
5
  export class PikkuMetaService extends LocalMetaService {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  import type { SingletonServices } from '../types/application-types.d.js';
5
5
  import type { Services } from '../types/application-types.d.js';
@@ -8,23 +8,28 @@ export declare const requiredSingletonServices: {
8
8
  readonly aiAgentRunner: false;
9
9
  readonly aiRunState: false;
10
10
  readonly aiStorage: false;
11
+ readonly audit: false;
12
+ readonly auditLog: false;
11
13
  readonly config: true;
12
14
  readonly content: false;
13
15
  readonly credentialService: false;
14
16
  readonly deploymentService: false;
15
- readonly jwt: true;
17
+ readonly emailService: false;
18
+ readonly eventHub: false;
19
+ readonly jwt: false;
16
20
  readonly logger: true;
17
21
  readonly metaService: false;
18
22
  readonly queueService: false;
19
23
  readonly schedulerService: false;
20
24
  readonly schema: true;
21
25
  readonly secrets: true;
26
+ readonly sessionStore: false;
22
27
  readonly variables: true;
23
28
  readonly workflowRunService: false;
24
29
  readonly workflowService: false;
25
30
  };
26
31
  export declare const requiredWireServices: {};
27
- export type RequiredSingletonServices = Pick<SingletonServices, 'config' | 'jwt' | 'logger' | 'schema' | 'secrets' | 'variables'> & Partial<Omit<SingletonServices, 'config' | 'jwt' | 'logger' | 'schema' | 'secrets' | 'variables'>>;
32
+ export type RequiredSingletonServices = Required<Pick<SingletonServices, 'config' | 'logger' | 'schema' | 'secrets' | 'variables'>> & Partial<Omit<SingletonServices, 'config' | 'logger' | 'schema' | 'secrets' | 'variables'>>;
28
33
  export type RequiredWireServices = Partial<Services>;
29
34
  export declare const requiredParentServices: readonly ["jwt"];
30
35
  //# sourceMappingURL=pikku-services.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pikku-services.gen.d.ts","sourceRoot":"","sources":["../../.pikku/pikku-services.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAA;AAG/D,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;CAmB5B,CAAA;AAGV,eAAO,MAAM,oBAAoB,IACvB,CAAA;AAGV,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC,CAAC,CAAA;AAEtO,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAA;AAGpD,eAAO,MAAM,sBAAsB,kBAAmB,CAAA"}
1
+ {"version":3,"file":"pikku-services.gen.d.ts","sourceRoot":"","sources":["../../.pikku/pikku-services.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAA;AAG/D,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;CAwB5B,CAAA;AAGV,eAAO,MAAM,oBAAoB,IACvB,CAAA;AAGV,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAAC,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC,CAAC,CAAA;AAEhO,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAA;AAGpD,eAAO,MAAM,sBAAsB,kBAAmB,CAAA"}
@@ -4,17 +4,22 @@ export const requiredSingletonServices = {
4
4
  'aiAgentRunner': false,
5
5
  'aiRunState': false,
6
6
  'aiStorage': false,
7
+ 'audit': false,
8
+ 'auditLog': false,
7
9
  'config': true,
8
10
  'content': false,
9
11
  'credentialService': false,
10
12
  'deploymentService': false,
11
- 'jwt': true,
13
+ 'emailService': false,
14
+ 'eventHub': false,
15
+ 'jwt': false,
12
16
  'logger': true,
13
17
  'metaService': false,
14
18
  'queueService': false,
15
19
  'schedulerService': false,
16
20
  'schema': true,
17
21
  'secrets': true,
22
+ 'sessionStore': false,
18
23
  'variables': true,
19
24
  'workflowRunService': false,
20
25
  'workflowService': false,
@@ -1 +1 @@
1
- {"version":3,"file":"pikku-services.gen.js","sourceRoot":"","sources":["../../.pikku/pikku-services.gen.ts"],"names":[],"mappings":"AAMA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,iBAAiB,EAAE,KAAK;IACxB,eAAe,EAAE,KAAK;IACtB,YAAY,EAAE,KAAK;IACnB,WAAW,EAAE,KAAK;IAClB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,KAAK;IAChB,mBAAmB,EAAE,KAAK;IAC1B,mBAAmB,EAAE,KAAK;IAC1B,KAAK,EAAE,IAAI;IACX,QAAQ,EAAE,IAAI;IACd,aAAa,EAAE,KAAK;IACpB,cAAc,EAAE,KAAK;IACrB,kBAAkB,EAAE,KAAK;IACzB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;IACjB,oBAAoB,EAAE,KAAK;IAC3B,iBAAiB,EAAE,KAAK;CAChB,CAAA;AAEV,qEAAqE;AACrE,MAAM,CAAC,MAAM,oBAAoB,GAAG,EAC1B,CAAA;AAOV,oDAAoD;AACpD,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,KAAK,CAAU,CAAA"}
1
+ {"version":3,"file":"pikku-services.gen.js","sourceRoot":"","sources":["../../.pikku/pikku-services.gen.ts"],"names":[],"mappings":"AAMA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,iBAAiB,EAAE,KAAK;IACxB,eAAe,EAAE,KAAK;IACtB,YAAY,EAAE,KAAK;IACnB,WAAW,EAAE,KAAK;IAClB,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,KAAK;IAChB,mBAAmB,EAAE,KAAK;IAC1B,mBAAmB,EAAE,KAAK;IAC1B,cAAc,EAAE,KAAK;IACrB,UAAU,EAAE,KAAK;IACjB,KAAK,EAAE,KAAK;IACZ,QAAQ,EAAE,IAAI;IACd,aAAa,EAAE,KAAK;IACpB,cAAc,EAAE,KAAK;IACrB,kBAAkB,EAAE,KAAK;IACzB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,cAAc,EAAE,KAAK;IACrB,WAAW,EAAE,IAAI;IACjB,oBAAoB,EAAE,KAAK;IAC3B,iBAAiB,EAAE,KAAK;CAChB,CAAA;AAEV,qEAAqE;AACrE,MAAM,CAAC,MAAM,oBAAoB,GAAG,EAC1B,CAAA;AAOV,oDAAoD;AACpD,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,KAAK,CAAU,CAAA"}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * Main type export hub - re-exports all wiring-specific types
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * Main type export hub - re-exports all wiring-specific types
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * Queue-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * Queue-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * This provides the structure needed for typescript to be aware of RPCs and their return types
@@ -300,6 +300,7 @@ export type SleepInput = {
300
300
  /** Duration to sleep in milliseconds */
301
301
  ms: number;
302
302
  }
303
+ export type SleepOutput = void | undefined
303
304
  export type SortInput = {
304
305
  /** The array of items to sort */
305
306
  items: {
@@ -424,15 +425,22 @@ export type RPCMap = {
424
425
  // No addon packages, use RPCMap directly
425
426
  export type FlattenedRPCMap = RPCMap
426
427
 
428
+ type IsAny<T> = 0 extends (1 & T) ? true : false
429
+ type IsVoidishInput<T> = IsAny<T> extends true
430
+ ? false
431
+ : [T] extends [void | null | undefined]
432
+ ? true
433
+ : false
434
+
427
435
 
428
436
  export type RPCInvoke = <Name extends keyof FlattenedRPCMap>(
429
- ...args: FlattenedRPCMap[Name]['input'] extends void | null
437
+ ...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
430
438
  ? [name: Name]
431
439
  : [name: Name, data: FlattenedRPCMap[Name]['input']]
432
440
  ) => Promise<FlattenedRPCMap[Name]['output']>
433
441
 
434
442
  export type RPCRemote = <Name extends keyof FlattenedRPCMap>(
435
- ...args: FlattenedRPCMap[Name]['input'] extends void | null
443
+ ...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
436
444
  ? [name: Name]
437
445
  : [name: Name, data: FlattenedRPCMap[Name]['input']]
438
446
  ) => Promise<FlattenedRPCMap[Name]['output']>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * This provides the structure needed for typescript to be aware of RPCs and their return types
@@ -300,6 +300,7 @@ export type SleepInput = {
300
300
  /** Duration to sleep in milliseconds */
301
301
  ms: number;
302
302
  }
303
+ export type SleepOutput = void | undefined
303
304
  export type SortInput = {
304
305
  /** The array of items to sort */
305
306
  items: {
@@ -434,7 +435,7 @@ export type RPCMap = {
434
435
  readonly 'jwtSign': RPCHandler<JwtSignInput, JwtSignOutput>,
435
436
  readonly 'jwtDecode': RPCHandler<JwtDecodeInput, JwtDecodeOutput>,
436
437
  readonly 'math': RPCHandler<MathInput, MathOutput>,
437
- readonly 'sleep': RPCHandler<SleepInput, null>,
438
+ readonly 'sleep': RPCHandler<SleepInput, SleepOutput>,
438
439
  readonly 'stringTransform': RPCHandler<StringTransformInput, StringTransformOutput>,
439
440
  readonly 'typeConvert': RPCHandler<TypeConvertInput, TypeConvertOutput>,
440
441
  readonly 'editFields': RPCHandler<EditFieldsInput, EditFieldsOutput>,
@@ -449,15 +450,22 @@ export type RPCMap = {
449
450
  // No addon packages, use RPCMap directly
450
451
  export type FlattenedRPCMap = RPCMap
451
452
 
453
+ type IsAny<T> = 0 extends (1 & T) ? true : false
454
+ type IsVoidishInput<T> = IsAny<T> extends true
455
+ ? false
456
+ : [T] extends [void | null | undefined]
457
+ ? true
458
+ : false
459
+
452
460
 
453
461
  export type RPCInvoke = <Name extends keyof FlattenedRPCMap>(
454
- ...args: FlattenedRPCMap[Name]['input'] extends void | null
462
+ ...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
455
463
  ? [name: Name]
456
464
  : [name: Name, data: FlattenedRPCMap[Name]['input']]
457
465
  ) => Promise<FlattenedRPCMap[Name]['output']>
458
466
 
459
467
  export type RPCRemote = <Name extends keyof FlattenedRPCMap>(
460
- ...args: FlattenedRPCMap[Name]['input'] extends void | null
468
+ ...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
461
469
  ? [name: Name]
462
470
  : [name: Name, data: FlattenedRPCMap[Name]['input']]
463
471
  ) => Promise<FlattenedRPCMap[Name]['output']>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-rpc-wirings-meta.internal.gen.json' with { type: 'json' };
@@ -1,27 +1,27 @@
1
1
  {
2
- "aggregate": "aggregate",
3
- "chunk": "chunk",
4
- "find": "find",
5
- "groupBy": "groupBy",
6
- "limit": "limit",
7
- "removeDuplicates": "removeDuplicates",
8
- "reverse": "reverse",
9
- "sort": "sort",
10
- "splitOut": "splitOut",
11
- "summarize": "summarize",
12
- "unique": "unique",
13
- "coalesce": "coalesce",
14
- "crypto": "crypto",
15
- "dateTime": "dateTime",
16
- "jwtSign": "jwtSign",
17
- "jwtDecode": "jwtDecode",
18
- "math": "math",
19
- "sleep": "sleep",
20
- "stringTransform": "stringTransform",
21
- "typeConvert": "typeConvert",
22
- "editFields": "editFields",
23
- "merge": "merge",
24
- "omit": "omit",
25
- "pick": "pick",
26
- "renameKeys": "renameKeys"
27
- }
2
+ "aggregate": "aggregate",
3
+ "chunk": "chunk",
4
+ "find": "find",
5
+ "groupBy": "groupBy",
6
+ "limit": "limit",
7
+ "removeDuplicates": "removeDuplicates",
8
+ "reverse": "reverse",
9
+ "sort": "sort",
10
+ "splitOut": "splitOut",
11
+ "summarize": "summarize",
12
+ "unique": "unique",
13
+ "coalesce": "coalesce",
14
+ "crypto": "crypto",
15
+ "dateTime": "dateTime",
16
+ "jwtSign": "jwtSign",
17
+ "jwtDecode": "jwtDecode",
18
+ "math": "math",
19
+ "sleep": "sleep",
20
+ "stringTransform": "stringTransform",
21
+ "typeConvert": "typeConvert",
22
+ "editFields": "editFields",
23
+ "merge": "merge",
24
+ "omit": "omit",
25
+ "pick": "pick",
26
+ "renameKeys": "renameKeys"
27
+ }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * Scheduler-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  /**
5
5
  * Scheduler-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.19
2
+ * This file was generated by @pikku/cli@0.12.46
3
3
  */
4
4
  import { addSchema } from '@pikku/core/schema';
5
5
  import * as AggregateInput from './schemas/AggregateInput.schema.json' with { type: 'json' };
@@ -72,6 +72,8 @@ import * as MathOutput from './schemas/MathOutput.schema.json' with { type: 'jso
72
72
  addSchema('MathOutput', MathOutput, '@pikku/addon-graph');
73
73
  import * as SleepInput from './schemas/SleepInput.schema.json' with { type: 'json' };
74
74
  addSchema('SleepInput', SleepInput, '@pikku/addon-graph');
75
+ import * as SleepOutput from './schemas/SleepOutput.schema.json' with { type: 'json' };
76
+ addSchema('SleepOutput', SleepOutput, '@pikku/addon-graph');
75
77
  import * as StringTransformInput from './schemas/StringTransformInput.schema.json' with { type: 'json' };
76
78
  addSchema('StringTransformInput', StringTransformInput, '@pikku/addon-graph');
77
79
  import * as StringTransformOutput from './schemas/StringTransformOutput.schema.json' with { type: 'json' };
@@ -1 +1 @@
1
- {"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"description":"The array of items to aggregate"},"field":{"type":"string","description":"The field path to collect values from"},"outputField":{"description":"The name of the output field containing the list","type":"string"},"unique":{"description":"Only include unique values","type":"boolean"}},"required":["items","field"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array of items to aggregate" }, "field": { "type": "string", "description": "The field path to collect values from" }, "outputField": { "description": "The name of the output field containing the list", "type": "string" }, "unique": { "description": "Only include unique values", "type": "boolean" } }, "required": ["items", "field"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The output object with aggregated values"}},"required":["item"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The output object with aggregated values" } }, "required": ["item"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{},"description":"The array to split into chunks"},"size":{"type":"number","minimum":1,"description":"Size of each chunk"}},"required":["items","size"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The array to split into chunks" }, "size": { "type": "number", "minimum": 1, "description": "Size of each chunk" } }, "required": ["items", "size"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"chunks":{"type":"array","items":{"type":"array","items":{}},"description":"Array of chunks"}},"required":["chunks"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "chunks": { "type": "array", "items": { "type": "array", "items": {} }, "description": "Array of chunks" } }, "required": ["chunks"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"values":{"type":"array","items":{},"description":"Values to check in order"},"treatEmptyStringAsNull":{"description":"Treat empty strings as null","type":"boolean"},"treatZeroAsNull":{"description":"Treat zero as null","type":"boolean"}},"required":["values"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "values": { "type": "array", "items": {}, "description": "Values to check in order" }, "treatEmptyStringAsNull": { "description": "Treat empty strings as null", "type": "boolean" }, "treatZeroAsNull": { "description": "Treat zero as null", "type": "boolean" } }, "required": ["values"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"value":{"description":"The first non-null value"},"index":{"type":"number","description":"Index of the returned value (-1 if all null)"}},"required":["value","index"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "value": { "description": "The first non-null value" }, "index": { "type": "number", "description": "Index of the returned value (-1 if all null)" } }, "required": ["value", "index"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"operation":{"type":"string","enum":["hash","hmac","randomBytes","uuid","base64Encode","base64Decode","hexEncode","hexDecode"],"description":"The cryptographic operation to perform"},"data":{"description":"Input data for hash/hmac/encode/decode operations","type":"string"},"algorithm":{"description":"Hash algorithm for hash/hmac operations","type":"string","enum":["md5","sha1","sha256","sha384","sha512"]},"key":{"description":"Secret key for hmac operation","type":"string"},"length":{"description":"Number of bytes for randomBytes operation","type":"number"},"encoding":{"description":"Output encoding for hash/hmac operations","type":"string","enum":["hex","base64"]}},"required":["operation"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "operation": { "type": "string", "enum": ["hash", "hmac", "randomBytes", "uuid", "base64Encode", "base64Decode", "hexEncode", "hexDecode"], "description": "The cryptographic operation to perform" }, "data": { "description": "Input data for hash/hmac/encode/decode operations", "type": "string" }, "algorithm": { "description": "Hash algorithm for hash/hmac operations", "type": "string", "enum": ["md5", "sha1", "sha256", "sha384", "sha512"] }, "key": { "description": "Secret key for hmac operation", "type": "string" }, "length": { "description": "Number of bytes for randomBytes operation", "type": "number" }, "encoding": { "description": "Output encoding for hash/hmac operations", "type": "string", "enum": ["hex", "base64"] } }, "required": ["operation"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"result":{"type":"string","description":"The result of the cryptographic operation"}},"required":["result"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "result": { "type": "string", "description": "The result of the cryptographic operation" } }, "required": ["result"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"value":{"description":"The input date/time value (ISO string, timestamp, or parseable date string)","anyOf":[{"type":"string"},{"type":"number"}]},"operation":{"type":"string","enum":["format","parse","add","subtract","startOf","endOf","diff","now"],"description":"The operation to perform"},"format":{"description":"Output format for format operation (e.g., YYYY-MM-DD)","type":"string"},"amount":{"description":"Amount for add/subtract operations","type":"number"},"unit":{"description":"Time unit for add/subtract/startOf/endOf/diff operations","type":"string","enum":["years","months","weeks","days","hours","minutes","seconds","milliseconds"]},"compareWith":{"description":"Second date for diff operation","anyOf":[{"type":"string"},{"type":"number"}]},"timezone":{"description":"Timezone for conversion (e.g., America/New_York)","type":"string"}},"required":["operation"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "value": { "description": "The input date/time value (ISO string, timestamp, or parseable date string)", "anyOf": [{ "type": "string" }, { "type": "number" }] }, "operation": { "type": "string", "enum": ["format", "parse", "add", "subtract", "startOf", "endOf", "diff", "now"], "description": "The operation to perform" }, "format": { "description": "Output format for format operation (e.g., YYYY-MM-DD)", "type": "string" }, "amount": { "description": "Amount for add/subtract operations", "type": "number" }, "unit": { "description": "Time unit for add/subtract/startOf/endOf/diff operations", "type": "string", "enum": ["years", "months", "weeks", "days", "hours", "minutes", "seconds", "milliseconds"] }, "compareWith": { "description": "Second date for diff operation", "anyOf": [{ "type": "string" }, { "type": "number" }] }, "timezone": { "description": "Timezone for conversion (e.g., America/New_York)", "type": "string" } }, "required": ["operation"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"result":{"anyOf":[{"type":"string"},{"type":"number"}],"description":"The result of the operation"},"iso":{"type":"string","description":"ISO 8601 formatted date string"},"timestamp":{"type":"number","description":"Unix timestamp in milliseconds"}},"required":["result","iso","timestamp"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "result": { "anyOf": [{ "type": "string" }, { "type": "number" }], "description": "The result of the operation" }, "iso": { "type": "string", "description": "ISO 8601 formatted date string" }, "timestamp": { "type": "number", "description": "Unix timestamp in milliseconds" } }, "required": ["result", "iso", "timestamp"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The input object to transform"},"operations":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"The field path to operate on (supports dot notation)"},"operation":{"type":"string","enum":["set","remove","rename"],"description":"The operation to perform"},"value":{"description":"The value to set (for set operation)"},"newName":{"description":"The new field name (for rename operation)","type":"string"}},"required":["field","operation"],"additionalProperties":false},"description":"List of field operations to perform"}},"required":["item","operations"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The input object to transform" }, "operations": { "type": "array", "items": { "type": "object", "properties": { "field": { "type": "string", "description": "The field path to operate on (supports dot notation)" }, "operation": { "type": "string", "enum": ["set", "remove", "rename"], "description": "The operation to perform" }, "value": { "description": "The value to set (for set operation)" }, "newName": { "description": "The new field name (for rename operation)", "type": "string" } }, "required": ["field", "operation"], "additionalProperties": false }, "description": "List of field operations to perform" } }, "required": ["item", "operations"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The transformed object"}},"required":["item"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The transformed object" } }, "required": ["item"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"description":"The array to search"},"field":{"type":"string","description":"The field to match against"},"value":{"description":"The value to find"},"returnIndex":{"description":"Return the index instead of the item","type":"boolean"}},"required":["items","field","value"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array to search" }, "field": { "type": "string", "description": "The field to match against" }, "value": { "description": "The value to find" }, "returnIndex": { "description": "Return the index instead of the item", "type": "boolean" } }, "required": ["items", "field", "value"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},{"type":"null"}],"description":"The found item (null if not found)"},"index":{"type":"number","description":"The index of the found item (-1 if not found)"},"found":{"type":"boolean","description":"Whether the item was found"}},"required":["item","index","found"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "anyOf": [{ "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, { "type": "null" }], "description": "The found item (null if not found)" }, "index": { "type": "number", "description": "The index of the found item (-1 if not found)" }, "found": { "type": "boolean", "description": "Whether the item was found" } }, "required": ["item", "index", "found"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"description":"The array of items to group"},"field":{"type":"string","description":"The field to group by (supports dot notation)"}},"required":["items","field"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array of items to group" }, "field": { "type": "string", "description": "The field to group by (supports dot notation)" } }, "required": ["items", "field"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"groups":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"description":"Object with group keys and their items"}},"required":["groups"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "groups": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} } }, "description": "Object with group keys and their items" } }, "required": ["groups"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","description":"The JWT token to decode"}},"required":["token"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "token": { "type": "string", "description": "The JWT token to decode" } }, "required": ["token"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"payload":{"description":"The decoded payload"}},"required":["payload"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "payload": { "description": "The decoded payload" } }, "required": ["payload"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"payload":{"description":"The payload to encode into the JWT"},"expiresIn":{"type":"object","properties":{"value":{"type":"number","description":"Duration value"},"unit":{"type":"string","enum":["second","minute","hour","day","week","year"],"description":"Time unit"}},"required":["value","unit"],"additionalProperties":false,"description":"Token expiration time"}},"required":["payload","expiresIn"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "payload": { "description": "The payload to encode into the JWT" }, "expiresIn": { "type": "object", "properties": { "value": { "type": "number", "description": "Duration value" }, "unit": { "type": "string", "enum": ["second", "minute", "hour", "day", "week", "year"], "description": "Time unit" } }, "required": ["value", "unit"], "additionalProperties": false, "description": "Token expiration time" } }, "required": ["payload", "expiresIn"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","description":"The signed JWT token"}},"required":["token"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "token": { "type": "string", "description": "The signed JWT token" } }, "required": ["token"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{},"description":"The array of items to limit"},"limit":{"type":"number","minimum":0,"description":"Maximum number of items to return"},"offset":{"description":"Number of items to skip from the beginning","type":"number","minimum":0}},"required":["items","limit"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The array of items to limit" }, "limit": { "type": "number", "minimum": 0, "description": "Maximum number of items to return" }, "offset": { "description": "Number of items to skip from the beginning", "type": "number", "minimum": 0 } }, "required": ["items", "limit"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{},"description":"The limited array of items"},"totalCount":{"type":"number","description":"The original total count before limiting"}},"required":["items","totalCount"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The limited array of items" }, "totalCount": { "type": "number", "description": "The original total count before limiting" } }, "required": ["items", "totalCount"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"operation":{"type":"string","enum":["add","subtract","multiply","divide","modulo","power","sqrt","abs","round","floor","ceil","min","max","random"],"description":"The math operation to perform"},"a":{"description":"First operand","type":"number"},"b":{"description":"Second operand (for binary operations)","type":"number"},"decimals":{"description":"Decimal places for round operation","type":"number"}},"required":["operation"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "operation": { "type": "string", "enum": ["add", "subtract", "multiply", "divide", "modulo", "power", "sqrt", "abs", "round", "floor", "ceil", "min", "max", "random"], "description": "The math operation to perform" }, "a": { "description": "First operand", "type": "number" }, "b": { "description": "Second operand (for binary operations)", "type": "number" }, "decimals": { "description": "Decimal places for round operation", "type": "number" } }, "required": ["operation"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"result":{"type":"number","description":"The result of the operation"}},"required":["result"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "result": { "type": "number", "description": "The result of the operation" } }, "required": ["result"], "additionalProperties": false }
@@ -1 +1 @@
1
- {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"description":"Objects to merge (later objects override earlier ones)"},"deep":{"description":"Perform deep merge of nested objects","type":"boolean"}},"required":["items"],"additionalProperties":false}
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "Objects to merge (later objects override earlier ones)" }, "deep": { "description": "Perform deep merge of nested objects", "type": "boolean" } }, "required": ["items"], "additionalProperties": false }