@pikku/cli 0.12.22 → 0.12.23

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 (75) hide show
  1. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  2. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  3. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  4. package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
  5. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  6. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  8. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  9. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  10. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  11. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  12. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  13. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  14. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  15. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  16. package/dist/.pikku/function/pikku-functions-meta.gen.json +162 -270
  17. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  18. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  19. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  20. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  21. package/dist/.pikku/http/pikku-http-wirings-meta.gen.json +1 -62
  22. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -2
  23. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -2
  24. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  25. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  26. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  27. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  28. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  29. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  30. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  31. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-types.gen.js +1 -1
  33. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  34. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  35. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  37. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  38. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  39. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +13 -19
  40. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  41. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  42. package/dist/.pikku/schemas/register.gen.js +7 -25
  43. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  44. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  45. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  46. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  47. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  48. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  49. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  50. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  51. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  52. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  53. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  54. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  55. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  56. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  57. package/dist/bin/pikku-bin.mjs +2 -2
  58. package/dist/src/functions/runtimes/tanstack-start/pikku-command-tanstack-start.js +1 -1
  59. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  60. package/dist/src/utils/serialize-schemas.js +1 -1
  61. package/dist/tsconfig.tsbuildinfo +1 -1
  62. package/package.json +2 -2
  63. package/skills/pikku-i18n/SKILL.md +15 -6
  64. package/skills/pikku-rtl/SKILL.md +38 -24
  65. package/dist/.pikku/schemas/schemas/GraphStarterInput.schema.json +0 -1
  66. package/dist/.pikku/schemas/schemas/GraphStarterOutput.schema.json +0 -1
  67. package/dist/.pikku/schemas/schemas/WorkflowRunStatus.schema.json +0 -1
  68. package/dist/.pikku/schemas/schemas/WorkflowRunnerInput.schema.json +0 -1
  69. package/dist/.pikku/schemas/schemas/WorkflowStarterInput.schema.json +0 -1
  70. package/dist/.pikku/schemas/schemas/WorkflowStarterOutput.schema.json +0 -1
  71. package/dist/.pikku/schemas/schemas/WorkflowStatusCheckerInput.schema.json +0 -1
  72. package/dist/.pikku/schemas/schemas/WorkflowStatusStreamFullInput.schema.json +0 -1
  73. package/dist/.pikku/schemas/schemas/WorkflowStatusStreamInput.schema.json +0 -1
  74. package/dist/src/scaffold/workflow-routes.gen.d.ts +0 -84
  75. package/dist/src/scaffold/workflow-routes.gen.js +0 -229
