@pikku/cli 0.12.28 → 0.12.29

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 (67) hide show
  1. package/console-app/assets/{index-Ca6xJwNm.js → index-ClGe-ul_.js} +110 -110
  2. package/console-app/index.html +1 -1
  3. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  4. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  5. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  6. package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  8. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  9. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  10. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  11. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  12. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  13. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  14. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  15. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  16. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  17. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  18. package/dist/.pikku/function/pikku-functions-meta.gen.json +74 -74
  19. package/dist/.pikku/function/pikku-functions.gen.js +3 -1
  20. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  21. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  22. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  23. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  24. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  25. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  26. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  27. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  28. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  29. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  30. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  31. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  33. package/dist/.pikku/pikku-types.gen.js +1 -1
  34. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  35. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  37. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +4 -0
  38. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  39. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  40. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  41. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +12 -12
  42. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  43. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  44. package/dist/.pikku/schemas/register.gen.js +5 -5
  45. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  46. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  47. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  48. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  49. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  50. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  51. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  52. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  53. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  54. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  55. package/dist/.pikku/workflow/meta/allWorkflow.gen.json +8 -2
  56. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  57. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  58. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  59. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  60. package/dist/bin/pikku-bin.mjs +2 -2
  61. package/dist/src/fabric/functions/validate-core.js +65 -0
  62. package/dist/src/functions/commands/dev.js +8 -8
  63. package/dist/src/functions/db/local-db.d.ts +7 -0
  64. package/dist/src/functions/db/local-db.js +14 -0
  65. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  66. package/package.json +2 -2
  67. package/skills/pikku-workflow/SKILL.md +22 -0
@@ -21,7 +21,7 @@
21
21
  }
22
22
  } catch (e) {}
23
23
  </script>
24
- <script type="module" crossorigin src="/assets/index-Ca6xJwNm.js"></script>
24
+ <script type="module" crossorigin src="/assets/index-ClGe-ul_.js"></script>
25
25
  <link rel="stylesheet" crossorigin href="/assets/index-DwUzVI5k.css">
26
26
  </head>
27
27
  <body>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import { CoreAIAgent, PikkuAIMiddlewareHooks } from '@pikku/core/ai-agent';