@@ -1,38 +1,5 @@
1
1
  {
2
- "get": {
3
- "/workflow/:workflowName/status/:runId": {
4
- "pikkuFuncId": "workflowStatusChecker",
5
- "route": "/workflow/:workflowName/status/:runId",
6
- "sourceFile": "/home/runner/work/pikku/pikku/packages/cli/src/scaffold/workflow-routes.gen.ts",
7
- "method": "get",
8
- "params": [
9
- "workflowName",
10
- "runId"
11
- ]
12
- },
13
- "/workflow/:workflowName/status/:runId/stream": {
14
- "pikkuFuncId": "workflowStatusStream",
15
- "route": "/workflow/:workflowName/status/:runId/stream",
16
- "sourceFile": "/home/runner/work/pikku/pikku/packages/cli/src/scaffold/workflow-routes.gen.ts",
17
- "method": "get",
18
- "params": [
19
- "workflowName",
20
- "runId"
21
- ],
22
- "sse": true
23
- },
24
- "/workflow/:workflowName/status/:runId/stream/full": {
25
- "pikkuFuncId": "workflowStatusStreamFull",
26
- "route": "/workflow/:workflowName/status/:runId/stream/full",
27
- "sourceFile": "/home/runner/work/pikku/pikku/packages/cli/src/scaffold/workflow-routes.gen.ts",
28
- "method": "get",
29
- "params": [
30
- "workflowName",
31
- "runId"
32
- ],
33
- "sse": true
34
- }
35
- },
2
+ "get": {},
36
3
  "post": {
37
4
  "/remote/rpc/:rpcName": {
38
5
  "pikkuFuncId": "remoteRPCHandler",
@@ -49,34 +16,6 @@
49
16
  "inline": false
50
17
  }
51
18
  ]
52
- },
53
- "/workflow/:workflowName/start": {
54
- "pikkuFuncId": "workflowStarter",
55
- "route": "/workflow/:workflowName/start",
56
- "sourceFile": "/home/runner/work/pikku/pikku/packages/cli/src/scaffold/workflow-routes.gen.ts",
57
- "method": "post",
58
- "params": [
59
- "workflowName"
60
- ]
61
- },
62
- "/workflow/:workflowName/run": {
63
- "pikkuFuncId": "workflowRunner",
64
- "route": "/workflow/:workflowName/run",
65
- "sourceFile": "/home/runner/work/pikku/pikku/packages/cli/src/scaffold/workflow-routes.gen.ts",
66
- "method": "post",
67
- "params": [
68
- "workflowName"
69
- ]
70
- },
71
- "/workflow/:workflowName/graph/:nodeId": {
72
- "pikkuFuncId": "graphStarter",
73
- "route": "/workflow/:workflowName/graph/:nodeId",
74
- "sourceFile": "/home/runner/work/pikku/pikku/packages/cli/src/scaffold/workflow-routes.gen.ts",
75
- "method": "post",
76
- "params": [
77
- "workflowName",
78
- "nodeId"
79
- ]
80
19
  }
81
20
  },
82
21
  "put": {},
@@ -1,5 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import '../../src/scaffold/rpc-remote.gen.js';
5
- import '../../src/scaffold/workflow-routes.gen.js';
@@ -1,6 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /* The files with an wireHTTP function call */
5
5
  import '../../src/scaffold/rpc-remote.gen.js';
6
- import '../../src/scaffold/workflow-routes.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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' };
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
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' };
@@ -8,14 +8,14 @@
8
8
  "pikkuQueueService": "pikkuQueueService",
9
9
  "pikkuOpenAPI": "pikkuOpenAPI",
10
10
  "pikkuNext": "pikkuNext",
11
- "pikkuAddonTypes": "pikkuAddonTypes",
12
- "pikkuWorkflow": "pikkuWorkflow",
13
- "pikkuCLITypes": "pikkuCLITypes",
14
- "pikkuBootstrap": "pikkuBootstrap",
15
11
  "pikkuInfoFunctions": "pikkuInfoFunctions",
16
12
  "pikkuInfoTags": "pikkuInfoTags",
17
13
  "pikkuInfoMiddleware": "pikkuInfoMiddleware",
18
14
  "pikkuInfoPermissions": "pikkuInfoPermissions",
15
+ "pikkuBootstrap": "pikkuBootstrap",
16
+ "pikkuCLITypes": "pikkuCLITypes",
17
+ "pikkuAddonTypes": "pikkuAddonTypes",
18
+ "pikkuWorkflow": "pikkuWorkflow",
19
19
  "FabricLogin": "FabricLogin",
20
20
  "FabricInit": "FabricInit",
21
21
  "FabricLink": "FabricLink",
@@ -87,35 +87,25 @@
87
87
  "pikkuMetaContext": "pikkuMetaContext",
88
88
  "pikkuMetaClients": "pikkuMetaClients",
89
89
  "remoteRPCHandler": "remoteRPCHandler",
90
- "workflowStarter": "workflowStarter",
91
- "workflowRunner": "workflowRunner",
92
- "workflowStatusChecker": "workflowStatusChecker",
93
- "workflowStatusStream": "workflowStatusStream",
94
- "workflowStatusStreamFull": "workflowStatusStreamFull",
95
- "graphStarter": "graphStarter",
96
90
  "pikkuSummary": "pikkuSummary",
97
91
  "pikkuAIAgentTypes": "pikkuAIAgentTypes",
98
92
  "pikkuAIAgent": "pikkuAIAgent",
99
93
  "pikkuPublicAgent": "pikkuPublicAgent",