5
5
  import type { PikkuPermission, PikkuMiddleware, Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /**
5
5
  * Channel-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /**
5
5
  * Channel-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /**
5
5
  * WebSocket channel backend for 'pikku' CLI commands
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-cli-wirings-meta.gen.json' with { type: 'json' };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import '../../src/cli.wiring.js';
5
5
  import '../../src/services.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /* The files with an wireCLI function call */
5
5
  import '../../src/cli.wiring.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import '../pikku-bootstrap.gen.js';
5
5
  export declare function PikkuCLI(args: string[]): Promise<void>;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import { executeCLI, CLIError } from '@pikku/core/cli';
5
5
  import { createConfig as createConfig } from '../../src/services.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import type { FlattenedRPCMap } from '../rpc/pikku-rpc-wirings-map.internal.gen.js';
5
5
  export type NodeCategory = never;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /**
5
5
  * Core function, middleware, and permission types for all wirings
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /**
5
5
  * Core function, middleware, and permission types for all wirings
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -325,30 +325,6 @@
325
325
  "inputHash": "14102501",
326
326
  "outputHash": "0d154de9"
327
327
  },
328
- "pikkuCLITypes": {
329
- "pikkuFuncId": "pikkuCLITypes",
330
- "functionType": "user",
331
- "funcWrapper": "pikkuSessionlessFunc",
332
- "sessionless": true,
333
- "name": "pikkuCLITypes",
334
- "inputSchemaName": "CLITypesCommandInput",
335
- "outputSchemaName": null,
336
- "inputs": [
337
- "CLITypesCommandInput"
338
- ],
339
- "outputs": [],
340
- "implementationHash": "ca6fd3de682ad4a1",
341
- "middleware": [
342
- {
343
- "type": "wire",
344
- "name": "logCommandInfoAndTime",
345
- "inline": false
346
- }
347
- ],
348
- "contractHash": "a1b70be4e58bcf3a",
349
- "inputHash": "82619193",
350
- "outputHash": "b3bd794b"
351
- },
352
328
  "pikkuAddonTypes": {
353
329
  "pikkuFuncId": "pikkuAddonTypes",
354
330
  "functionType": "user",
@@ -399,6 +375,30 @@
399
375
  "inputHash": "9cc3f5b5",
400
376
  "outputHash": "2ad6222d"
401
377
  },
378
+ "pikkuCLITypes": {
379
+ "pikkuFuncId": "pikkuCLITypes",
380
+ "functionType": "user",
381
+ "funcWrapper": "pikkuSessionlessFunc",
382
+ "sessionless": true,
383
+ "name": "pikkuCLITypes",
384
+ "inputSchemaName": "CLITypesCommandInput",
385
+ "outputSchemaName": null,
386
+ "inputs": [
387
+ "CLITypesCommandInput"
388
+ ],
389
+ "outputs": [],
390
+ "implementationHash": "ca6fd3de682ad4a1",
391
+ "middleware": [
392
+ {
393
+ "type": "wire",
394
+ "name": "logCommandInfoAndTime",
395
+ "inline": false
396
+ }
397
+ ],
398
+ "contractHash": "a1b70be4e58bcf3a",
399
+ "inputHash": "82619193",
400
+ "outputHash": "b3bd794b"
401
+ },
402
402
  "FabricLogin": {
403
403
  "pikkuFuncId": "FabricLogin",
404
404
  "functionType": "user",
@@ -867,7 +867,7 @@
867
867
  ],
868
868
  "outputs": [],
869
869
  "remote": true,
870
- "implementationHash": "c50e79b95a335d0d"
870
+ "implementationHash": "cd0070e9b5043f38"
871
871
  },
872
872
  "dbMigrate": {
873
873
  "pikkuFuncId": "dbMigrate",
@@ -1674,7 +1674,7 @@
1674
1674
  "outputSchemaName": null,
1675
1675
  "inputs": [],
1676
1676
  "outputs": [],
1677
- "implementationHash": "0a764d687037741f",
1677
+ "implementationHash": "63b03ca22bec5827",
1678
1678
  "contractHash": "5cf046fc5045a072",
1679
1679
  "inputHash": "d5ff2f31",
1680
1680
  "outputHash": "391c291d"
@@ -2001,30 +2001,6 @@
2001
2001
  "inputHash": "b98cb2ee",
2002
2002
  "outputHash": "9e33f562"
2003
2003
  },
2004
- "pikkuGateway": {
2005
- "pikkuFuncId": "pikkuGateway",
2006
- "functionType": "user",
2007
- "funcWrapper": "pikkuSessionlessFunc",
2008
- "sessionless": true,
2009
- "name": "pikkuGateway",
2010
- "inputSchemaName": null,
2011
- "outputSchemaName": "PikkuGatewayOutput",
2012
- "inputs": [],
2013
- "outputs": [
2014
- "PikkuGatewayOutput"
2015
- ],
2016
- "implementationHash": "cc85ec16d890311e",
2017
- "middleware": [
2018
- {
2019
- "type": "wire",
2020
- "name": "logCommandInfoAndTime",
2021
- "inline": false
2022
- }
2023
- ],
2024
- "contractHash": "8c9fc7c18aeb2212",
2025
- "inputHash": "a5477eae",
2026
- "outputHash": "b5ea8b47"
2027
- },
2028
2004
  "pikkuFunctionTypesSplit": {
2029
2005
  "pikkuFuncId": "pikkuFunctionTypesSplit",
2030
2006
  "functionType": "user",
@@ -2117,6 +2093,30 @@
2117
2093
  "inputHash": "a3e730d9",
2118
2094
  "outputHash": "e0b61e49"
2119
2095
  },
2096
+ "pikkuGateway": {
2097
+ "pikkuFuncId": "pikkuGateway",
2098
+ "functionType": "user",
2099
+ "funcWrapper": "pikkuSessionlessFunc",
2100
+ "sessionless": true,
2101
+ "name": "pikkuGateway",
2102
+ "inputSchemaName": null,
2103
+ "outputSchemaName": "PikkuGatewayOutput",
2104
+ "inputs": [],
2105
+ "outputs": [
2106
+ "PikkuGatewayOutput"
2107
+ ],
2108
+ "implementationHash": "cc85ec16d890311e",
2109
+ "middleware": [
2110
+ {
2111
+ "type": "wire",
2112
+ "name": "logCommandInfoAndTime",
2113
+ "inline": false
2114
+ }
2115
+ ],
2116
+ "contractHash": "8c9fc7c18aeb2212",
2117
+ "inputHash": "a5477eae",
2118
+ "outputHash": "b5ea8b47"
2119
+ },
2120
2120
  "pikkuHTTPMap": {
2121
2121
  "pikkuFuncId": "pikkuHTTPMap",
2122
2122
  "functionType": "user",
@@ -2669,30 +2669,6 @@
2669
2669
  "inputHash": "114143f9",
2670
2670
  "outputHash": "75594b2d"
2671
2671
  },
2672
- "pikkuWorkflowRoutes": {
2673
- "pikkuFuncId": "pikkuWorkflowRoutes",
2674
- "functionType": "user",
2675
- "funcWrapper": "pikkuSessionlessFunc",
2676
- "sessionless": true,
2677
- "name": "pikkuWorkflowRoutes",
2678
- "inputSchemaName": null,
2679
- "outputSchemaName": "PikkuWorkflowRoutesOutput",
2680
- "inputs": [],
2681
- "outputs": [
2682
- "PikkuWorkflowRoutesOutput"
2683
- ],
2684
- "implementationHash": "44984589bce5976c",
2685
- "middleware": [
2686
- {
2687
- "type": "wire",
2688
- "name": "logCommandInfoAndTime",
2689
- "inline": false
2690
- }
2691
- ],
2692
- "contractHash": "4bfa767e5f7be854",
2693
- "inputHash": "3bda91da",
2694
- "outputHash": "8b24f1df"
2695
- },
2696
2672
  "pikkuPublicRPC": {
2697
2673
  "pikkuFuncId": "pikkuPublicRPC",
2698
2674
  "functionType": "user",
@@ -2808,5 +2784,29 @@
2808
2784
  "contractHash": "4c70070f45a31d25",
2809
2785
  "inputHash": "835d9763",
2810
2786
  "outputHash": "b9430fb9"
2787
+ },
2788
+ "pikkuWorkflowRoutes": {
2789
+ "pikkuFuncId": "pikkuWorkflowRoutes",
2790
+ "functionType": "user",
2791
+ "funcWrapper": "pikkuSessionlessFunc",
2792
+ "sessionless": true,
2793
+ "name": "pikkuWorkflowRoutes",
2794
+ "inputSchemaName": null,
2795
+ "outputSchemaName": "PikkuWorkflowRoutesOutput",
2796
+ "inputs": [],
2797
+ "outputs": [
2798
+ "PikkuWorkflowRoutesOutput"
2799
+ ],
2800
+ "implementationHash": "44984589bce5976c",
2801
+ "middleware": [
2802
+ {
2803
+ "type": "wire",
2804
+ "name": "logCommandInfoAndTime",
2805
+ "inline": false
2806
+ }
2807
+ ],
2808
+ "contractHash": "4bfa767e5f7be854",
2809
+ "inputHash": "3bda91da",
2810
+ "outputHash": "8b24f1df"
2811
2811
  }
2812
2812
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /* Import and register functions used by RPCs */
5
5
  import { addFunction } from '@pikku/core/function';
@@ -27,6 +27,7 @@ import { pikkuCommandQueue } from '../../src/functions/wirings/queue/pikku-comma
27
27
  import { pikkuCommandQueueMap } from '../../src/functions/wirings/queue/pikku-command-queue-map.js';
28
28
  import { pikkuConsoleFunctions } from '../../src/functions/wirings/console/pikku-command-console-functions.js';
29
29
  import { pikkuCredentials } from '../../src/functions/wirings/credentials/pikku-command-credentials.js';
30
+ import { pikkuEmails } from '../../src/functions/wirings/emails/pikku-command-emails.js';
30
31
  import { pikkuEventsScaffold } from '../../src/functions/wirings/realtime/pikku-command-events-scaffold.js';
31
32
  import { pikkuFetch } from '../../src/functions/runtimes/fetch/index.js';
32
33
  import { pikkuFunctions } from '../../src/functions/wirings/functions/pikku-command-functions.js';
@@ -98,6 +99,7 @@ addFunction('pikkuCommandQueue', pikkuCommandQueue);
98
99
  addFunction('pikkuCommandQueueMap', pikkuCommandQueueMap);
99
100
  addFunction('pikkuConsoleFunctions', pikkuConsoleFunctions);
100
101
  addFunction('pikkuCredentials', pikkuCredentials);
102
+ addFunction('pikkuEmails', pikkuEmails);
101
103
  addFunction('pikkuEventsScaffold', pikkuEventsScaffold);
102
104
  addFunction('pikkuFetch', pikkuFetch);
103
105
  addFunction('pikkuFunctions', pikkuFunctions);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-http-wirings-meta.gen.json' with { type: 'json' };
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /* The files with an wireHTTP function call */
5
5
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './http/pikku-http-wirings-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './http/pikku-http-wirings-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import type { SingletonServices } from '../types/application-types.d.js';
5
5
  import type { Services } from '../types/application-types.d.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-queue-workers-wirings-meta.gen.json' with { type: 'json' };
@@ -103,6 +103,10 @@
103
103
  "name": "wf-step-pikku-events-scaffold",
104
104
  "pikkuFuncId": "pikkuWorkflowWorker:pikkuEventsScaffold"
105
105
  },