94
+ "pikkuCLIEntry": "pikkuCLIEntry",
95
+ "pikkuCLI": "pikkuCLI",
96
+ "pikkuConsoleFunctions": "pikkuConsoleFunctions",
97
+ "pikkuNodeTypes": "pikkuNodeTypes",
98
+ "pikkuNodesMeta": "pikkuNodesMeta",
100
99
  "pikkuChannels": "pikkuChannels",
101
100
  "pikkuChannelTypes": "pikkuChannelTypes",
102
101
  "pikkuChannelsMap": "pikkuChannelsMap",
103
102
  "pikkuCommandChannels": "pikkuCommandChannels",
104
- "pikkuConsoleFunctions": "pikkuConsoleFunctions",
105
- "pikkuNodeTypes": "pikkuNodeTypes",
106
- "pikkuNodesMeta": "pikkuNodesMeta",
107
- "pikkuCLIEntry": "pikkuCLIEntry",
108
- "pikkuCLI": "pikkuCLI",
109
103
  "pikkuCredentials": "pikkuCredentials",
110
104
  "pikkuFunctionTypesSplit": "pikkuFunctionTypesSplit",
111
105
  "pikkuFunctionTypes": "pikkuFunctionTypes",
112
106
  "pikkuFunctions": "pikkuFunctions",
113
107
  "pikkuServices": "pikkuServices",
114
108
  "pikkuGateway": "pikkuGateway",
115
- "pikkuHTTPMap": "pikkuHTTPMap",
116
- "pikkuCommandHTTP": "pikkuCommandHTTP",
117
- "pikkuHTTPTypes": "pikkuHTTPTypes",
118
- "pikkuHTTP": "pikkuHTTP",
119
109
  "pikkuMCPJSON": "pikkuMCPJSON",
120
110
  "pikkuMCPTypes": "pikkuMCPTypes",
121
111
  "pikkuMCP": "pikkuMCP",
@@ -123,6 +113,10 @@
123
113
  "pikkuSecretDefinitionTypes": "pikkuSecretDefinitionTypes",
124
114
  "pikkuVariableDefinitionTypes": "pikkuVariableDefinitionTypes",
125
115
  "pikkuPackage": "pikkuPackage",
116
+ "pikkuHTTPMap": "pikkuHTTPMap",
117
+ "pikkuCommandHTTP": "pikkuCommandHTTP",
118
+ "pikkuHTTPTypes": "pikkuHTTPTypes",
119
+ "pikkuHTTP": "pikkuHTTP",
126
120
  "pikkuPermissions": "pikkuPermissions",
127
121
  "pikkuCommandQueueMap": "pikkuCommandQueueMap",
128
122
  "pikkuQueueTypes": "pikkuQueueTypes",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * Scheduler-specific type definitions for tree-shaking optimization
@@ -1,13 +1,13 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { addSchema } from '@pikku/core/schema';
5
5
  import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
6
6
  addSchema('PikkuSchemasOutput', PikkuSchemasOutput);
7
- import * as PikkuWorkflowOutput from './schemas/PikkuWorkflowOutput.schema.json' with { type: 'json' };
8
- addSchema('PikkuWorkflowOutput', PikkuWorkflowOutput);
9
7
  import * as BootstrapInput from './schemas/BootstrapInput.schema.json' with { type: 'json' };
10
8
  addSchema('BootstrapInput', BootstrapInput);
9
+ import * as PikkuWorkflowOutput from './schemas/PikkuWorkflowOutput.schema.json' with { type: 'json' };
10
+ addSchema('PikkuWorkflowOutput', PikkuWorkflowOutput);
11
11
  import * as FabricLoginInput from './schemas/FabricLoginInput.schema.json' with { type: 'json' };
12
12
  addSchema('FabricLoginInput', FabricLoginInput);
13
13
  import * as FabricLoginOutput from './schemas/FabricLoginOutput.schema.json' with { type: 'json' };
@@ -170,24 +170,6 @@ import * as PikkuMetaClientsInput from './schemas/PikkuMetaClientsInput.schema.j
170
170
  addSchema('PikkuMetaClientsInput', PikkuMetaClientsInput);