106
+ "wf-step-pikku-emails": {
107
+ "name": "wf-step-pikku-emails",
108
+ "pikkuFuncId": "pikkuWorkflowWorker:pikkuEmails"
109
+ },
106
110
  "wf-step-pikku-auth": {
107
111
  "name": "wf-step-pikku-auth",
108
112
  "pikkuFuncId": "pikkuWorkflowWorker:pikkuAuth"
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /* The files with an addQueueWorkers function call */
5
5
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
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' };
@@ -15,9 +15,9 @@
15
15
  "pikkuInfoMiddleware": "pikkuInfoMiddleware",
16
16
  "pikkuInfoPermissions": "pikkuInfoPermissions",
17
17
  "pikkuBootstrap": "pikkuBootstrap",
18
- "pikkuCLITypes": "pikkuCLITypes",
19
18
  "pikkuAddonTypes": "pikkuAddonTypes",
20
19
  "pikkuWorkflow": "pikkuWorkflow",
20
+ "pikkuCLITypes": "pikkuCLITypes",
21
21
  "FabricLogin": "FabricLogin",
22
22
  "FabricInit": "FabricInit",
23
23
  "FabricLink": "FabricLink",
@@ -92,28 +92,29 @@
92
92
  "pikkuMetaClients": "pikkuMetaClients",
93
93
  "remoteRPCHandler": "remoteRPCHandler",
94
94
  "pikkuSummary": "pikkuSummary",
95
- "pikkuAIAgentTypes": "pikkuAIAgentTypes",
96
- "pikkuAIAgent": "pikkuAIAgent",
97
- "pikkuPublicAgent": "pikkuPublicAgent",
98
95
  "pikkuAuth": "pikkuAuth",
96
+ "pikkuChannels": "pikkuChannels",
97
+ "pikkuChannelTypes": "pikkuChannelTypes",
98
+ "pikkuChannelsMap": "pikkuChannelsMap",
99
+ "pikkuCommandChannels": "pikkuCommandChannels",
99
100
  "pikkuCLIEntry": "pikkuCLIEntry",
100
101
  "pikkuCLI": "pikkuCLI",
101
102
  "pikkuConsoleFunctions": "pikkuConsoleFunctions",
102
103
  "pikkuNodeTypes": "pikkuNodeTypes",
103
104
  "pikkuNodesMeta": "pikkuNodesMeta",
104
105
  "pikkuCredentials": "pikkuCredentials",
105
- "pikkuGateway": "pikkuGateway",
106
106
  "pikkuFunctionTypesSplit": "pikkuFunctionTypesSplit",
107
107
  "pikkuFunctionTypes": "pikkuFunctionTypes",
108
108
  "pikkuFunctions": "pikkuFunctions",
109
109
  "pikkuServices": "pikkuServices",
110
- "pikkuMCPJSON": "pikkuMCPJSON",
111
- "pikkuMCPTypes": "pikkuMCPTypes",
112
- "pikkuMCP": "pikkuMCP",
110
+ "pikkuGateway": "pikkuGateway",
113
111
  "pikkuHTTPMap": "pikkuHTTPMap",
114
112
  "pikkuCommandHTTP": "pikkuCommandHTTP",
115
113
  "pikkuHTTPTypes": "pikkuHTTPTypes",
116
114
  "pikkuHTTP": "pikkuHTTP",
115
+ "pikkuMCPJSON": "pikkuMCPJSON",
116
+ "pikkuMCPTypes": "pikkuMCPTypes",
117
+ "pikkuMCP": "pikkuMCP",
117
118
  "pikkuMiddleware": "pikkuMiddleware",
118
119
  "pikkuSecretDefinitionTypes": "pikkuSecretDefinitionTypes",
119
120
  "pikkuVariableDefinitionTypes": "pikkuVariableDefinitionTypes",
@@ -137,8 +138,7 @@
137
138
  "pikkuTrigger": "pikkuTrigger",
138
139
  "pikkuVariables": "pikkuVariables",
139
140
  "pikkuWorkflowRoutes": "pikkuWorkflowRoutes",
140
- "pikkuChannels": "pikkuChannels",
141
- "pikkuChannelTypes": "pikkuChannelTypes",
142
- "pikkuChannelsMap": "pikkuChannelsMap",
143
- "pikkuCommandChannels": "pikkuCommandChannels"
141
+ "pikkuAIAgentTypes": "pikkuAIAgentTypes",
142
+ "pikkuAIAgent": "pikkuAIAgent",
143
+ "pikkuPublicAgent": "pikkuPublicAgent"
144
144
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.28
2
+ * This file was generated by @pikku/cli@0.12.29
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.28
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /**
5
5
  * Scheduler-specific type definitions for tree-shaking optimization