171
171
  import * as RemoteRPCHandlerInput from './schemas/RemoteRPCHandlerInput.schema.json' with { type: 'json' };
172
172
  addSchema('RemoteRPCHandlerInput', RemoteRPCHandlerInput);
173
- import * as WorkflowStarterInput from './schemas/WorkflowStarterInput.schema.json' with { type: 'json' };
174
- addSchema('WorkflowStarterInput', WorkflowStarterInput);
175
- import * as WorkflowStarterOutput from './schemas/WorkflowStarterOutput.schema.json' with { type: 'json' };
176
- addSchema('WorkflowStarterOutput', WorkflowStarterOutput);
177
- import * as WorkflowRunnerInput from './schemas/WorkflowRunnerInput.schema.json' with { type: 'json' };
178
- addSchema('WorkflowRunnerInput', WorkflowRunnerInput);
179
- import * as WorkflowStatusCheckerInput from './schemas/WorkflowStatusCheckerInput.schema.json' with { type: 'json' };
180
- addSchema('WorkflowStatusCheckerInput', WorkflowStatusCheckerInput);
181
- import * as WorkflowRunStatus from './schemas/WorkflowRunStatus.schema.json' with { type: 'json' };
182
- addSchema('WorkflowRunStatus', WorkflowRunStatus);
183
- import * as WorkflowStatusStreamInput from './schemas/WorkflowStatusStreamInput.schema.json' with { type: 'json' };
184
- addSchema('WorkflowStatusStreamInput', WorkflowStatusStreamInput);
185
- import * as WorkflowStatusStreamFullInput from './schemas/WorkflowStatusStreamFullInput.schema.json' with { type: 'json' };
186
- addSchema('WorkflowStatusStreamFullInput', WorkflowStatusStreamFullInput);
187
- import * as GraphStarterInput from './schemas/GraphStarterInput.schema.json' with { type: 'json' };
188
- addSchema('GraphStarterInput', GraphStarterInput);
189
- import * as GraphStarterOutput from './schemas/GraphStarterOutput.schema.json' with { type: 'json' };
190
- addSchema('GraphStarterOutput', GraphStarterOutput);
191
173
  import * as PikkuAIAgentOutput from './schemas/PikkuAIAgentOutput.schema.json' with { type: 'json' };
192
174
  addSchema('PikkuAIAgentOutput', PikkuAIAgentOutput);
193
175
  import * as PikkuPublicAgentOutput from './schemas/PikkuPublicAgentOutput.schema.json' with { type: 'json' };
@@ -202,10 +184,10 @@ import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOut
202
184
  addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
203
185
  import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
204
186
  addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
205
- import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
206
- addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
207
187
  import * as PikkuFunctionsOutput from './schemas/PikkuFunctionsOutput.schema.json' with { type: 'json' };
208
188
  addSchema('PikkuFunctionsOutput', PikkuFunctionsOutput);
189
+ import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
190
+ addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
209
191
  import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema.json' with { type: 'json' };
210
192
  addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
211
193
  import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.schema.json' with { type: 'json' };
@@ -218,12 +200,12 @@ import * as PikkuPackageOutput from './schemas/PikkuPackageOutput.schema.json' w
218
200
  addSchema('PikkuPackageOutput', PikkuPackageOutput);
219
201
  import * as PikkuPermissionsOutput from './schemas/PikkuPermissionsOutput.schema.json' with { type: 'json' };
220
202
  addSchema('PikkuPermissionsOutput', PikkuPermissionsOutput);
221
- import * as PikkuEventsScaffoldOutput from './schemas/PikkuEventsScaffoldOutput.schema.json' with { type: 'json' };
222
- addSchema('PikkuEventsScaffoldOutput', PikkuEventsScaffoldOutput);
223
203
  import * as PikkuCommandQueueOutput from './schemas/PikkuCommandQueueOutput.schema.json' with { type: 'json' };
224
204
  addSchema('PikkuCommandQueueOutput', PikkuCommandQueueOutput);
225
205
  import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with { type: 'json' };
226
206
  addSchema('PikkuQueueOutput', PikkuQueueOutput);
207
+ import * as PikkuEventsScaffoldOutput from './schemas/PikkuEventsScaffoldOutput.schema.json' with { type: 'json' };
208
+ addSchema('PikkuEventsScaffoldOutput', PikkuEventsScaffoldOutput);
227
209
  import * as PikkuPublicRPCOutput from './schemas/PikkuPublicRPCOutput.schema.json' with { type: 'json' };
228
210
  addSchema('PikkuPublicRPCOutput', PikkuPublicRPCOutput);
229
211
  import * as PikkuRemoteRPCOutput from './schemas/PikkuRemoteRPCOutput.schema.json' with { type: 'json' };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  export { wireSecret } from '@pikku/core/secret';
5
5
  export type { CoreSecret, SecretDefinitionMeta, SecretDefinitionsMeta } from '@pikku/core/secret';
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  export { wireSecret } from '@pikku/core/secret';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
5
5
  import type { SecretService } from '@pikku/core/services';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
5
5
  const CREDENTIALS_META = {};
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * Trigger-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * Trigger-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  export { wireVariable } from '@pikku/core/variable';
5
5
  export type { CoreVariable, VariableDefinitionMeta, VariableDefinitionsMeta } from '@pikku/core/variable';
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  export { wireVariable } from '@pikku/core/variable';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { TypedVariablesService as CoreTypedVariablesService } from '@pikku/core/services';
5
5
  import type { VariablesService } from '@pikku/core/services';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { TypedVariablesService as CoreTypedVariablesService } from '@pikku/core/services';
5
5
  const VARIABLES_META = {};
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { WorkflowCancelledException } from '@pikku/core/workflow';
5
5
  import { template } from '@pikku/core/workflow';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { WorkflowCancelledException } from '@pikku/core/workflow';
5
5
  import { template } from '@pikku/core/workflow';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import allWorkflowMeta from './meta/allWorkflow.gen.json' with { type: 'json' };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { addWorkflow } from '@pikku/core/workflow';
5
5
  import './pikku-workflow-wirings-meta.gen.js';
@@ -11,8 +11,8 @@ async function checkForUpdate() {
11
11
  })
12
12
  if (!res.ok) return
13
13
  const { version: latest } = await res.json()
14
- if (latest !== '0.12.22') {
15
- process.stderr.write(`\n Update available 0.12.22 → ${latest}\n brew upgrade pikku or npm install -g @pikku/cli\n\n`)
14
+ if (latest !== '0.12.23') {
15
+ process.stderr.write(`\n Update available 0.12.23 → ${latest}\n brew upgrade pikku or npm install -g @pikku/cli\n\n`)
16
16
  }
17
17
  } catch {}
18
18
  }
@@ -16,7 +16,7 @@ export const pikkuTanStackStart = pikkuSessionlessFunc({
16
16
  return;
17
17
  }
18
18
  if (!rpcWiringsFile) {
19
- logger.warn("Skipping TanStack Start shim: startServerFnsFile is set but rpcWiringsFile is not — the shim imports the PikkuRPC class from rpcWiringsFile.");
19
+ logger.warn('Skipping TanStack Start shim: startServerFnsFile is set but rpcWiringsFile is not — the shim imports the PikkuRPC class from rpcWiringsFile.');
20
20
  return;
21
21
  }
22
22
  const rpcWiringsPath = getFileImportRelativePath(startServerFnsFile, rpcWiringsFile, packageMappings);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * Auto-generated remote internal RPC queue worker and HTTP endpoint
@@ -1,7 +1,7 @@
1
1
  import { writeFileInDir } from './file-writer.js';
2
2
  import { mkdir, writeFile } from 'fs/promises';
3
3
  function toValidIdentifier(name) {
4
- let result = name.replace(/[-./]/g, '_');
4
+ let result = name.replace(/[-./: ]/g, '_');
5
5
  if (/^\d/.test(result)) {
6
6
  result = '_' + result;
7
7
  }